diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-02-28 19:27:52 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-02-28 19:27:52 +0000 |
commit | 4b1be5ef874aaeb61a2116048e0c2312e53f8c69 (patch) | |
tree | e2f0118b102bf7e7ad852582d410adb43f13b035 /dev-python/python-slugify | |
parent | 4418da21bd05d610a3450f4aa75481785ca372a0 (diff) |
gentoo auto-resync : 28:02:2025 - 19:27:52next
Diffstat (limited to 'dev-python/python-slugify')
-rw-r--r-- | dev-python/python-slugify/Manifest | 2 | ||||
-rw-r--r-- | dev-python/python-slugify/python-slugify-8.0.4.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-slugify/Manifest b/dev-python/python-slugify/Manifest index 7bceae002627..9f9c38bcb487 100644 --- a/dev-python/python-slugify/Manifest +++ b/dev-python/python-slugify/Manifest @@ -1,3 +1,3 @@ DIST python-slugify-8.0.4.gh.tar.gz 14098 BLAKE2B 684061ef5f1ee96d727caeb123957709ed391c4a746ef8a40945294ae9278947c18bd8be3d51fd2d9466b420f27ce833a54b84882375617004f9909a683090a9 SHA512 b401e574f23fa77152f8c64f15263766ed7d081759e93c28fce5fa32495eb4921701030b395ca1c738ca46a509e54bc987d81ff07fa602dd42bfa630a49aa4a0 -EBUILD python-slugify-8.0.4.ebuild 636 BLAKE2B 9c2b33340d7b6190c2989c3342a8c37ae5509809f1bd837fdb6ebdda742a7fcb17d6abb158139e0967287c7fa149a349c19323b2ec2b0498f00c556b27ea2a6b SHA512 4d4e16d06544e1a121e39ee289b1e81526b950e5045b0d87b392fe92d939da646aae20f2f97ba18fc52fbc1858fbbcb51cfdc0f1a86cc22180df6e1a12e2ab6a +EBUILD python-slugify-8.0.4.ebuild 645 BLAKE2B 5070a328e2ab20ed01b55bc5cf974a88b402a2bc7a8dfc5d4ae7f765cfbe9d84b0dad7428cd3b69770d19a736151a3b306df446c85defc4fd5d3b570de64010d SHA512 dc756b67c784235c2791607c9f0652d486d8feef116759fe5d95b4c10368bc7c3b939934106c0d0da27663830d3aa32beb7b5728c731939beec9bf791164fe53 MISC metadata.xml 637 BLAKE2B 4869f272370af0065e6d0479d660a8fba6665ad019a3072cb3a2f1b003fa0cd7ae57dc8e19ad8ceda33d97355c1e4d1ebebb96978935d016fa8bcd2b7fd72660 SHA512 bc09a7914759371c03436e5dd0ef50bc1972cfbf2b815e91048d78d277402d8431be59673f4106483b690dfe3b3cde7ca5e39719effc23dc77e1e9b505e14a01 diff --git a/dev-python/python-slugify/python-slugify-8.0.4.ebuild b/dev-python/python-slugify/python-slugify-8.0.4.ebuild index 7f1df88bba20..7b5792e8700e 100644 --- a/dev-python/python-slugify/python-slugify-8.0.4.ebuild +++ b/dev-python/python-slugify/python-slugify-8.0.4.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 ) inherit distutils-r1 |