pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-ipaddr py-ipaddr: convert to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/60fa6d25c011
branches:  trunk
changeset: 371450:60fa6d25c011
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 09:13:07 2022 +0000

description:
py-ipaddr: convert to egg.mk

diffstat:

 devel/py-ipaddr/Makefile |  5 +++--
 devel/py-ipaddr/PLIST    |  3 +--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r f2c48e7385f1 -r 60fa6d25c011 devel/py-ipaddr/Makefile
--- a/devel/py-ipaddr/Makefile  Mon Jan 10 09:12:31 2022 +0000
+++ b/devel/py-ipaddr/Makefile  Mon Jan 10 09:13:07 2022 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2019/09/02 13:19:40 adam Exp $
+# $NetBSD: Makefile,v 1.16 2022/01/10 09:13:07 wiz Exp $
 
 DISTNAME=      ipaddr-2.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  https://googledrive.com/host/0B6wLlfdySbEUMkh1ZWhpZk1pZmc/
 MASTER_SITES+= ${MASTER_SITE_PYPI:=i/ipaddr/}
@@ -14,5 +15,5 @@
 PYTHON_VERSIONS_ACCEPTED=      27 # not yet ported as of 2.1.10
 REPLACE_PYTHON+=               ipaddr.py
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r f2c48e7385f1 -r 60fa6d25c011 devel/py-ipaddr/PLIST
--- a/devel/py-ipaddr/PLIST     Mon Jan 10 09:12:31 2022 +0000
+++ b/devel/py-ipaddr/PLIST     Mon Jan 10 09:13:07 2022 +0000
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2014/02/15 17:17:57 wiz Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.3 2022/01/10 09:13:07 wiz Exp $
 ${PYSITELIB}/ipaddr.py
 ${PYSITELIB}/ipaddr.pyc
 ${PYSITELIB}/ipaddr.pyo



Home | Main Index | Thread Index | Old Index