Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jul 2019 20:47:29 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r507085 - head/databases/py-queries
Message-ID:  <201907212047.x6LKlTWA056142@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907212047.x6LKlTWA056142>