pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-pygit2 py-pygit2: fix python2.7 install



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb3b7933f5a6
branches:  trunk
changeset: 323620:eb3b7933f5a6
user:      maya <maya%pkgsrc.org@localhost>
date:      Tue May 14 03:12:36 2019 +0000

description:
py-pygit2: fix python2.7 install

diffstat:

 devel/py-pygit2/PLIST |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r e2dafa4fb402 -r eb3b7933f5a6 devel/py-pygit2/PLIST
--- a/devel/py-pygit2/PLIST     Tue May 14 01:39:30 2019 +0000
+++ b/devel/py-pygit2/PLIST     Tue May 14 03:12:36 2019 +0000
@@ -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/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