pkgsrc-WIP-changes archive

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

wip/pip2pi: Add PLIST and alternatives.



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%NetBSD.org@localhost>
Pushed By:	ng0
Date:		Mon Dec 16 17:52:58 2019 +0000
Changeset:	aa56a1eda4feea7e9a3ef10194fe8abfe0cea33c

Modified Files:
	py-pip2pi/PLIST
Added Files:
	py-pip2pi/ALTERNATIVES

Log Message:
wip/pip2pi: Add PLIST and alternatives.

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

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

diffstat:
 py-pip2pi/ALTERNATIVES |  3 +++
 py-pip2pi/PLIST        | 18 +++++++++++++++---
 2 files changed, 18 insertions(+), 3 deletions(-)

diffs:
diff --git a/py-pip2pi/ALTERNATIVES b/py-pip2pi/ALTERNATIVES
new file mode 100644
index 0000000000..c66aec0d01
--- /dev/null
+++ b/py-pip2pi/ALTERNATIVES
@@ -0,0 +1,3 @@
+bin/dir2pi @PREFIX@/bin/dir2pi-@PYVERSSUFFIX@
+bin/pip2pi @PREFIX@/bin/pip2pi-@PYVERSSUFFIX@
+bin/pip2tgz @PREFIX@/bin/pip2tgz-@PYVERSSUFFIX@
diff --git a/py-pip2pi/PLIST b/py-pip2pi/PLIST
index 92ba51a2d7..3e935095a0 100644
--- a/py-pip2pi/PLIST
+++ b/py-pip2pi/PLIST
@@ -1,4 +1,16 @@
 @comment $NetBSD$
-@comment TODO: to fill this file with the file listing:
-@comment TODO: 1. run "/usr/bin/make package"
-@comment TODO: 2. run "/usr/bin/make print-PLIST"
+bin/dir2pi-${PYVERSSUFFIX}
+bin/pip2pi-${PYVERSSUFFIX}
+bin/pip2tgz-${PYVERSSUFFIX}
+${PYSITELIB}/libpip2pi/__init__.py
+${PYSITELIB}/libpip2pi/__init__.pyo
+${PYSITELIB}/libpip2pi/__init__.pyc
+${PYSITELIB}/libpip2pi/commands.pyo
+${PYSITELIB}/libpip2pi/commands.pyc
+${PYSITELIB}/libpip2pi/commands.py
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt


Home | Main Index | Thread Index | Old Index