dev-python/python-slugify: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-07-11 19:41:40 +02:00
committed by Andreas Billmeier
parent ed40868180
commit 2b74ab913e
2 changed files with 6 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
DIST python-slugify-4.0.1.tar.gz 11079 BLAKE2B 921e171f9fac5146f6c235387a593c91cd0586be476b0cb96ad40677c826a63a977c2dc73d18daa92b93becbaddb88fe97b92abe6ec0423ab76ff69dc36fe5b5 SHA512 47b056897bb3c9b397e26fd1f4f25fe45b8b5ad5087f48f6f4c28d8ef0e47c04387bd50ea4d01bd8c631ac0cb254e5d9973b8693504d71b3e0ed88b4829b588d
EBUILD python-slugify-4.0.1.ebuild 756 BLAKE2B 25d89a23b7b85eb038f6f8784ef3b48fd67c0cb873079c109baf95e1d993d69501a14b1e88c88d93d976415749c84ba247681926d2983c14affbd6b656a1e665 SHA512 a4f2fb0d564ea6f5981466dee46eb624544b0a3e3bdff110f605fa1204f691dc4ab7af9ea86a79096aed8c166cee0c44e8fca5072b4f2c88d8a24996284003a8
EBUILD python-slugify-4.0.1.ebuild 762 BLAKE2B b7306abc225eb4fd0f6d9b571eeb8864e2b18a2bdbafce3681244ec09d0551e56675302578ac6690e4391761ba4c237961073e955b3c5116e56ff0b7f1bbd6cd SHA512 923739bd60251553a1c6587b7d67bf5059e547bc4223ca3240765b870912dbb7e80e5b3a4f5faf6d7bb1130f72dd20131f6f54ace052a947a12ebd92ab52493b
MISC metadata.xml 517 BLAKE2B de9a8741f185afc0b12149fd0f061cc587cd012d5e33c80b2d963c48ddbeae85800f40a7545456ec040751526a4a20905fe231e57d77ca2aae58617eca258531 SHA512 eec4675cb375498cf58be44815ae36afd9d652501d5e2818a14601b68b3d414171847c5534cad5be411dbef07f9e520e4dbcac03e8a4e43a8b9b42071fd4480b

View File

@@ -1,15 +1,15 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
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/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"