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: convert to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cedc57b18456
branches:  trunk
changeset: 371426:cedc57b18456
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 08:47:45 2022 +0000

description:
py-socksipy-branch: convert to egg.mk

diffstat:

 net/py-socksipy-branch/Makefile |  7 +++++--
 net/py-socksipy-branch/PLIST    |  9 ++++++---
 2 files changed, 11 insertions(+), 5 deletions(-)

diffs (37 lines):

diff -r 68bf2675522a -r cedc57b18456 net/py-socksipy-branch/Makefile
--- a/net/py-socksipy-branch/Makefile   Mon Jan 10 08:45:56 2022 +0000
+++ b/net/py-socksipy-branch/Makefile   Mon Jan 10 08:47:45 2022 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2018/08/22 06:20:30 adam Exp $
+# $NetBSD: Makefile,v 1.6 2022/01/10 08:47:45 wiz Exp $
 
 DISTNAME=      SocksiPy-branch-1.01
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=S/SocksiPy-branch/}
 
@@ -12,5 +13,7 @@
 
 CONFLICTS=     ${PYPKGPREFIX}-Socks-[0-9]*
 
-.include "../../lang/python/distutils.mk"
+EGG_NAME=      SocksiPy_branch-1.1
+
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 68bf2675522a -r cedc57b18456 net/py-socksipy-branch/PLIST
--- a/net/py-socksipy-branch/PLIST      Mon Jan 10 08:45:56 2022 +0000
+++ b/net/py-socksipy-branch/PLIST      Mon Jan 10 08:47:45 2022 +0000
@@ -1,5 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2018/01/24 20:46:42 bsiegert Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.2 2022/01/10 08:47:45 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/socks.py
 ${PYSITELIB}/socks.pyc
 ${PYSITELIB}/socks.pyo
-${PYSITELIB}/socks.py



Home | Main Index | Thread Index | Old Index