Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-tldextract py-tldextract: needs setuptools-scm ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9fe745cbc04c
branches:  trunk
changeset: 437426:9fe745cbc04c
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon Aug 24 05:20:00 2020 +0000

description:
py-tldextract: needs setuptools-scm as build dependency

also does not need setuptools as runtime dependency

diffstat:

 net/py-tldextract/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r b13b4815e03d -r 9fe745cbc04c net/py-tldextract/Makefile
--- a/net/py-tldextract/Makefile        Mon Aug 24 04:54:41 2020 +0000
+++ b/net/py-tldextract/Makefile        Mon Aug 24 05:20:00 2020 +0000
@@ -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 @@
 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