pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/py-scour
Module Name: pkgsrc
Committed By: wiz
Date: Sat Jan 29 07:36:00 UTC 2022
Modified Files:
pkgsrc/graphics/py-scour: Makefile PLIST
Added Files:
pkgsrc/graphics/py-scour: ALTERNATIVES
Log Message:
py-scour: rename scour to scour-${PYVERSSUFFIX} to avoid self-conflict
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/py-scour/ALTERNATIVES
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/py-scour/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/py-scour/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/py-scour/Makefile
diff -u pkgsrc/graphics/py-scour/Makefile:1.3 pkgsrc/graphics/py-scour/Makefile:1.4
--- pkgsrc/graphics/py-scour/Makefile:1.3 Wed Jan 5 15:41:12 2022
+++ pkgsrc/graphics/py-scour/Makefile Sat Jan 29 07:36:00 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2022/01/05 15:41:12 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2022/01/29 07:36:00 wiz Exp $
DISTNAME= scour-0.38.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/scour/}
@@ -17,5 +17,9 @@ USE_PKG_RESOURCES= yes
USE_LANGUAGES= # none
+post-install:
+ ${MV} ${DESTDIR}${PREFIX}/bin/scour \
+ ${DESTDIR}${PREFIX}/bin/scour-${PYVERSSUFFIX} || ${TRUE}
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/py-scour/PLIST
diff -u pkgsrc/graphics/py-scour/PLIST:1.1 pkgsrc/graphics/py-scour/PLIST:1.2
--- pkgsrc/graphics/py-scour/PLIST:1.1 Sun Jul 18 18:06:39 2021
+++ pkgsrc/graphics/py-scour/PLIST Sat Jan 29 07:36:00 2022
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2021/07/18 18:06:39 gutteridge Exp $
-bin/scour
+@comment $NetBSD: PLIST,v 1.2 2022/01/29 07:36:00 wiz Exp $
+bin/scour-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
Added files:
Index: pkgsrc/graphics/py-scour/ALTERNATIVES
diff -u /dev/null pkgsrc/graphics/py-scour/ALTERNATIVES:1.1
--- /dev/null Sat Jan 29 07:36:00 2022
+++ pkgsrc/graphics/py-scour/ALTERNATIVES Sat Jan 29 07:36:00 2022
@@ -0,0 +1 @@
+bin/scour @PREFIX@/bin/scour-@PYVERSSUFFIX@
Home |
Main Index |
Thread Index |
Old Index