pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-mote: fix MASTER_SITES.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sun Sep 11 20:19:21 2016 +0200
Changeset:	686e705d52d357f967ced12d93a65c07303bb674

Modified Files:
	py-mote/Makefile

Log Message:
py-mote: fix MASTER_SITES.

Mark as not ready for python-3.x.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=686e705d52d357f967ced12d93a65c07303bb674

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-mote/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/py-mote/Makefile b/py-mote/Makefile
index be5f4ae..00ecfc1 100644
--- a/py-mote/Makefile
+++ b/py-mote/Makefile
@@ -3,7 +3,7 @@
 DISTNAME=	Pymote-0.2.2
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/Py//}
 CATEGORIES=	devel python
-MASTER_SITES=	${MASTER_SITE_PYPI:=p/Pymote/}
+MASTER_SITES=	${MASTER_SITE_PYPI:=P/Pymote/}
 EXTRACT_SUFX=	.zip
 
 MAINTAINER=	kamelderouiche%yahoo.com@localhost
@@ -17,6 +17,8 @@ DEPENDS+=	${PYPKGPREFIX}-scipy>=0.15.0:../../math/py-scipy
 
 USE_LANGUAGES=	# none
 
+PYTHON_VERSIONS_INCOMPATIBLE=	34 35 # as of 0.2.2
+
 .include "../../graphics/png/buildlink3.mk"
 .include "../../graphics/py-matplotlib/buildlink3.mk"
 .include "../../lang/python/egg.mk"


Home | Main Index | Thread Index | Old Index