From 0df4de1dd16414c61eed86dfd0de0e064aa5a3b6 Mon Sep 17 00:00:00 2001 From: Ekaterina Vaartis Date: Sat, 15 May 2021 23:13:55 +0300 Subject: dev-python/automat: Bump to python 3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ekaterina Vaartis Signed-off-by: Michał Górny --- dev-python/automat/automat-20.2.0.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'dev-python/automat') diff --git a/dev-python/automat/automat-20.2.0.ebuild b/dev-python/automat/automat-20.2.0.ebuild index feef8214377f..c7b05ca97c1a 100644 --- a/dev-python/automat/automat-20.2.0.ebuild +++ b/dev-python/automat/automat-20.2.0.ebuild @@ -2,9 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} pypy3 ) -DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python3_{7..10} pypy3 ) inherit distutils-r1 MY_PN="A${PN:1}" @@ -13,6 +12,7 @@ MY_P="${MY_PN}-${PV}" DESCRIPTION="Self-service finite-state machines for the programmer on the go" HOMEPAGE="https://github.com/glyph/automat https://pypi.org/project/Automat/" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" LICENSE="MIT" SLOT="0" @@ -24,12 +24,9 @@ RDEPEND=" dev-python/six[${PYTHON_USEDEP}] " BDEPEND=" - ${RDEPEND} dev-python/m2r[${PYTHON_USEDEP}] " -S="${WORKDIR}/${MY_P}" - PATCHES=( "${FILESDIR}/automat-0.8.0-no-setup-py-m2r-import.patch" "${FILESDIR}/test_visualize-twisted-import-errors.patch" -- cgit v1.2.3-65-gdbad