pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pygit2



Module Name:    pkgsrc
Committed By:   maya
Date:           Tue May 14 03:12:36 UTC 2019

Modified Files:
        pkgsrc/devel/py-pygit2: PLIST

Log Message:
py-pygit2: fix python2.7 install


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-pygit2/PLIST

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

Modified files:

Index: pkgsrc/devel/py-pygit2/PLIST
diff -u pkgsrc/devel/py-pygit2/PLIST:1.2 pkgsrc/devel/py-pygit2/PLIST:1.3
--- pkgsrc/devel/py-pygit2/PLIST:1.2    Wed May  1 07:23:53 2019
+++ pkgsrc/devel/py-pygit2/PLIST        Tue May 14 03:12:36 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2019/05/01 07:23:53 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/05/14 03:12:36 maya Exp $
 ${PYSITELIB}/_pygit2.so
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -42,7 +42,8 @@ ${PYSITELIB}/pygit2/submodule.pyc
 ${PYSITELIB}/pygit2/utils.pyo
 ${PYSITELIB}/pygit2/utils.pyc
 ${PYSITELIB}/pygit2/_build.py
-${PYSITELIB}/pygit2/_libgit2.abi3.so
+${PLIST.py3x}${PYSITELIB}/pygit2/_libgit2.abi3.so
+${PLIST.py2x}${PYSITELIB}/pygit2/_libgit2.so
 ${PYSITELIB}/pygit2/_run.py
 ${PYSITELIB}/pygit2/blame.py
 ${PYSITELIB}/pygit2/config.py



Home | Main Index | Thread Index | Old Index