pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pycotap



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jan  4 06:53:58 UTC 2022

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

Log Message:
py-pycotap: fix PLIST for python != 3.9


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-pycotap/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-pycotap/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-pycotap/Makefile
diff -u pkgsrc/devel/py-pycotap/Makefile:1.2 pkgsrc/devel/py-pycotap/Makefile:1.3
--- pkgsrc/devel/py-pycotap/Makefile:1.2        Mon Jan  3 10:51:30 2022
+++ pkgsrc/devel/py-pycotap/Makefile    Tue Jan  4 06:53:58 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/01/03 10:51:30 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2022/01/04 06:53:58 wiz Exp $
 
 DISTNAME=      pycotap-1.2.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,6 +14,8 @@ USE_LANGUAGES=        # none
 
 INSTALLATION_DIRS=     share/doc/${PYPKGPREFIX}-pycotap
 
+PLIST_SUBST+=  PYPKGPREFIX=${PYPKGPREFIX}
+
 post-install:
        ${MV} ${DESTDIR}${PREFIX}/COPYING ${DESTDIR}${PREFIX}/share/doc/${PYPKGPREFIX}-pycotap/
 

Index: pkgsrc/devel/py-pycotap/PLIST
diff -u pkgsrc/devel/py-pycotap/PLIST:1.1 pkgsrc/devel/py-pycotap/PLIST:1.2
--- pkgsrc/devel/py-pycotap/PLIST:1.1   Mon Jan  3 10:49:09 2022
+++ pkgsrc/devel/py-pycotap/PLIST       Tue Jan  4 06:53:58 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2022/01/03 10:49:09 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/01/04 06:53:58 wiz Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -9,4 +9,4 @@ ${PYSITELIB}/pycotap/__init__.pyo
 ${PYSITELIB}/pycotap/__main__.py
 ${PYSITELIB}/pycotap/__main__.pyc
 ${PYSITELIB}/pycotap/__main__.pyo
-share/doc/py39-pycotap/COPYING
+share/doc/${PYPKGPREFIX}-pycotap/COPYING



Home | Main Index | Thread Index | Old Index