cleanup python-slugify-4.0.1

This commit is contained in:
2022-03-19 13:25:01 +01:00
committed by onkelbeh
parent e2d59ad295
commit e7f49e6242
4 changed files with 5 additions and 39 deletions
+2 -4
View File
@@ -1,5 +1,3 @@
DIST python-slugify-4.0.0.tar.gz 9391 BLAKE2B 386e0186f9300bd00098ee534c5c5521b04b087e17a2530501291c17884c5ceb4895aa357dc0d4b573ba39aeaf4a69f60e2c110b3efede0e066f70ed9992f5f7 SHA512 a4b0da48ee887a24a022076c9b21fa5795ab104b1d382bae96fc7ba5ce6c09c0cc42e1f4c3b6874b44097d2246ea5b18302dc42386d8844fa41f495744e5ed90
DIST python-slugify-4.0.1.tar.gz 11509 BLAKE2B b505c62c959dae3823db4441b8811ed98ec8afa0278325cb2715abb63a84b5de1506362699bc39216bbac4100ae265671f940dbbbdaf9164fd251bdaa7af462a SHA512 c1d99a9dc891c4cfa927e4d2bc5701f47b23b7882cce22350283a53c6ded18e1290196c3bb9838883c29c9cb3582e5e684edffd50dfbb4e9da9c2b821ea54bb5
EBUILD python-slugify-4.0.0.ebuild 823 BLAKE2B af42698bcd970e851b0941f3b883f23a5772fd753ceb1d1409e15e863f6ebcd3677cc1ac3236007ef7cf18291114ffaa2233849ea75e509cd351308b3d9f1432 SHA512 03114345967b89930efa6c428afe0757a18905c9c22d33f9803f8cb1bef0cff06d97562144fc9e42503726c4159733c6dd8a32681ddde033295bd5521a32b8c1
EBUILD python-slugify-4.0.1.ebuild 825 BLAKE2B 400bac5a3259af6d3081e9b00f063e05ebabd000dc786f49dffb00fbee75d5efdd7948b7c71546e68fc0d8e39c55f808ca1bbaae2cdfb1687c7fa43d882d18d1 SHA512 e03cac41055d6658d2069e0b4782a52fbc0c5c68ed40877e36a59f6b27e79e0aca97ae4c89179f883773818b3555937f7b370856d2d9490869f804c07dbd5508
DIST python-slugify-4.0.1.tar.gz 11079 BLAKE2B 921e171f9fac5146f6c235387a593c91cd0586be476b0cb96ad40677c826a63a977c2dc73d18daa92b93becbaddb88fe97b92abe6ec0423ab76ff69dc36fe5b5 SHA512 47b056897bb3c9b397e26fd1f4f25fe45b8b5ad5087f48f6f4c28d8ef0e47c04387bd50ea4d01bd8c631ac0cb254e5d9973b8693504d71b3e0ed88b4829b588d
EBUILD python-slugify-4.0.1.ebuild 823 BLAKE2B 18c4c8bde495f90039736841a10d8c4a7e5ec526fea43258acf7953dab4070626e4268cf5107e07954eac36f5030d6e7b6b11f672c39781fef519574c20fa721 SHA512 6ec1a66717c8501c3cc2442d6a158f341f088863774b8e6621bf020deca98eb0fbe1a6f4fc3e89a1a9a500a72ef16d40e4d02cd16cbfad5453118c7d5c10b573
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
@@ -1,32 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
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"
KEYWORDS="amd64 ~arm ~arm64 x86 amd64-linux x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND=">=dev-python/unidecode-0.04.16[${PYTHON_USEDEP}]
~dev-python/text-unidecode-1.3[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )