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: tnn
Date: Mon Aug 24 05:20:00 UTC 2020
Modified Files:
pkgsrc/net/py-tldextract: Makefile
Log Message:
py-tldextract: needs setuptools-scm as build dependency
also does not need setuptools as runtime dependency
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/py-tldextract/Makefile
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.7 pkgsrc/net/py-tldextract/Makefile:1.8
--- pkgsrc/net/py-tldextract/Makefile:1.7 Fri Aug 21 12:37:48 2020
+++ pkgsrc/net/py-tldextract/Makefile Mon Aug 24 05:20:00 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/08/21 12:37:48 adam Exp $
+# $NetBSD: Makefile,v 1.8 2020/08/24 05:20:00 tnn Exp $
DISTNAME= tldextract-2.2.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,10 +10,10 @@ HOMEPAGE= https://github.com/john-kurkow
COMMENT= Accurately separate the TLD from the registered domain and subdomains
LICENSE= modified-bsd
+BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm
DEPENDS+= ${PYPKGPREFIX}-idna-[0-9]*:../../www/py-idna
DEPENDS+= ${PYPKGPREFIX}-requests>=2.1.0:../../devel/py-requests
DEPENDS+= ${PYPKGPREFIX}-requests-file>=1.4:../../devel/py-requests-file
-DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
TEST_DEPENDS+= ${PYPKGPREFIX}-responses-[0-9]*:../../net/py-responses
TEST_DEPENDS+= ${PYPKGPREFIX}-test-pylint-[0-9]*:../../devel/py-test-pylint
Home |
Main Index |
Thread Index |
Old Index