pkgsrc-WIP-changes archive

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

py-pivy: drop python version override, clean up distfile and package naming



Module Name:	pkgsrc-wip
Committed By:	Paul Ripke <stix%stix.id.au@localhost>
Pushed By:	stix
Date:		Thu Jul 10 23:25:43 2025 +1000
Changeset:	693a8fc01a3079e5a6d2c6aed9ed14a070f53b43

Modified Files:
	py-pivy/Makefile
	py-pivy/distinfo

Log Message:
py-pivy: drop python version override, clean up distfile and package naming

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

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

diffstat:
 py-pivy/Makefile | 10 ++++------
 py-pivy/distinfo |  6 +++---
 2 files changed, 7 insertions(+), 9 deletions(-)

diffs:
diff --git a/py-pivy/Makefile b/py-pivy/Makefile
index 5c583f7780..ea7c2c828e 100644
--- a/py-pivy/Makefile
+++ b/py-pivy/Makefile
@@ -1,22 +1,20 @@
 # $NetBSD$
 
 VERSION=	0.6.10
-DISTNAME=	${VERSION}
-PKGNAME=	${PYPKGPREFIX}-pivy-${VERSION}
+DISTNAME=	pivy-${VERSION}
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 MASTER_SITES=	${MASTER_SITE_GITHUB:=coin3d/}
 GITHUB_PROJECT=	pivy
 GITHUB_TAG=	${VERSION}
 CATEGORIES=	graphics
-DIST_SUBDIR=	${PKGNAME_NOREV}
 
 MAINTAINER=	stix%stix.id.au@localhost
 HOMEPAGE=	https://github.com/coin3d/pivy
 COMMENT=	Python bindings for Coin
 LICENSE=	isc
 
-PYTHON_VERSIONS_ACCEPTED=	311
-USE_TOOLS+=			pkg-config
-USE_LANGUAGES+=			c c++
+USE_TOOLS+=	pkg-config
+USE_LANGUAGES+=	c c++
 
 PLIST_SUBST+=	PYSITELIB=${PYSITELIB}
 
diff --git a/py-pivy/distinfo b/py-pivy/distinfo
index 570af61a47..d0d405abdc 100644
--- a/py-pivy/distinfo
+++ b/py-pivy/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (py311-pivy-0.6.10/0.6.10.tar.gz) = 333deb26e3a3dc216558e951c08dd1218ef1132c7a38ee9b70f5c5d58d0c897a
-SHA512 (py311-pivy-0.6.10/0.6.10.tar.gz) = d4f52635c1e18f137322e52ead8e8e69a6519ed0902aab17a264fc296df9fe2b82221de2234aa152db9c7fd45003a6299a19ddace4488adea99c2159d31d68bb
-Size (py311-pivy-0.6.10/0.6.10.tar.gz) = 6678472 bytes
+BLAKE2s (pivy-0.6.10.tar.gz) = 333deb26e3a3dc216558e951c08dd1218ef1132c7a38ee9b70f5c5d58d0c897a
+SHA512 (pivy-0.6.10.tar.gz) = d4f52635c1e18f137322e52ead8e8e69a6519ed0902aab17a264fc296df9fe2b82221de2234aa152db9c7fd45003a6299a19ddace4488adea99c2159d31d68bb
+Size (pivy-0.6.10.tar.gz) = 6678472 bytes


Home | Main Index | Thread Index | Old Index