From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5D324138359 for ; Wed, 14 Oct 2020 13:28:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08953E0826; Wed, 14 Oct 2020 13:28:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E226AE0826 for ; Wed, 14 Oct 2020 13:28:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7697E335D19 for ; Wed, 14 Oct 2020 13:28:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD4E338C for ; Wed, 14 Oct 2020 13:28:50 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1602682118.c4e0e2c4a2360346f1cbcbd9d41515d6b9ffd974.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypugjs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypugjs/Manifest dev-python/pypugjs/pypugjs-5.9.4-r1.ebuild dev-python/pypugjs/pypugjs-5.9.5.ebuild X-VCS-Directories: dev-python/pypugjs/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: c4e0e2c4a2360346f1cbcbd9d41515d6b9ffd974 X-VCS-Branch: master Date: Wed, 14 Oct 2020 13:28:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b6d13c4a-4cdd-48ba-b650-4fe7420a784c X-Archives-Hash: b2e3987bc8940cf577a7f8415c898f73 commit: c4e0e2c4a2360346f1cbcbd9d41515d6b9ffd974 Author: Brian Dolbec gentoo org> AuthorDate: Wed Oct 14 13:00:38 2020 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Wed Oct 14 13:28:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4e0e2c4 dev-python/pypugjs: Version bump to 2.9.5 Add DISTUTILS_USE_SETUPTOOLS="bdepend" to 2.9.4-r1 and 2.9.5 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Brian Dolbec gentoo.org> dev-python/pypugjs/Manifest | 1 + dev-python/pypugjs/pypugjs-5.9.4-r1.ebuild | 1 + dev-python/pypugjs/{pypugjs-5.9.4-r1.ebuild => pypugjs-5.9.5.ebuild} | 1 + 3 files changed, 3 insertions(+) diff --git a/dev-python/pypugjs/Manifest b/dev-python/pypugjs/Manifest index 2608905a6a1..02800097366 100644 --- a/dev-python/pypugjs/Manifest +++ b/dev-python/pypugjs/Manifest @@ -1 +1,2 @@ DIST pypugjs-5.9.4.tar.gz 42179 BLAKE2B 6ba3ab0b5c4c2828a091c82d5e937ebd1f575f5a9ebd989fbcfa3c17b85471f084d04b641895e8bd4af32ca0c26c430c5d989287824e0bc67f1943fae3bb0caa SHA512 24ebf306a76afab570cb13806d27e12766163bb114a8e4fe20ee5f19eb7311203e8b647eeb2f150efb2f9dfa1db9e56f4218cc3deb15d81f22b12d1b11f83c32 +DIST pypugjs-5.9.5.tar.gz 48925 BLAKE2B 4487799759e5090a9ef20da5af2d94d6f2d0139409cb5b963153ca949160bdf3f8f5ec8a3dd2949913b80f77b454ce4aeca00d9df10716c7202e105823db8f8b SHA512 f38ced5a908a4353aa1e48df605ebd80da418ecd2f5f554bf8e7788275a13ed82bc5b420656e5ba88862e033e339c5118d097d0ca7c1237aadd5049a15976aa8 diff --git a/dev-python/pypugjs/pypugjs-5.9.4-r1.ebuild b/dev-python/pypugjs/pypugjs-5.9.4-r1.ebuild index 84216b99cfb..a33f3361bf7 100644 --- a/dev-python/pypugjs/pypugjs-5.9.4-r1.ebuild +++ b/dev-python/pypugjs/pypugjs-5.9.4-r1.ebuild @@ -3,6 +3,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS="bdepend" inherit distutils-r1 diff --git a/dev-python/pypugjs/pypugjs-5.9.4-r1.ebuild b/dev-python/pypugjs/pypugjs-5.9.5.ebuild similarity index 93% copy from dev-python/pypugjs/pypugjs-5.9.4-r1.ebuild copy to dev-python/pypugjs/pypugjs-5.9.5.ebuild index 84216b99cfb..a33f3361bf7 100644 --- a/dev-python/pypugjs/pypugjs-5.9.4-r1.ebuild +++ b/dev-python/pypugjs/pypugjs-5.9.5.ebuild @@ -3,6 +3,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS="bdepend" inherit distutils-r1