Received: by mail.netbsd.org (Postfix, from userid 605) id 2E35084D7A; Mon, 24 Aug 2020 05:20:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AA08A84D6C for ; Mon, 24 Aug 2020 05:20:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id GCwHvSsE6MjY for ; Mon, 24 Aug 2020 05:20:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 08A5F84CF1 for ; Mon, 24 Aug 2020 05:20:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 01CDDFB28; Mon, 24 Aug 2020 05:20:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159824640067590" MIME-Version: 1.0 Date: Mon, 24 Aug 2020 05:20:00 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/net/py-tldextract To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20200824052001.01CDDFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_159824640067590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_159824640067590 Content-Disposition: inline Content-Length: 1138 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_159824640067590--