pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-ipaddr



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 09:13:07 UTC 2022

Modified Files:
        pkgsrc/devel/py-ipaddr: Makefile PLIST

Log Message:
py-ipaddr: convert to egg.mk


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-ipaddr/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-ipaddr/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-ipaddr/Makefile
diff -u pkgsrc/devel/py-ipaddr/Makefile:1.15 pkgsrc/devel/py-ipaddr/Makefile:1.16
--- pkgsrc/devel/py-ipaddr/Makefile:1.15        Mon Sep  2 13:19:40 2019
+++ pkgsrc/devel/py-ipaddr/Makefile     Mon Jan 10 09:13:07 2022
@@ -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 @@ LICENSE=      apache-2.0
 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"

Index: pkgsrc/devel/py-ipaddr/PLIST
diff -u pkgsrc/devel/py-ipaddr/PLIST:1.2 pkgsrc/devel/py-ipaddr/PLIST:1.3
--- pkgsrc/devel/py-ipaddr/PLIST:1.2    Sat Feb 15 17:17:57 2014
+++ pkgsrc/devel/py-ipaddr/PLIST        Mon Jan 10 09:13:07 2022
@@ -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