pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-ipython Correct the PYPKGPREFIX value
details: https://anonhg.NetBSD.org/pkgsrc/rev/987c1db07240
branches: trunk
changeset: 371752:987c1db07240
user: minskim <minskim%pkgsrc.org@localhost>
date: Mon Nov 20 17:10:43 2017 +0000
description:
Correct the PYPKGPREFIX value
It should be "py34" rather than "34".
Bump PKGREVISION.
diffstat:
devel/py-ipython/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r aa0817cfb8cd -r 987c1db07240 devel/py-ipython/Makefile
--- a/devel/py-ipython/Makefile Mon Nov 20 16:06:20 2017 +0000
+++ b/devel/py-ipython/Makefile Mon Nov 20 17:10:43 2017 +0000
@@ -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 @@
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