diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-07-02 15:11:06 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-07-02 15:31:46 -0400 |
commit | 418c7a27b8202cebfa126d1189689fd2c1fcf897 (patch) | |
tree | b6d8c70b8c5cc5fb330817262d01a04f9f155ecd /dev-python/parse | |
parent | app-shells/atuin: update DESCRIPTION (diff) | |
download | gentoo-418c7a27b8202cebfa126d1189689fd2c1fcf897.tar.gz gentoo-418c7a27b8202cebfa126d1189689fd2c1fcf897.tar.bz2 gentoo-418c7a27b8202cebfa126d1189689fd2c1fcf897.zip |
dev-python/parse: restore keywords for 1.19.1
Old parse_type tests fail with 1.19.1, while the newer
one only passes with >=1.19.1. So can restore + use bounds.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-python/parse')
-rw-r--r-- | dev-python/parse/parse-1.19.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/parse/parse-1.19.1.ebuild b/dev-python/parse/parse-1.19.1.ebuild index c66e76fac653..d985905c67a1 100644 --- a/dev-python/parse/parse-1.19.1.ebuild +++ b/dev-python/parse/parse-1.19.1.ebuild @@ -13,7 +13,6 @@ SRC_URI="https://github.com/r1chardj0n3s/parse/archive/refs/tags/${PV}.tar.gz -> LICENSE="MIT" SLOT="0" -# unkeyworded for now, may break revdeps and needs more looking into -#KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" distutils_enable_tests unittest |