pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-adns py-adns: convert to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d17ee1be1cbe
branches:  trunk
changeset: 371390:d17ee1be1cbe
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 07:52:20 2022 +0000

description:
py-adns: convert to egg.mk

diffstat:

 net/py-adns/Makefile |  6 +++---
 net/py-adns/PLIST    |  3 +--
 2 files changed, 4 insertions(+), 5 deletions(-)

diffs (35 lines):

diff -r 34f5d91b8f36 -r d17ee1be1cbe net/py-adns/Makefile
--- a/net/py-adns/Makefile      Mon Jan 10 07:50:49 2022 +0000
+++ b/net/py-adns/Makefile      Mon Jan 10 07:52:20 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2019/09/02 13:19:49 adam Exp $
+# $NetBSD: Makefile,v 1.25 2022/01/10 07:52:20 wiz Exp $
 
 DISTNAME=      adns-python-1.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/python-//}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    net python
 MASTER_SITES=  http://adns-python.googlecode.com/files/
 
@@ -17,5 +17,5 @@
 
 BUILDLINK_API_DEPENDS.adns+=   adns>=1.2
 .include "../../net/adns/buildlink3.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 34f5d91b8f36 -r d17ee1be1cbe net/py-adns/PLIST
--- a/net/py-adns/PLIST Mon Jan 10 07:50:49 2022 +0000
+++ b/net/py-adns/PLIST Mon Jan 10 07:52:20 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2012/04/08 20:21:52 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2022/01/10 07:52:20 wiz Exp $
 ${PYSITELIB}/ADNS.py
 ${PYSITELIB}/ADNS.pyc
 ${PYSITELIB}/ADNS.pyo
@@ -6,4 +6,3 @@
 ${PYSITELIB}/DNSBL.pyc
 ${PYSITELIB}/DNSBL.pyo
 ${PYSITELIB}/adns.so
-${PYSITELIB}/${EGG_FILE}



Home | Main Index | Thread Index | Old Index