pkgsrc-WIP-changes archive

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

Use fetch/github.mk. Remove extraneous PLIST_SUBST settings. Don' t refer to python 2.6.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Mon Feb 29 19:37:53 2016 +0100
Changeset:	52c8872002bf962d25969cad4b022887b4f8aa09

Modified Files:
	py-IOSXR/Makefile

Log Message:
Use fetch/github.mk.
Remove extraneous PLIST_SUBST settings.
Don't refer to python 2.6.

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

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

diffstat:
 py-IOSXR/Makefile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diffs:
diff --git a/py-IOSXR/Makefile b/py-IOSXR/Makefile
index 9c87af1..a84ed53 100644
--- a/py-IOSXR/Makefile
+++ b/py-IOSXR/Makefile
@@ -3,7 +3,7 @@
 DISTNAME=	py-IOSXR-0.12
 PKGNAME=	${DISTNAME:S/py-/${PYPKGPREFIX}-/}
 CATEGORIES=	net
-MASTER_SITES=	-https://github.com/fooelisa/pyiosxr/archive/${PKGVERSION_NOREV}${EXTRACT_SUFX}
+MASTER_SITES=	${MASTER_SITE_GITHUB:=fooelisa/}
 EGG_NAME=	${DISTNAME:S/-//}
 
 WRKSRC=		${WRKDIR}/${DISTNAME:S/-//:tl}
@@ -16,9 +16,7 @@ LICENSE=	apache-2.0
 DEPENDS+=	${PYPKGPREFIX}-pexpect-[0-9]*:../../devel/py-pexpect
 
 USE_LANGUAGES=	# none
-PLIST_SUBST+=	PYVERSUFFIX=${PYVERSUFFIX}
-PLIST_SUBST+=	PYPKGPREFIX=${PYPKGPREFIX}
-PYTHON_VERSIONS_ACCEPTED=	27 26
+PYTHON_VERSIONS_ACCEPTED=	27
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index