pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-ipython
Module Name: pkgsrc
Committed By: minskim
Date: Mon Nov 20 17:10:43 UTC 2017
Modified Files:
pkgsrc/devel/py-ipython: Makefile
Log Message:
Correct the PYPKGPREFIX value
It should be "py34" rather than "34".
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/py-ipython/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-ipython/Makefile
diff -u pkgsrc/devel/py-ipython/Makefile:1.23 pkgsrc/devel/py-ipython/Makefile:1.24
--- pkgsrc/devel/py-ipython/Makefile:1.23 Thu Nov 16 18:50:53 2017
+++ pkgsrc/devel/py-ipython/Makefile Mon Nov 20 17:10:43 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2017/11/16 18:50:53 minskim Exp $
+# $NetBSD: Makefile,v 1.24 2017/11/20 17:10:43 minskim Exp $
DISTNAME= ipython-6.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/ipython/}
@@ -28,7 +28,7 @@ USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/pyversion.mk"
-.if "${PYPKGPREFIX}" == "34"
+.if "${PYPKGPREFIX}" == "py34"
DEPENDS+= ${PYPKGPREFIX}-typing-[0-9]*:../../devel/py-typing
.endif
Home |
Main Index |
Thread Index |
Old Index