mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
databases/py-aiopg: Update to 1.1.0
- Update to 1.1.0 - Pet portlint
This commit is contained in:
parent
6da50a3c19
commit
bb53589d46
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557996
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= aiopg
|
||||
PORTVERSION= 1.0.0
|
||||
PORTVERSION= 1.1.0
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -11,16 +11,15 @@ MAINTAINER= farrokhi@FreeBSD.org
|
||||
COMMENT= Python library for accessing PostgreSQL database using asyncio
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.7.0:databases/py-psycopg2@${PY_FLAVOR}
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
USES= pgsql:9.2+ python:3.4+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
NO_ARCH= yes
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
PORTDOCS= PKG-INFO README.rst CHANGES.txt
|
||||
|
||||
post-install-DOCS-on:
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1603126186
|
||||
SHA256 (aiopg-1.0.0.tar.gz) = 32da3c9c73c248c715883fbb0876d66015d9fb6b4946058eb9fd40e86cfff9b4
|
||||
SIZE (aiopg-1.0.0.tar.gz) = 31894
|
||||
TIMESTAMP = 1607875303
|
||||
SHA256 (aiopg-1.1.0.tar.gz) = 7583b2a5477072c41e83ffb252f27ec3188abf281dfa88645d389be4cd0aa098
|
||||
SIZE (aiopg-1.1.0.tar.gz) = 33307
|
||||
|
@ -1,5 +1,5 @@
|
||||
aiopg is a library for accessing a PostgreSQL database from the asyncio
|
||||
(PEP-3156/tulip) framework. It wraps asynchronous features of the Psycopg
|
||||
aiopg is a library for accessing a PostgreSQL database from the asyncio
|
||||
(PEP-3156/tulip) framework. It wraps asynchronous features of the Psycopg
|
||||
database driver.
|
||||
|
||||
WWW: https://github.com/aio-libs/aiopg
|
||||
|
Loading…
Reference in New Issue
Block a user