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 206D9158F6F for ; Mon, 16 Aug 2021 20:48:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E05E0E0D4A; Mon, 16 Aug 2021 05:39:23 +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 C6F98E0D4A for ; Mon, 16 Aug 2021 05:39:23 +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 E7E00345FC2 for ; Mon, 16 Aug 2021 05:39:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 376227D8 for ; Mon, 16 Aug 2021 05:39:21 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1629092351.8772ee1ec62e14307c58a6313aa8498ef95f4d69.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytools/Manifest dev-python/pytools/pytools-2021.2.8.ebuild dev-python/pytools/pytools-9999.ebuild X-VCS-Directories: dev-python/pytools/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8772ee1ec62e14307c58a6313aa8498ef95f4d69 X-VCS-Branch: master Date: Mon, 16 Aug 2021 05:39:21 +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: 5344723d-ed84-4c47-87b2-66567084c59d X-Archives-Hash: dcf31890d7d97cf7c5adfe3a9b8a350e commit: 8772ee1ec62e14307c58a6313aa8498ef95f4d69 Author: Michał Górny gentoo org> AuthorDate: Mon Aug 16 05:28:33 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Aug 16 05:39:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8772ee1e dev-python/pytools: Bump to 2021.2.8 Signed-off-by: Michał Górny gentoo.org> dev-python/pytools/Manifest | 1 + .../{pytools-9999.ebuild => pytools-2021.2.8.ebuild} | 16 ++++++++-------- dev-python/pytools/pytools-9999.ebuild | 11 +++++------ 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/dev-python/pytools/Manifest b/dev-python/pytools/Manifest index 3170a438766..70a20ed250a 100644 --- a/dev-python/pytools/Manifest +++ b/dev-python/pytools/Manifest @@ -1 +1,2 @@ DIST pytools-2021.2.7.tar.gz 63673 BLAKE2B 0d64aea8c87bf7d8f6f0fb432545fc20589aadf8cee41fdc9096a1e59e1ec4588812b803cffcbf8cc92bab4e18d5ea4422beeddc9408051af11e06b04d8e7a6a SHA512 284fbdb638d40247e330c254567f594f723cad467a504bb31852c0ec5cbbb0648d9596c65e9839975bbe3a52556896440c25da5d2171aaed7c26ba38db6a4426 +DIST pytools-2021.2.8.tar.gz 63381 BLAKE2B 975a611c0ee7b013facf9754926d52e66184d69b9bbbe3ddafd252d0c0bd093c11cb91140879e2660b7e2a4f2291b58f728b2e19add2e205653df59a9f2b7be2 SHA512 9dde96889c3505f5cf4eb06c3174b889ed8ecc964ac95d8cbf36ad500ab23470c5ee46b8f96bc4fa5d2dc710d3603680643a61e10bac4da8305d92b1e3ebd0d8 diff --git a/dev-python/pytools/pytools-9999.ebuild b/dev-python/pytools/pytools-2021.2.8.ebuild similarity index 54% copy from dev-python/pytools/pytools-9999.ebuild copy to dev-python/pytools/pytools-2021.2.8.ebuild index 17a4d2a8999..5400173d9dd 100644 --- a/dev-python/pytools/pytools-9999.ebuild +++ b/dev-python/pytools/pytools-2021.2.8.ebuild @@ -1,24 +1,24 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE='sqlite' -DISTUTILS_USE_SETUPTOOLS=bdepend -inherit distutils-r1 git-r3 +inherit distutils-r1 DESCRIPTION="Collection of tools missing from the Python standard library" HOMEPAGE="https://mathema.tician.de/software/pytools/" -EGIT_REPO_URI="https://github.com/inducer/pytools" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" +KEYWORDS="~amd64" -RDEPEND=">=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}] - >=dev-python/decorator-3.2.0[${PYTHON_USEDEP}] +RDEPEND=" + >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}] >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}] - >=dev-python/six-1.8.0[${PYTHON_USEDEP}]" +" distutils_enable_tests pytest diff --git a/dev-python/pytools/pytools-9999.ebuild b/dev-python/pytools/pytools-9999.ebuild index 17a4d2a8999..2bd2c25235e 100644 --- a/dev-python/pytools/pytools-9999.ebuild +++ b/dev-python/pytools/pytools-9999.ebuild @@ -1,11 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE='sqlite' -DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 git-r3 @@ -16,9 +15,9 @@ EGIT_REPO_URI="https://github.com/inducer/pytools" LICENSE="MIT" SLOT="0" -RDEPEND=">=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}] - >=dev-python/decorator-3.2.0[${PYTHON_USEDEP}] +RDEPEND=" + >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}] >=dev-python/numpy-1.6.0[${PYTHON_USEDEP}] - >=dev-python/six-1.8.0[${PYTHON_USEDEP}]" +" distutils_enable_tests pytest