pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-uuid



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 20:53:31 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-uuid/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-uuid/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-uuid/Makefile
diff -u pkgsrc/devel/py-uuid/Makefile:1.7 pkgsrc/devel/py-uuid/Makefile:1.8
--- pkgsrc/devel/py-uuid/Makefile:1.7   Mon Sep  2 13:19:37 2019
+++ pkgsrc/devel/py-uuid/Makefile       Mon Jan 10 20:53:31 2022
@@ -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 @@ USE_LANGUAGES=        # none
 
 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"

Index: pkgsrc/devel/py-uuid/PLIST
diff -u pkgsrc/devel/py-uuid/PLIST:1.2 pkgsrc/devel/py-uuid/PLIST:1.3
--- pkgsrc/devel/py-uuid/PLIST:1.2      Wed Oct  5 06:25:16 2016
+++ pkgsrc/devel/py-uuid/PLIST  Mon Jan 10 20:53:31 2022
@@ -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