pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-tldextract



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Apr 19 20:12:31 UTC 2025

Modified Files:
        pkgsrc/net/py-tldextract: Makefile PLIST

Log Message:
py-tldextract: fix build with setuptools 78

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/py-tldextract/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/py-tldextract/PLIST

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

Modified files:

Index: pkgsrc/net/py-tldextract/Makefile
diff -u pkgsrc/net/py-tldextract/Makefile:1.29 pkgsrc/net/py-tldextract/Makefile:1.30
--- pkgsrc/net/py-tldextract/Makefile:1.29      Mon Nov 11 07:28:51 2024
+++ pkgsrc/net/py-tldextract/Makefile   Sat Apr 19 20:12:31 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.29 2024/11/11 07:28:51 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2025/04/19 20:12:31 wiz Exp $
 
 DISTNAME=      tldextract-5.1.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tldextract/}
 
@@ -10,6 +11,7 @@ HOMEPAGE=     https://github.com/john-kurkow
 COMMENT=       Accurately separate the TLD from the registered domain and subdomains
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=6.2:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-filelock>=3.0.8:../../devel/py-filelock
 DEPENDS+=      ${PYPKGPREFIX}-idna-[0-9]*:../../www/py-idna

Index: pkgsrc/net/py-tldextract/PLIST
diff -u pkgsrc/net/py-tldextract/PLIST:1.8 pkgsrc/net/py-tldextract/PLIST:1.9
--- pkgsrc/net/py-tldextract/PLIST:1.8  Sat Oct 28 19:57:13 2023
+++ pkgsrc/net/py-tldextract/PLIST      Sat Apr 19 20:12:31 2025
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.8 2023/10/28 19:57:13 wiz Exp $
+@comment $NetBSD: PLIST,v 1.9 2025/04/19 20:12:31 wiz Exp $
 bin/tldextract-${PYVERSSUFFIX}
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/tldextract/.tld_set_snapshot
 ${PYSITELIB}/tldextract/__init__.py



Home | Main Index | Thread Index | Old Index