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 A01421382C5 for ; Fri, 29 Jan 2021 21:46:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC0CCE0A92; Fri, 29 Jan 2021 21:46:04 +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 AE973E0A92 for ; Fri, 29 Jan 2021 21:46:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9F91633FEF1 for ; Fri, 29 Jan 2021 21:46:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28885476 for ; Fri, 29 Jan 2021 21:46:02 +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: <1611956716.73991f865d147ee4d1f18145241dfb86344a75bd.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.5.ebuild dev-python/pypugjs/pypugjs-5.9.8.ebuild X-VCS-Directories: dev-python/pypugjs/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 73991f865d147ee4d1f18145241dfb86344a75bd X-VCS-Branch: master Date: Fri, 29 Jan 2021 21:46:02 +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: 10b937af-6ab0-43ce-b612-1088f4187747 X-Archives-Hash: 1c98e0fcb1a6c4c77a85def1c899a7a3 commit: 73991f865d147ee4d1f18145241dfb86344a75bd Author: Brian Dolbec gentoo org> AuthorDate: Sun Jan 17 19:15:46 2021 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Fri Jan 29 21:45:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73991f86 dev-python/pypugjs: Version bump to 5.9.8 fix setuptools ?depend Closes: https://bugs.gentoo.org/749080 Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Brian Dolbec gentoo.org> dev-python/pypugjs/Manifest | 1 + dev-python/pypugjs/pypugjs-5.9.5.ebuild | 4 ++-- dev-python/pypugjs/{pypugjs-5.9.5.ebuild => pypugjs-5.9.8.ebuild} | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/dev-python/pypugjs/Manifest b/dev-python/pypugjs/Manifest index 98169a79706..3ebdcced9e0 100644 --- a/dev-python/pypugjs/Manifest +++ b/dev-python/pypugjs/Manifest @@ -1 +1,2 @@ DIST pypugjs-5.9.5.tar.gz 48925 BLAKE2B 4487799759e5090a9ef20da5af2d94d6f2d0139409cb5b963153ca949160bdf3f8f5ec8a3dd2949913b80f77b454ce4aeca00d9df10716c7202e105823db8f8b SHA512 f38ced5a908a4353aa1e48df605ebd80da418ecd2f5f554bf8e7788275a13ed82bc5b420656e5ba88862e033e339c5118d097d0ca7c1237aadd5049a15976aa8 +DIST pypugjs-5.9.8.tar.gz 49012 BLAKE2B c072f834127011edd81eab3d141a107592ee305739bee3bf116c9e0782009ecfbbfbb0cf5c10a04b6abdd303c18f79a0fb167f4dbfa2a4ca39664faef66d9f31 SHA512 5f02b2fd4355a489badb0ff09053438d5cd4a2a1d21da84fc276efe496492e384e55aea33d7ba715cc68437a1292ea30e39700e5f7bbff9dfe174d1cedca9fef diff --git a/dev-python/pypugjs/pypugjs-5.9.5.ebuild b/dev-python/pypugjs/pypugjs-5.9.5.ebuild index a33f3361bf7..3a786dfd0f7 100644 --- a/dev-python/pypugjs/pypugjs-5.9.5.ebuild +++ b/dev-python/pypugjs/pypugjs-5.9.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) -DISTUTILS_USE_SETUPTOOLS="bdepend" +DISTUTILS_USE_SETUPTOOLS="rdepend" inherit distutils-r1 diff --git a/dev-python/pypugjs/pypugjs-5.9.5.ebuild b/dev-python/pypugjs/pypugjs-5.9.8.ebuild similarity index 86% copy from dev-python/pypugjs/pypugjs-5.9.5.ebuild copy to dev-python/pypugjs/pypugjs-5.9.8.ebuild index a33f3361bf7..3a786dfd0f7 100644 --- a/dev-python/pypugjs/pypugjs-5.9.5.ebuild +++ b/dev-python/pypugjs/pypugjs-5.9.8.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) -DISTUTILS_USE_SETUPTOOLS="bdepend" +DISTUTILS_USE_SETUPTOOLS="rdepend" inherit distutils-r1