pkgsrc-WIP-changes archive

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

py-zipline: Enable ALTERNATIVES



Module Name:	pkgsrc-wip
Committed By:	Min Kim <minskim%NetBSD.org@localhost>
Pushed By:	minskim
Date:		Fri Jan 24 17:11:13 2020 -0800
Changeset:	ce9e1ac7ec1a0b8a30d505095d48dc3ca2ce8462

Modified Files:
	py-zipline/Makefile
	py-zipline/PLIST
Added Files:
	py-zipline/ALTERNATIVES

Log Message:
py-zipline: Enable ALTERNATIVES

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

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

diffstat:
 py-zipline/ALTERNATIVES | 1 +
 py-zipline/Makefile     | 2 +-
 py-zipline/PLIST        | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diffs:
diff --git a/py-zipline/ALTERNATIVES b/py-zipline/ALTERNATIVES
new file mode 100644
index 0000000000..077531f02a
--- /dev/null
+++ b/py-zipline/ALTERNATIVES
@@ -0,0 +1 @@
+bin/zipline @PREFIX@/bin/zipline-@PYVERSSUFFIX@
diff --git a/py-zipline/Makefile b/py-zipline/Makefile
index d1b02c24e7..e008ecadd7 100644
--- a/py-zipline/Makefile
+++ b/py-zipline/Makefile
@@ -47,6 +47,6 @@ BUILDLINK_API_DEPENDS.py-numpy+=	${PYPKGPREFIX}-numpy>=1.11.1
 
 post-install:
 	${MV} ${DESTDIR}${PREFIX}/bin/zipline \
-		${DESTDIR}${PREFIX}/bin/zipline${PYVERSSUFFIX}
+		${DESTDIR}${PREFIX}/bin/zipline-${PYVERSSUFFIX}
 
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-zipline/PLIST b/py-zipline/PLIST
index e6e27f10a4..c539eaec54 100644
--- a/py-zipline/PLIST
+++ b/py-zipline/PLIST
@@ -1,5 +1,5 @@
 @comment $NetBSD$
-bin/zipline${PYVERSSUFFIX}
+bin/zipline-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt


Home | Main Index | Thread Index | Old Index