py-mote: fix MASTER_SITES.

Mark as not ready for python-3.x.
This commit is contained in:
Thomas Klausner 2016-09-11 20:19:21 +02:00
parent 63a4fb7b58
commit 686e705d52

View file

@ -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
@ -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"