diff options
Diffstat (limited to 'converters/py-simplejson')
-rw-r--r-- | converters/py-simplejson/Makefile | 6 | ||||
-rw-r--r-- | converters/py-simplejson/PLIST | 7 | ||||
-rw-r--r-- | converters/py-simplejson/distinfo | 8 |
3 files changed, 12 insertions, 9 deletions
diff --git a/converters/py-simplejson/Makefile b/converters/py-simplejson/Makefile index 65c9e199ebf..f232af361ce 100644 --- a/converters/py-simplejson/Makefile +++ b/converters/py-simplejson/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2014/01/27 18:41:11 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2014/05/03 23:38:33 rodent Exp $ -DISTNAME= simplejson-3.3.2 +DISTNAME= simplejson-3.4.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= converters MASTER_SITES= https://pypi.python.org/packages/source/s/simplejson/ @@ -15,5 +15,5 @@ USE_LANGUAGES= c do-test: cd ${WRKSRC} && ${PYTHONBIN} setup.py test -q -.include "../../lang/python/distutils.mk" +.include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/converters/py-simplejson/PLIST b/converters/py-simplejson/PLIST index fb4920dc6a2..0c0f981706c 100644 --- a/converters/py-simplejson/PLIST +++ b/converters/py-simplejson/PLIST @@ -1,5 +1,8 @@ -@comment $NetBSD: PLIST,v 1.10 2014/01/03 06:11:46 rodent Exp $ -${PYSITELIB}/${EGG_FILE} +@comment $NetBSD: PLIST,v 1.11 2014/05/03 23:38:33 rodent Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/simplejson/__init__.py ${PYSITELIB}/simplejson/__init__.pyc ${PYSITELIB}/simplejson/__init__.pyo diff --git a/converters/py-simplejson/distinfo b/converters/py-simplejson/distinfo index 6f550b047cd..5e95edfe780 100644 --- a/converters/py-simplejson/distinfo +++ b/converters/py-simplejson/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2014/01/16 02:24:02 rodent Exp $ +$NetBSD: distinfo,v 1.12 2014/05/03 23:38:33 rodent Exp $ -SHA1 (simplejson-3.3.2.tar.gz) = d8b5e6ddcbf389c6a3fb86717a86a862177705c6 -RMD160 (simplejson-3.3.2.tar.gz) = c12bd1f30637f9bcd9762d335c43fe86551b5715 -Size (simplejson-3.3.2.tar.gz) = 67399 bytes +SHA1 (simplejson-3.4.1.tar.gz) = d00e3b83e5171884daab7f8036d70582d6ea52b5 +RMD160 (simplejson-3.4.1.tar.gz) = f2020332827c59caf177b9ffe693ecff726b1ddc +Size (simplejson-3.4.1.tar.gz) = 68927 bytes |