diff options
Diffstat (limited to 'dev-python/pycotap')
-rw-r--r-- | dev-python/pycotap/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pycotap/pycotap-1.3.1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pycotap/Manifest b/dev-python/pycotap/Manifest index 37cf63365729..daa631995690 100644 --- a/dev-python/pycotap/Manifest +++ b/dev-python/pycotap/Manifest @@ -1,4 +1,4 @@ AUX pycotap-1.3.1-fix-python3.13-tests.patch 7800 BLAKE2B 5430614b0101fde3d164d213f87ccde702870eaacb0223f88e2cdc5bc8e119319c8bdaa6abaa0b2d9393d303a1884acf138d7167c49870f140f8597a43f32dcf SHA512 525a953c78e478231da5ff7e57dc85cba93b8d224d91a713d02795955177738b162dbdcf35776b95011807d081e9d2b91053f13119aef07e1019a4d2761c4abf DIST pycotap-1.3.1.tar.gz 7534 BLAKE2B 1566179908dc6fb318632a3e76193b86ec08a560040e1f241195796d0ec3c63a84330be90c05deaff001cb64bc4b5c82e0f1124db442fb0f1982323d21d183f0 SHA512 e7d50340fb4e3f55037a96aaaba419e6753d4499564339b6562317455ed223c3fd93bf41d0bd9654c03a4bea09377daa192ca985bafc96983e4a2261dde348b8 -EBUILD pycotap-1.3.1.ebuild 824 BLAKE2B a482d0745c713674aeae5c1c3decab7d3b316ba95ff9543349f777b623c907b143c360fe37a2986e4454aa27ec02979d1d514241009bf0be0c41753c61efc6c6 SHA512 34c1600fd150ad5472f990fa5cb5870d85dc59f4047d074fe1c26edc0bbc0ca81cd131f57e08991ec36bfed0b67a6b4799e1ecfef25fff66afc08ca6a4f5a248 +EBUILD pycotap-1.3.1.ebuild 820 BLAKE2B b79224dc17d6a39b77b0b5e9add1966e5fcee878060868d79f386ab5b735dd4505e527b4681790f0b4497b2db55be4678ade3237474ece302df81e8c0e6aca10 SHA512 300c59b61a567c52e94e1403a4dd218d001cc468305712e1029ebf7e25fa00b21f5b8d92165d78bc8ec7c4d21c6f9896349b3fac7187d6b6cb958061266e9a1e MISC metadata.xml 625 BLAKE2B 0e21ca6d688ccdc26ace7b15f2334a611e23421669271e93a2a9718ca32193e186c6632c259791889229308e30b529dc478004da475067a6fb22548c5b28cd06 SHA512 bd948585baa4599faadfebdf1c769b4712ab3ea693d7bd0d3f3340b0e51e0af0d69bec1499405c4db07dd0f133df46d5bdf5d3c1729fe61daad9b3506a8bd55e diff --git a/dev-python/pycotap/pycotap-1.3.1.ebuild b/dev-python/pycotap/pycotap-1.3.1.ebuild index 0d14c57758d9..6c2a87656916 100644 --- a/dev-python/pycotap/pycotap-1.3.1.ebuild +++ b/dev-python/pycotap/pycotap-1.3.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1 pypi @@ -16,7 +16,7 @@ HOMEPAGE=" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ppc64 ~riscv x86" PATCHES=( "${FILESDIR}"/pycotap-1.3.1-fix-python3.13-tests.patch |