summaryrefslogtreecommitdiff
path: root/databases/py-queries
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-queries')
-rw-r--r--databases/py-queries/Makefile6
-rw-r--r--databases/py-queries/pkg-descr12
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