pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test_socket



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jul  5 21:59:01 UTC 2023

Modified Files:
        pkgsrc/devel/py-test_socket: Makefile

Log Message:
py-test_socket: fix PKGNAME to match directory


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test_socket/Makefile

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

Modified files:

Index: pkgsrc/devel/py-test_socket/Makefile
diff -u pkgsrc/devel/py-test_socket/Makefile:1.1 pkgsrc/devel/py-test_socket/Makefile:1.2
--- pkgsrc/devel/py-test_socket/Makefile:1.1    Wed Jul  5 21:06:56 2023
+++ pkgsrc/devel/py-test_socket/Makefile        Wed Jul  5 21:59:01 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2023/07/05 21:06:56 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2023/07/05 21:59:01 wiz Exp $
 
 DISTNAME=      pytest_socket-0.6.0
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest_socket/}
 



Home | Main Index | Thread Index | Old Index