diff options
author | 2020-09-18 23:58:59 +0000 | |
---|---|---|
committer | 2020-09-18 23:59:33 +0000 | |
commit | a72edca475af7aa7912be47676612b0e8c8748e0 (patch) | |
tree | a30587c89857dec1b7d43d46cbb562af34495364 /dev-python/parso | |
parent | dev-python/pyrfc3339: add Python 3.9 support (diff) | |
download | gentoo-a72edca475af7aa7912be47676612b0e8c8748e0.tar.gz gentoo-a72edca475af7aa7912be47676612b0e8c8748e0.tar.bz2 gentoo-a72edca475af7aa7912be47676612b0e8c8748e0.zip |
dev-python/parso: Stabilize 0.7.1 ALLARCHES, #743358
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/parso')
-rw-r--r-- | dev-python/parso/parso-0.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/parso/parso-0.7.1.ebuild b/dev-python/parso/parso-0.7.1.ebuild index 4e94bda1a652..d996fb415b71 100644 --- a/dev-python/parso/parso-0.7.1.ebuild +++ b/dev-python/parso/parso-0.7.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/davidhalter/${PN}/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86" distutils_enable_sphinx docs distutils_enable_tests pytest |