mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
databases/py-asyncpg: Update to 0.22.0
This commit is contained in:
parent
406bf0b602
commit
4e399e653e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=564852
2 changed files with 6 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= asyncpg
|
||||
PORTVERSION= 0.21.0
|
||||
PORTVERSION= 0.22.0
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -20,7 +20,8 @@ OPTIONS_DEFINE= DOCS
|
|||
PORTDOCS= PKG-INFO README.rst
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/asyncpg/protocol/protocol*.so
|
||||
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/asyncpg/protocol/protocol.so
|
||||
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/asyncpg/pgproto/pgproto.so
|
||||
|
||||
post-install-DOCS-on:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}/
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1597598860
|
||||
SHA256 (asyncpg-0.21.0.tar.gz) = 53cb2a0eb326f61e34ef4da2db01d87ce9c0ebe396f65a295829df334e31863f
|
||||
SIZE (asyncpg-0.21.0.tar.gz) = 746782
|
||||
TIMESTAMP = 1612960631
|
||||
SHA256 (asyncpg-0.22.0.tar.gz) = 348ad471d9bdd77f0609a00c860142f47c81c9123f4064d13d65c8569415d802
|
||||
SIZE (asyncpg-0.22.0.tar.gz) = 770278
|
||||
|
|
Loading…
Add table
Reference in a new issue