diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-05-29 00:07:15 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-05-29 00:07:15 +0100 |
commit | 5c4786a868bad6e3f46aecf32ad6c6dc5de98408 (patch) | |
tree | 1a1792815761a5b6f645c8d55b6b698e102dca48 /dev-python/matrix-common | |
parent | 3c1648a0749c1d66b300d857e6b417c1162890da (diff) |
gentoo auto-resync : 29:05:2024 - 00:07:15
Diffstat (limited to 'dev-python/matrix-common')
-rw-r--r-- | dev-python/matrix-common/Manifest | 2 | ||||
-rw-r--r-- | dev-python/matrix-common/matrix-common-1.3.0-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/matrix-common/Manifest b/dev-python/matrix-common/Manifest index fde6f0b93e03..bc1e03088f41 100644 --- a/dev-python/matrix-common/Manifest +++ b/dev-python/matrix-common/Manifest @@ -1,3 +1,3 @@ DIST matrix-common-1.3.0.gh.tar.gz 14143 BLAKE2B dd72a7c5558c2db0ab38f2f544f6ab6926fd037e99cbb774973f08bdc661c1587d3d6883ffc6a9cfcea6942284d4020814c02d56be3746279323fca17490f434 SHA512 d08fa11a4156a7c4596ea20709e0fddd1563ef1f4ba763e21a073ba53e1baf58d8de1b60cf0f69c846128cdd6f04788df49765704c8adfde187e8de1dc5ded4e -EBUILD matrix-common-1.3.0-r1.ebuild 659 BLAKE2B cb28fe4a451d2645de01dcce9b38f06383c929b852b250700b17a43990216df98128bfbfd84352202a835664ca7e3193a4aae3346cca4fb04d05a54ed9dfb5d9 SHA512 116415e38f351d2d56659349852a647e727aee9c829e8b9e96d54a7bf36e010d9d3276d9f3390eef170e6dd4d183a85a665c834122d7c2467b0f3743d26668c5 +EBUILD matrix-common-1.3.0-r1.ebuild 659 BLAKE2B 14ca05f27dbe5615cb08c67d08a78f0689e15688af45b97d65a146299387b2d4e84e646c05b445bd71b16d79c1021857747830be019f05d3968dbb2f33009c27 SHA512 2acc541d9277d5d659feee9ae2781d8560b251dab1c16ac97bb197aa2772fb2d96ac6c0e14713aff8796af10d2d557306aa35fafea3949b39cdf2b4ca5907aa8 MISC metadata.xml 417 BLAKE2B b60998b92b56a57ff7d8e1f312d83f219b336784a1e92b09a016d3e0818ba1333cff3e9aae3b129c26ba53c889c6f88f78ca60e26688b24015dedcb4e16ff475 SHA512 1becac2b95e1d95d1e4cdef6a0592f9effe1457c55c46af7c3fa1144ef3e65c30a979616894f41230e6d4f8d9afddd6396036e39e531cbdd39c5731d22fa7de9 diff --git a/dev-python/matrix-common/matrix-common-1.3.0-r1.ebuild b/dev-python/matrix-common/matrix-common-1.3.0-r1.ebuild index 74b4edc30d96..631212dea5d4 100644 --- a/dev-python/matrix-common/matrix-common-1.3.0-r1.ebuild +++ b/dev-python/matrix-common/matrix-common-1.3.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 |