pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c723b8e1e432
branches:  trunk
changeset: 371569:c723b8e1e432
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 20:53:31 2022 +0000

description:
py-uuid: convert to egg.mk

diffstat:

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

diffs (31 lines):

diff -r e3727fb1a67b -r c723b8e1e432 devel/py-uuid/Makefile
--- a/devel/py-uuid/Makefile    Mon Jan 10 20:52:58 2022 +0000
+++ b/devel/py-uuid/Makefile    Mon Jan 10 20:53:31 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2019/09/02 13:19:37 adam Exp $
+# $NetBSD: Makefile,v 1.8 2022/01/10 20:53:31 wiz Exp $
 
 DISTNAME=      uuid-1.30
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=u/uuid/}
 
@@ -15,5 +15,5 @@
 
 PYTHON_VERSIONS_ACCEPTED=      27 # not yet ported as of 1.30
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r e3727fb1a67b -r c723b8e1e432 devel/py-uuid/PLIST
--- a/devel/py-uuid/PLIST       Mon Jan 10 20:52:58 2022 +0000
+++ b/devel/py-uuid/PLIST       Mon Jan 10 20:53:31 2022 +0000
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2016/10/05 06:25:16 wiz Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.3 2022/01/10 20:53:31 wiz Exp $
 ${PYSITELIB}/uuid.py
 ${PYSITELIB}/uuid.pyc
 ${PYSITELIB}/uuid.pyo



Home | Main Index | Thread Index | Old Index