pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-gnosis-utils
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jan 10 09:10:43 UTC 2022
Modified Files:
pkgsrc/textproc/py-gnosis-utils: Makefile PLIST
Log Message:
py-gnosis-utils: convert to egg.mk
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/textproc/py-gnosis-utils/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-gnosis-utils/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-gnosis-utils/Makefile
diff -u pkgsrc/textproc/py-gnosis-utils/Makefile:1.22 pkgsrc/textproc/py-gnosis-utils/Makefile:1.23
--- pkgsrc/textproc/py-gnosis-utils/Makefile:1.22 Mon Sep 2 13:20:11 2019
+++ pkgsrc/textproc/py-gnosis-utils/Makefile Mon Jan 10 09:10:43 2022
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2019/09/02 13:20:11 adam Exp $
+# $NetBSD: Makefile,v 1.23 2022/01/10 09:10:43 wiz Exp $
DISTNAME= Gnosis_Utils-1.2.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/Gnosis_Utils/gnosis-utils/}
+PKGREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= http://gnosis.cx/download/
@@ -18,5 +19,5 @@ PYTHON_VERSIONS_ACCEPTED= 27 # not yet p
CONFLICTS+= ${PYPKGPREFIX}-Gnosis-Utils-[0-9]*
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-gnosis-utils/PLIST
diff -u pkgsrc/textproc/py-gnosis-utils/PLIST:1.5 pkgsrc/textproc/py-gnosis-utils/PLIST:1.6
--- pkgsrc/textproc/py-gnosis-utils/PLIST:1.5 Sun Apr 8 20:21:58 2012
+++ pkgsrc/textproc/py-gnosis-utils/PLIST Mon Jan 10 09:10:43 2022
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2012/04/08 20:21:58 wiz Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.6 2022/01/10 09:10:43 wiz Exp $
${PYSITELIB}/gnosis/README
${PYSITELIB}/gnosis/__init__.py
${PYSITELIB}/gnosis/__init__.pyc
Home |
Main Index |
Thread Index |
Old Index