diff options
Diffstat (limited to 'sysutils/py-structlog/Makefile')
-rw-r--r-- | sysutils/py-structlog/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/py-structlog/Makefile b/sysutils/py-structlog/Makefile index 1dae39e63c3..baa1e9413a9 100644 --- a/sysutils/py-structlog/Makefile +++ b/sysutils/py-structlog/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2019/03/04 08:40:57 adam Exp $ +# $NetBSD: Makefile,v 1.9 2019/10/19 14:41:27 adam Exp $ -DISTNAME= structlog-19.1.0 +DISTNAME= structlog-19.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= sysutils python MASTER_SITES= ${MASTER_SITE_PYPI:=s/structlog/} @@ -13,7 +13,7 @@ LICENSE= apache-2.0 AND mit DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun>=0.2.8:../../devel/py-freezegun TEST_DEPENDS+= ${PYPKGPREFIX}-pretend-[0-9]*:../../devel/py-pretend -TEST_DEPENDS+= ${PYPKGPREFIX}-simplejson-[0-9]*:../../textproc/py-simplejson +TEST_DEPENDS+= ${PYPKGPREFIX}-simplejson-[0-9]*:../../converters/py-simplejson TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner TEST_DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted |