Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 2B37B1A9239 for ; Wed, 5 Jan 2022 20:03:38 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5F24084E56; Wed, 5 Jan 2022 20:03:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9997E84D28 for ; Wed, 5 Jan 2022 20:03:36 +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 u8KUPWjRRsX9 for ; Wed, 5 Jan 2022 20:03:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EBD4884CEA for ; Wed, 5 Jan 2022 20:03:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E578CFAEC; Wed, 5 Jan 2022 20:03:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1641413015185370" MIME-Version: 1.0 Date: Wed, 5 Jan 2022 20:03:35 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-zanata-python-client To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220105200335.E578CFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1641413015185370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Jan 5 20:03:35 UTC 2022 Modified Files: pkgsrc/devel/py-zanata-python-client: Makefile Log Message: py-zanata-python-client: requires setuptools Bump PKGREVISION To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-zanata-python-client/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1641413015185370 Content-Disposition: inline Content-Length: 1102 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-zanata-python-client/Makefile diff -u pkgsrc/devel/py-zanata-python-client/Makefile:1.15 pkgsrc/devel/py-zanata-python-client/Makefile:1.16 --- pkgsrc/devel/py-zanata-python-client/Makefile:1.15 Tue Jan 4 20:53:49 2022 +++ pkgsrc/devel/py-zanata-python-client/Makefile Wed Jan 5 20:03:35 2022 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2022/01/04 20:53:49 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2022/01/05 20:03:35 wiz Exp $ DISTNAME= zanata-python-client-1.5.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=zanata/} GITHUB_PROJECT= zanata-python-client @@ -16,8 +16,9 @@ LICENSE= gnu-gpl-v3 AND gnu-lgpl-v2.1 DEPENDS+= ${PYPKGPREFIX}-httplib2-[0-9]*:../../www/py-httplib2 DEPENDS+= ${PYPKGPREFIX}-polib-[0-9]*:../../devel/py-polib DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml +DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools -# Marked for 2.6 and 2.7 only +# Marked for 2.7 only PYTHON_VERSIONS_ACCEPTED= 27 USE_LANGUAGES= # none --_----------=_1641413015185370--