pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-beautifulsoup



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat Feb  8 23:53:38 UTC 2025

Modified Files:
        pkgsrc/www/py-beautifulsoup: Makefile

Log Message:
py-beautifulsoup: simplify expression for PKGNAME


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/www/py-beautifulsoup/Makefile

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

Modified files:

Index: pkgsrc/www/py-beautifulsoup/Makefile
diff -u pkgsrc/www/py-beautifulsoup/Makefile:1.22 pkgsrc/www/py-beautifulsoup/Makefile:1.23
--- pkgsrc/www/py-beautifulsoup/Makefile:1.22   Tue Jan  4 20:55:16 2022
+++ pkgsrc/www/py-beautifulsoup/Makefile        Sat Feb  8 23:53:38 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2022/01/04 20:55:16 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2025/02/08 23:53:38 rillig Exp $
 
 DISTNAME=      BeautifulSoup-3.2.2
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/B/b/:S/S/s/}
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  https://www.crummy.com/software/BeautifulSoup/download/3.x/



Home | Main Index | Thread Index | Old Index