pkgsrc-WIP-changes archive

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

py-spice: PKGNAME corrected with version appended, related PLIST changes



Module Name:	pkgsrc-wip
Committed By:	mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Wed Sep 25 10:54:58 2024 +0530
Changeset:	207607dfe6e7027decefd3619158d35ed20a755b

Modified Files:
	py-spice/Makefile
	py-spice/PLIST

Log Message:
py-spice: PKGNAME corrected with version appended, related PLIST changes

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=207607dfe6e7027decefd3619158d35ed20a755b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-spice/Makefile |  5 +----
 py-spice/PLIST    | 13 +++++++------
 2 files changed, 8 insertions(+), 10 deletions(-)

diffs:
diff --git a/py-spice/Makefile b/py-spice/Makefile
index afcab5fed3..589a89e0b7 100644
--- a/py-spice/Makefile
+++ b/py-spice/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 DISTNAME=	PySpice-1.5
-PKGNAME=	${PYPKGPREFIX}-spice
+PKGNAME=	${PYPKGPREFIX}-spice-1.5
 CATEGORIES=	cad python
 MASTER_SITES=	${MASTER_SITE_PYPI:=P/PySpice/}
 
@@ -12,8 +12,5 @@ LICENSE=	gnu-gpl-v3
 
 PYTHON_VERSIONS_INCOMPATIBLE=	27
 
-post-install:
-	${RM} -f ${DESTDIR}${PREFIX}/bin/py${PKGVERSION}-post-installation
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-spice/PLIST b/py-spice/PLIST
index 6c6b66e8cf..3d847a2dcb 100644
--- a/py-spice/PLIST
+++ b/py-spice/PLIST
@@ -1,5 +1,6 @@
 @comment $NetBSD$
 bin/cir2py
+bin/pyspice-post-installation
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -70,9 +71,9 @@ ${PYSITELIB}/PySpice/Scripts/__init__.pyo
 ${PYSITELIB}/PySpice/Scripts/cir2py.py
 ${PYSITELIB}/PySpice/Scripts/cir2py.pyc
 ${PYSITELIB}/PySpice/Scripts/cir2py.pyo
-${PYSITELIB}/PySpice/Scripts/py${PKGVERSION}_post_installation.py
-${PYSITELIB}/PySpice/Scripts/py${PKGVERSION}_post_installation.pyc
-${PYSITELIB}/PySpice/Scripts/py${PKGVERSION}_post_installation.pyo
+${PYSITELIB}/PySpice/Scripts/pyspice_post_installation.py
+${PYSITELIB}/PySpice/Scripts/pyspice_post_installation.pyc
+${PYSITELIB}/PySpice/Scripts/pyspice_post_installation.pyo
 ${PYSITELIB}/PySpice/Spice/BasicElement.py
 ${PYSITELIB}/PySpice/Spice/BasicElement.pyc
 ${PYSITELIB}/PySpice/Spice/BasicElement.pyo
@@ -194,9 +195,9 @@ ${PYSITELIB}/tasks/git.pyo
 ${PYSITELIB}/tasks/github.py
 ${PYSITELIB}/tasks/github.pyc
 ${PYSITELIB}/tasks/github.pyo
-${PYSITELIB}/tasks/ng${PKGVERSION}.py
-${PYSITELIB}/tasks/ng${PKGVERSION}.pyc
-${PYSITELIB}/tasks/ng${PKGVERSION}.pyo
+${PYSITELIB}/tasks/ngspice.py
+${PYSITELIB}/tasks/ngspice.pyc
+${PYSITELIB}/tasks/ngspice.pyo
 ${PYSITELIB}/tasks/release.py
 ${PYSITELIB}/tasks/release.pyc
 ${PYSITELIB}/tasks/release.pyo


Home | Main Index | Thread Index | Old Index