diff options
author | Sam James <sam@gentoo.org> | 2023-01-28 07:32:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-28 07:40:33 +0000 |
commit | 1f210b3559e8bac3adcea930d413a377879cdb30 (patch) | |
tree | 6aeab899bcf9d05165de05c4c0dcaea0abf29719 /dev-python/pyannotate/pyannotate-1.2.0.ebuild | |
parent | app-text/poppler: update minimum versions (diff) | |
download | gentoo-1f210b3559e8bac3adcea930d413a377879cdb30.tar.gz gentoo-1f210b3559e8bac3adcea930d413a377879cdb30.tar.bz2 gentoo-1f210b3559e8bac3adcea930d413a377879cdb30.zip |
dev-python/pyannotate: needs six
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pyannotate/pyannotate-1.2.0.ebuild')
-rw-r--r-- | dev-python/pyannotate/pyannotate-1.2.0.ebuild | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/pyannotate/pyannotate-1.2.0.ebuild b/dev-python/pyannotate/pyannotate-1.2.0.ebuild deleted file mode 100644 index facb5bc2a4dc..000000000000 --- a/dev-python/pyannotate/pyannotate-1.2.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 - -DESCRIPTION="Auto-generate PEP-484 annotations" -HOMEPAGE="https://github.com/dropbox/pyannotate" -SRC_URI="https://github.com/dropbox/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="dev-python/mypy_extensions[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest |