databases/py-asyncpg: Update to 0.19.0
This commit is contained in:
parent
0c5586a4ca
commit
094f295cec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514244
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= asyncpg
|
||||
PORTVERSION= 0.18.3
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.19.0
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -14,11 +13,10 @@ COMMENT= High performance PostgreSQL Client Library for Python/asyncio
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
USES= pgsql:9.2+ python:3.5+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
PORTDOCS= PKG-INFO README.rst
|
||||
|
||||
post-install:
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1546545026
|
||||
SHA256 (asyncpg-0.18.3.tar.gz) = 58a5eccaac60fd326e32683226efe1046bfea558fa043360bdd1708e0e812c67
|
||||
SIZE (asyncpg-0.18.3.tar.gz) = 663036
|
||||
TIMESTAMP = 1570736581
|
||||
SHA256 (asyncpg-0.19.0.tar.gz) = b253bbbe42eba8e00ad63939ff9d43a5f74e26a4e8f883de867920feb4a9e36a
|
||||
SIZE (asyncpg-0.19.0.tar.gz) = 703094
|
||||
|
@ -1,5 +1,5 @@
|
||||
asyncpg is a database interface library designed specifically for PostgreSQL
|
||||
and Python/asyncio. asyncpg is an efficient, clean implementation of PostgreSQL
|
||||
asyncpg is a database interface library designed specifically for PostgreSQL
|
||||
and Python/asyncio. asyncpg is an efficient, clean implementation of PostgreSQL
|
||||
server binary protocol for use with Python's asyncio framework.
|
||||
|
||||
WWW: https://github.com/MagicStack/asyncpg/
|
||||
|
Loading…
Reference in New Issue
Block a user