summaryrefslogtreecommitdiff
path: root/converters/py-simplejson/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/py-simplejson/Makefile')
-rw-r--r--converters/py-simplejson/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/converters/py-simplejson/Makefile b/converters/py-simplejson/Makefile
index a59e336d2a3..7106b1d39d9 100644
--- a/converters/py-simplejson/Makefile
+++ b/converters/py-simplejson/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.17 2012/10/03 00:20:16 asau Exp $
+# $NetBSD: Makefile,v 1.18 2014/01/03 06:11:46 rodent Exp $
#
-DISTNAME= simplejson-2.6.2
+DISTNAME= simplejson-3.3.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= converters
-MASTER_SITES= http://pypi.python.org/packages/source/s/simplejson/
+MASTER_SITES= https://pypi.python.org/packages/source/s/simplejson/
+FETCH_USING= curl
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://undefined.org/python/#simplejson
@@ -13,6 +14,9 @@ LICENSE= mit
USE_LANGUAGES= c
+PYTHON_VERSIONS_ACCEPTED= 33 27 26
+PYTHON_VERSIONS_INCLUDE_3X= yes
+
do-test:
cd ${WRKSRC} && ${PYTHONBIN} setup.py test -q