diff options
author | Sam James <sam@gentoo.org> | 2021-03-02 05:55:10 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-02 05:55:10 +0000 |
commit | 0caa014b272cb1ed5f19eaf93c872f7bb1cb5c74 (patch) | |
tree | c95538fa156b14104b328e1f7bdc0fa0865ed8db /dev-python/typed-ast | |
parent | dev-python/thunarx-python: Stabilize 0.5.2 amd64, #773883 (diff) | |
download | gentoo-0caa014b272cb1ed5f19eaf93c872f7bb1cb5c74.tar.gz gentoo-0caa014b272cb1ed5f19eaf93c872f7bb1cb5c74.tar.bz2 gentoo-0caa014b272cb1ed5f19eaf93c872f7bb1cb5c74.zip |
dev-python/typed-ast: Stabilize 1.4.2 amd64, #773889
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/typed-ast')
-rw-r--r-- | dev-python/typed-ast/typed-ast-1.4.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/typed-ast/typed-ast-1.4.2.ebuild b/dev-python/typed-ast/typed-ast-1.4.2.ebuild index 44f2da05fc09..5d72f8ba4218 100644 --- a/dev-python/typed-ast/typed-ast-1.4.2.ebuild +++ b/dev-python/typed-ast/typed-ast-1.4.2.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${P/-/_}.tar.gz" LICENSE="Apache-2.0 MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~x64-macos" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~x64-macos" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |