pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-jsonrpclib: various fixes
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Fri Sep 2 18:19:30 2016 +0200
Changeset: c850f97fbac9147b5334b7a4f23d506084b5462f
Modified Files:
py-jsonrpclib/Makefile
Log Message:
py-jsonrpclib: various fixes
Use MASTER_SITE_PYPI.
Mark as not ready for python-3.x.
Remove unnecessary python/application.mk
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c850f97fbac9147b5334b7a4f23d506084b5462f
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-jsonrpclib/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diffs:
diff --git a/py-jsonrpclib/Makefile b/py-jsonrpclib/Makefile
index 404583c..0ee245f 100644
--- a/py-jsonrpclib/Makefile
+++ b/py-jsonrpclib/Makefile
@@ -3,7 +3,7 @@
DISTNAME= jsonrpclib-0.1.7
PKGNAME= ${PYPKGPREFIX}-jsonrpclib-0.1.7
CATEGORIES= devel
-MASTER_SITES= https://pypi.python.org/packages/a9/0a/69b6b794d7b086793683743df2f6d0a4fcf97613a95a39cfc74b78f2adb7/
+MASTER_SITES= ${MASTER_SITE_PYPI:=j/jsonrpclib/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://pypi.python.org/pypi/jsonrpclib
@@ -12,6 +12,7 @@ LICENSE= apache-2.0
USE_LANGUAGES= # none
-.include "../../lang/python/application.mk"
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # as of 0.1.7
+
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index