diff options
| author | root <root@alpha.trunkmasters.com> | 2026-09-19 03:02:32 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-09-19 03:02:32 -0500 |
| commit | 1e827c97be50f4e8e4da3697da898689b2bde9d5 (patch) | |
| tree | 126489920a753b20360b4801da163ba2f01850ec /dev-python/python-slugify | |
| parent | fc641028004011c6d8f1a4db9cd571823b825eab (diff) | |
| download | baldeagleos-repo-1e827c97be50f4e8e4da3697da898689b2bde9d5.tar.gz baldeagleos-repo-1e827c97be50f4e8e4da3697da898689b2bde9d5.tar.xz baldeagleos-repo-1e827c97be50f4e8e4da3697da898689b2bde9d5.zip | |
Adding metadata
Diffstat (limited to 'dev-python/python-slugify')
| -rw-r--r-- | dev-python/python-slugify/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/python-slugify/python-slugify-9.1.0.ebuild | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/dev-python/python-slugify/Manifest b/dev-python/python-slugify/Manifest index 3b30aae33c60..f5a87a8d1227 100644 --- a/dev-python/python-slugify/Manifest +++ b/dev-python/python-slugify/Manifest @@ -1,2 +1,3 @@ DIST python-slugify-8.0.4.gh.tar.gz 14098 BLAKE2B 684061ef5f1ee96d727caeb123957709ed391c4a746ef8a40945294ae9278947c18bd8be3d51fd2d9466b420f27ce833a54b84882375617004f9909a683090a9 SHA512 b401e574f23fa77152f8c64f15263766ed7d081759e93c28fce5fa32495eb4921701030b395ca1c738ca46a509e54bc987d81ff07fa602dd42bfa630a49aa4a0 DIST python_slugify-9.0.0.tar.gz 60189 BLAKE2B c1459a0600301eab6005a49e58ee9fa18199539d80df99b37c4823a6952fcce2b8f8d99590f3e6b5ca08660fd766a290530e09f1ce093f38494370ab9ed4bc1a SHA512 2f2ddc0dee7c790a96dc38f84c3dcc006a7e22c3dd67b9a878461dbed03f6cc0b0c56b327dd0ec0b497ee730d27d2a8c96120b72f7233f199ba912868590cd94 +DIST python_slugify-9.1.0.tar.gz 63567 BLAKE2B 911f4363b313d21bcd98174ab5fc791f2f160ed4a425b007b3a8e99f23813dcb651dda85ff5cb23149954d3b7caac8f10a657f9b5bbcfcc7831994fa174773d6 SHA512 c710d87f427495c6dc4b96cb4e56dba1b34a6ee855d83858c9a9d5340ba97511e267a6a6f7951721b0037120d953e29ef6ac11b2b64465ad27b4e7e274a95e41 diff --git a/dev-python/python-slugify/python-slugify-9.1.0.ebuild b/dev-python/python-slugify/python-slugify-9.1.0.ebuild new file mode 100644 index 000000000000..8d3e1f16b336 --- /dev/null +++ b/dev-python/python-slugify/python-slugify-9.1.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="A Python Slugify application that handles Unicode" +HOMEPAGE=" + https://github.com/un33k/python-slugify/ + https://pypi.org/project/python-slugify/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" + +RDEPEND=" + >=dev-python/text-unidecode-1.3[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/anyascii[${PYTHON_USEDEP}] + dev-python/unidecode[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests unittest |
