pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[.joined/pkgsrc/trunk]: .joined/pkgsrc/devel/py-pycotap py-pycotap: fix PLIST...
details: https://anonhg.NetBSD.org/.joined/pkgsrc/rev/59dcb939ac42
branches: trunk
changeset: 371037:59dcb939ac42
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Jan 04 06:53:58 2022 +0000
description:
py-pycotap: fix PLIST for python != 3.9
diffstat:
devel/py-pycotap/Makefile | 4 +++-
devel/py-pycotap/PLIST | 4 ++--
2 files changed, 5 insertions(+), 3 deletions(-)
diffs (33 lines):
diff -r dc6db28375fd -r 59dcb939ac42 devel/py-pycotap/Makefile
--- a/devel/py-pycotap/Makefile Mon Jan 03 21:21:12 2022 +0000
+++ b/devel/py-pycotap/Makefile Tue Jan 04 06:53:58 2022 +0000
@@ -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 @@
INSTALLATION_DIRS= share/doc/${PYPKGPREFIX}-pycotap
+PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX}
+
post-install:
${MV} ${DESTDIR}${PREFIX}/COPYING ${DESTDIR}${PREFIX}/share/doc/${PYPKGPREFIX}-pycotap/
diff -r dc6db28375fd -r 59dcb939ac42 devel/py-pycotap/PLIST
--- a/devel/py-pycotap/PLIST Mon Jan 03 21:21:12 2022 +0000
+++ b/devel/py-pycotap/PLIST Tue Jan 04 06:53:58 2022 +0000
@@ -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/__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