pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-socksipy-branch py-SocksiPy-branch: fix PLIST f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c673d89be8a
branches:  trunk
changeset: 372241:3c673d89be8a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jan 22 14:31:59 2022 +0000

description:
py-SocksiPy-branch: fix PLIST for python 2.7

diffstat:

 net/py-socksipy-branch/Makefile |  6 +++++-
 net/py-socksipy-branch/PLIST    |  3 ++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diffs (31 lines):

diff -r 2c926bb75907 -r 3c673d89be8a net/py-socksipy-branch/Makefile
--- a/net/py-socksipy-branch/Makefile   Sat Jan 22 14:30:08 2022 +0000
+++ b/net/py-socksipy-branch/Makefile   Sat Jan 22 14:31:59 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/01/10 08:47:45 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2022/01/22 14:31:59 wiz Exp $
 
 DISTNAME=      SocksiPy-branch-1.01
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,7 +13,11 @@
 
 CONFLICTS=     ${PYPKGPREFIX}-Socks-[0-9]*
 
+.include "../../lang/python/pyversion.mk"
+
+.if ${PYPKGPREFIX} != "py27"
 EGG_NAME=      SocksiPy_branch-1.1
+.endif
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 2c926bb75907 -r 3c673d89be8a net/py-socksipy-branch/PLIST
--- a/net/py-socksipy-branch/PLIST      Sat Jan 22 14:30:08 2022 +0000
+++ b/net/py-socksipy-branch/PLIST      Sat Jan 22 14:31:59 2022 +0000
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.3 2022/01/10 20:24:47 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/01/22 14:31:59 wiz Exp $
+${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}
 ${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt



Home | Main Index | Thread Index | Old Index