Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-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 3851A1A9217 for ; Sun, 4 Oct 2020 17:17:18 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A6E5E84D29; Sun, 4 Oct 2020 17:17:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 96A0484D59 for ; Sun, 4 Oct 2020 17:12:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id BVMGlRBrPxB6 for ; Sun, 4 Oct 2020 17:12:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EE90784CE0 for ; Sun, 4 Oct 2020 17:12:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E4EFCFB28; Sun, 4 Oct 2020 17:12:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1601831541189080" MIME-Version: 1.0 Date: Sun, 4 Oct 2020 17:12:21 +0000 From: "Jonathan Schleifer" Subject: CVS commit: pkgsrc/www/py-bleach To: pkgsrc-changes@NetBSD.org Reply-To: js@netbsd.org X-Mailer: log_accum Message-Id: <20201004171221.E4EFCFB28@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. --_----------=_1601831541189080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: js Date: Sun Oct 4 17:12:21 UTC 2020 Modified Files: pkgsrc/www/py-bleach: Makefile Log Message: www/py-bleach: Add missing dependency To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/py-bleach/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1601831541189080 Content-Disposition: inline Content-Length: 878 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-bleach/Makefile diff -u pkgsrc/www/py-bleach/Makefile:1.17 pkgsrc/www/py-bleach/Makefile:1.18 --- pkgsrc/www/py-bleach/Makefile:1.17 Sun May 17 20:18:35 2020 +++ pkgsrc/www/py-bleach/Makefile Sun Oct 4 17:12:21 2020 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2020/05/17 20:18:35 adam Exp $ +# $NetBSD: Makefile,v 1.18 2020/10/04 17:12:21 js Exp $ DISTNAME= bleach-3.1.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=b/bleach/} @@ -12,6 +13,7 @@ LICENSE= apache-2.0 DEPENDS+= ${PYPKGPREFIX}-six>=1.9:../../lang/py-six DEPENDS+= ${PYPKGPREFIX}-webencodings-[0-9]*:../../textproc/py-webencodings +DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner>=2.0:../../devel/py-test-runner USE_LANGUAGES= # none --_----------=_1601831541189080--