svn commit: r507085 - head/databases/py-queries

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jul 21 20:47:37 UTC 2019


Author: sunpoet
Date: Sun Jul 21 20:47:29 2019
New Revision: 507085
URL: https://svnweb.freebsd.org/changeset/ports/507085

Log:
  Add NO_ARCH
  
  - Update pkg-descr
  - Update WWW
  - Take maintainership

Modified:
  head/databases/py-queries/Makefile
  head/databases/py-queries/pkg-descr

Modified: head/databases/py-queries/Makefile
==============================================================================
--- head/databases/py-queries/Makefile	Sun Jul 21 20:47:24 2019	(r507084)
+++ head/databases/py-queries/Makefile	Sun Jul 21 20:47:29 2019	(r507085)
@@ -7,7 +7,7 @@ CATEGORIES=	databases python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at 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>

Modified: head/databases/py-queries/pkg-descr
==============================================================================
--- head/databases/py-queries/pkg-descr	Sun Jul 21 20:47:24 2019	(r507084)
+++ head/databases/py-queries/pkg-descr	Sun Jul 21 20:47:29 2019	(r507085)
@@ -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


More information about the svn-ports-head mailing list