diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-06-16 00:09:44 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-06-16 00:09:44 +0100 |
commit | 0a3feeaba4dbc58966dccdbbfcd7fb14deef0831 (patch) | |
tree | d48a200142b883af377722ab54ec0c1d8c19912f /dev-python/pluginbase | |
parent | 6a7029e0f7370d4d5dfe9e31cc2719a870482392 (diff) |
gentoo auto-resync : 16:06:2024 - 00:09:44
Diffstat (limited to 'dev-python/pluginbase')
-rw-r--r-- | dev-python/pluginbase/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pluginbase/pluginbase-1.0.1-r1.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/pluginbase/Manifest b/dev-python/pluginbase/Manifest index 7b97c6071b0a..1a2cc10b3d86 100644 --- a/dev-python/pluginbase/Manifest +++ b/dev-python/pluginbase/Manifest @@ -1,3 +1,3 @@ DIST pluginbase-1.0.1.tar.gz 43588 BLAKE2B 8d72dc0afcf4e4e65670902bd3f28a1a36de7f7cc11fd56c624f871ced39e8b989bc6ac74d64e4f96b3bf32f0f4e187ae8b517f9a09cac94b7a735ffb08ec55b SHA512 20844fb78daf3e03a7a8013f82a059bf6b0723a184e89061ce5cb674b5a978900623f2eceed56fc9f9a34410e7e6ca8d41a5ac0a21e374b1b3ce32d4e522348e -EBUILD pluginbase-1.0.1-r1.ebuild 532 BLAKE2B a1ca6ad533fa042f2595ed86fb95e2a9f70e28ee6073e420c381ec5f795173db3751f4a8c6926fa382eb42117ab26b71be9670bdfd9d304a815c3431ebd28848 SHA512 5712fc4e55580e01df193aee152a31d4fb9ccd3386935ce3d03b445e3f8d2ea5167c69107b5a2e2f0f74584f7a552e34851ddd30434599db42aab6fc456d1261 +EBUILD pluginbase-1.0.1-r1.ebuild 533 BLAKE2B 0f2317995d5c58ba137b01981385885169d206d8d5000faa753437713536a16443b4329d9cf226d9e722f8c70ed781ac8e9bc59b843d98d78343ec035a12be98 SHA512 8c47ac45b079501927ac26872a91e9577b86ffc0fbd50576062cb26dcced14f66cbabcdb6d02ebb4ecc59b756d6ec6e1d6d37793e0b963bcba001410fd8bd4d5 MISC metadata.xml 374 BLAKE2B 2cbfa086bf9a21226b2d2f1ad29c80c32a99ab8f1519badca3cafb2255e307096d07df1d39ce12db888301e5c336b908cc680b80f8b00f43a7bcee0f783106a5 SHA512 bb83860ccf6e9d30d86d7406b89fa56f121e7b466164a476c802060a8f6bb63898fcfb3b22253ea2700cc99095f6754745d67fb2a611792802cba20179698051 diff --git a/dev-python/pluginbase/pluginbase-1.0.1-r1.ebuild b/dev-python/pluginbase/pluginbase-1.0.1-r1.ebuild index d3984db8b7df..f17668bab70d 100644 --- a/dev-python/pluginbase/pluginbase-1.0.1-r1.ebuild +++ b/dev-python/pluginbase/pluginbase-1.0.1-r1.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-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 pypi -DESCRIPTION="Support library for building plugins sytems in Python" +DESCRIPTION="Support library for building plugins systems in Python" HOMEPAGE=" https://github.com/mitsuhiko/pluginbase/ https://pypi.org/project/pluginbase/ |