diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-07-21 20:47:29 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-07-21 20:47:29 +0000 |
commit | e16aff73384672cf1a7352f8521e36ff41c046a1 (patch) | |
tree | 73a71fa2802fb31c0d0654edbea158b39b14991f /databases/py-queries | |
parent | Update to 1.1.93 (diff) |
Add NO_ARCH
- Update pkg-descr
- Update WWW
- Take maintainership
Notes
Notes:
svn path=/head/; revision=507085
Diffstat (limited to 'databases/py-queries')
-rw-r--r-- | databases/py-queries/Makefile | 6 | ||||
-rw-r--r-- | databases/py-queries/pkg-descr | 12 |
2 files changed, 10 insertions, 8 deletions
diff --git a/databases/py-queries/Makefile b/databases/py-queries/Makefile index 2d615047a453..db230669093f 100644 --- a/databases/py-queries/Makefile +++ b/databases/py-queries/Makefile @@ -7,7 +7,7 @@ CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simplified PostgreSQL client built upon Psycopg2 LICENSE= BSD3CLAUSE @@ -16,6 +16,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.5.1:databases/py-psycopg2@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include <bsd.port.mk> diff --git a/databases/py-queries/pkg-descr b/databases/py-queries/pkg-descr index aa286b2d8630..44e7c9ce7da6 100644 --- a/databases/py-queries/pkg-descr +++ b/databases/py-queries/pkg-descr @@ -1,10 +1,10 @@ Queries is a BSD licensed opinionated wrapper of the psycopg2 library for interacting with PostgreSQL. -The popular psycopg2 package is a full-featured python client. Unfortunately -as a developer, you're often repeating the same steps to get started with -your applications that use it. Queries aims to reduce the complexity of -psycopg2 while adding additional features to make writing PostgreSQL client -applications both fast and easy. +The popular psycopg2 package is a full-featured python client. Unfortunately as +a developer, you're often repeating the same steps to get started with your +applications that use it. Queries aims to reduce the complexity of psycopg2 +while adding additional features to make writing PostgreSQL client applications +both fast and easy. -WWW: https://queries.readthedocs.org/en/latest/ +WWW: https://github.com/gmr/queries |