pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-uuid Convert to distutils.mk, bump PKGREVISION.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c60cbb95d62
branches:  trunk
changeset: 353451:3c60cbb95d62
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Oct 05 06:25:16 2016 +0000

description:
Convert to distutils.mk, bump PKGREVISION.

diffstat:

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

diffs (32 lines):

diff -r e388af889b78 -r 3c60cbb95d62 devel/py-uuid/Makefile
--- a/devel/py-uuid/Makefile    Wed Oct 05 03:11:04 2016 +0000
+++ b/devel/py-uuid/Makefile    Wed Oct 05 06:25:16 2016 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2016/10/05 02:24:11 kamil Exp $
+# $NetBSD: Makefile,v 1.2 2016/10/05 06:25:16 wiz Exp $
 
 DISTNAME=      uuid-1.30
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=u/uuid/}
 
@@ -14,7 +15,5 @@
 
 PYTHON_VERSIONS_INCOMPATIBLE=  34 35 # not yet ported as of 1.30
 
-PYDISTUTILSPKG=        yes
-
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r e388af889b78 -r 3c60cbb95d62 devel/py-uuid/PLIST
--- a/devel/py-uuid/PLIST       Wed Oct 05 03:11:04 2016 +0000
+++ b/devel/py-uuid/PLIST       Wed Oct 05 06:25:16 2016 +0000
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2016/10/05 02:24:11 kamil Exp $
+@comment $NetBSD: PLIST,v 1.2 2016/10/05 06:25:16 wiz Exp $
+${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/uuid.py
 ${PYSITELIB}/uuid.pyc
 ${PYSITELIB}/uuid.pyo



Home | Main Index | Thread Index | Old Index