diff options
| author | wiz <wiz@pkgsrc.org> | 2022-01-04 20:52:30 +0000 |
|---|---|---|
| committer | wiz <wiz@pkgsrc.org> | 2022-01-04 20:52:30 +0000 |
| commit | f9e28ee96efbb02df8790e130e6eef7b33ebac9c (patch) | |
| tree | 3102934dfc9d4395af6f57975db9893a590dde7d /databases/py-asyncpg | |
| parent | 09611b3af5235569620a4171e26099e94164d5ba (diff) | |
| download | pkgsrc-f9e28ee96efbb02df8790e130e6eef7b33ebac9c.tar.gz | |
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
Diffstat (limited to 'databases/py-asyncpg')
| -rw-r--r-- | databases/py-asyncpg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/py-asyncpg/Makefile b/databases/py-asyncpg/Makefile index 2a9c9645e19..f0fb6881bdc 100644 --- a/databases/py-asyncpg/Makefile +++ b/databases/py-asyncpg/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2021/12/30 13:05:29 adam Exp $ +# $NetBSD: Makefile,v 1.23 2022/01/04 20:52:41 wiz Exp $ DISTNAME= asyncpg-0.25.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_PYPI:=a/asyncpg/} |
