pkgsrc-WIP-changes archive

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

py-typing-inspect: fix PKGNAME to match directory name



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Wed Feb 23 12:29:15 2022 +0100
Changeset:	110418dfcbc89e84cf8a6d0aae89d341ac1c5df5

Modified Files:
	py-typing-inspect/Makefile

Log Message:
py-typing-inspect: fix PKGNAME to match directory name

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

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

diffstat:
 py-typing-inspect/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/py-typing-inspect/Makefile b/py-typing-inspect/Makefile
index 35efebe889..4cbefbf293 100644
--- a/py-typing-inspect/Makefile
+++ b/py-typing-inspect/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 DISTNAME=	typing_inspect-0.7.1
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/_i/-i/}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=t/typing_inspect/}
 


Home | Main Index | Thread Index | Old Index