pkgsrc-WIP-changes archive

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

py-pygit2: fix PLIST (support python2 and python3)



Module Name:	pkgsrc-wip
Committed By:	Travis Paul <tr%vispaul.me@localhost>
Pushed By:	tpaul
Date:		Thu Apr 27 00:45:10 2017 +0000
Changeset:	02642d3252f9265e91d8a348a9d55089fbbccfe6

Modified Files:
	py-pygit2/PLIST

Log Message:
py-pygit2: fix PLIST (support python2 and python3)

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

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

diffstat:
 py-pygit2/PLIST | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/py-pygit2/PLIST b/py-pygit2/PLIST
index 99b257f5ab..2a90ef845c 100644
--- a/py-pygit2/PLIST
+++ b/py-pygit2/PLIST
@@ -12,7 +12,8 @@ ${PYSITELIB}/pygit2/__init__.pyo
 ${PYSITELIB}/pygit2/_build.py
 ${PYSITELIB}/pygit2/_build.pyc
 ${PYSITELIB}/pygit2/_build.pyo
-${PYSITELIB}/pygit2/_libgit2.so
+${PLIST.py2x}${PYSITELIB}/pygit2/_libgit2.so
+${PLIST.py3x}${PYSITELIB}/pygit2/_libgit2.abi3.so
 ${PYSITELIB}/pygit2/_run.py
 ${PYSITELIB}/pygit2/_run.pyc
 ${PYSITELIB}/pygit2/_run.pyo


Home | Main Index | Thread Index | Old Index