summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorrodent <rodent>2014-05-03 23:38:33 +0000
committerrodent <rodent>2014-05-03 23:38:33 +0000
commit6dd3ff7eb19ddeddcbcfd51b48a75cfa310086ad (patch)
tree7244976a4d78cb1c57a9dd4031299bdb51a24354 /converters
parentfabd60284d4202207ad20a1761440ed712395182 (diff)
downloadpkgsrc-6dd3ff7eb19ddeddcbcfd51b48a75cfa310086ad.tar.gz
Updated to latest release, 3.4.1. Use egg.mk now. From CHANGES.txt:
Version 3.4.1 released 2014-04-30 * Fixed tests to run on Python 3.4 Version 3.4.0 released 2014-04-02 * Native setuptools support re-introduced https://github.com/simplejson/simplejson/pull/92 Version 3.3.3 released 2014-02-14 * Improve test suite's Python 3.4 compatibility https://github.com/simplejson/simplejson/issues/87
Diffstat (limited to 'converters')
-rw-r--r--converters/py-simplejson/Makefile6
-rw-r--r--converters/py-simplejson/PLIST7
-rw-r--r--converters/py-simplejson/distinfo8
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