commit: 9f31ae2460d9b6fc87be0dad34499a6d6a40ca60 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org> AuthorDate: Sun May 9 23:08:46 2021 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Sun Jun 20 21:55:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f31ae24
dev-python/google-pasta: enable tests and py3_9 Closes: https://bugs.gentoo.org/731836 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org> .../google-pasta/google-pasta-0.2.0-r1.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/dev-python/google-pasta/google-pasta-0.2.0-r1.ebuild b/dev-python/google-pasta/google-pasta-0.2.0-r1.ebuild new file mode 100644 index 00000000000..36a3aa54a23 --- /dev/null +++ b/dev-python/google-pasta/google-pasta-0.2.0-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7,8,9} ) +inherit distutils-r1 + +DESCRIPTION="AST-based Python refactoring library" +HOMEPAGE="https://pypi.org/project/google-pasta/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-python/six[${PYTHON_USEDEP}]" +BDEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" + +distutils_enable_tests setup.py
