pkgsrc-WIP-changes archive

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

py-cython-legacy: Fix pkgname



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Sat Dec 23 09:37:17 2023 -0600
Changeset:	6da6d0b48db5c48d36231d15d7414f3038d0b67c

Modified Files:
	py-cython-legacy/Makefile

Log Message:
py-cython-legacy: Fix pkgname

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

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

diffstat:
 py-cython-legacy/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/py-cython-legacy/Makefile b/py-cython-legacy/Makefile
index 1fc107ca4e..a618349a8b 100644
--- a/py-cython-legacy/Makefile
+++ b/py-cython-legacy/Makefile
@@ -1,11 +1,11 @@
 # $NetBSD: Makefile,v 1.84 2023/07/05 12:29:28 adam Exp $
 
 DISTNAME=	Cython-0.29.36
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME:tl}-legacy
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME:}-legacy-${VERSION}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=C/Cython/}
 
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=	bacon%NetBSD.org@localhost
 HOMEPAGE=	https://cython.org/
 COMMENT=	C-Extensions for Python
 LICENSE=	apache-1.1


Home | Main Index | Thread Index | Old Index