diff --git a/dev-python/python-slugify/Manifest b/dev-python/python-slugify/Manifest index 7b3a25363..a7da9faf6 100644 --- a/dev-python/python-slugify/Manifest +++ b/dev-python/python-slugify/Manifest @@ -1,3 +1,3 @@ DIST python-slugify-4.0.1.tar.gz 11079 BLAKE2B 921e171f9fac5146f6c235387a593c91cd0586be476b0cb96ad40677c826a63a977c2dc73d18daa92b93becbaddb88fe97b92abe6ec0423ab76ff69dc36fe5b5 SHA512 47b056897bb3c9b397e26fd1f4f25fe45b8b5ad5087f48f6f4c28d8ef0e47c04387bd50ea4d01bd8c631ac0cb254e5d9973b8693504d71b3e0ed88b4829b588d -EBUILD python-slugify-4.0.1.ebuild 813 BLAKE2B 513eba0f5e903379fc151eeeeaa80a09812a50b8497dc1ab73424b73d823fe03c886b09e2a56e34e6be89497f10dedc7c1267d64635ed04ac7c7a49a9e30db91 SHA512 db983f9db865bdeff336bfd61b4cfb5c69f1192fbd51b6ccc0153635e2573b9f341f6ac2bf8aed970a6cee04ad886b8a113a7b90f17a61fa4a607ec8372a403d +EBUILD python-slugify-4.0.1.ebuild 820 BLAKE2B 840b01b001d3712839348738145f9bac0e0c99148cfdde41001afa84879a610c1ce7c5f944df43dd045c9970f05a25d35f6868cc011b834d62ecb337c460dbec SHA512 8f92aa55f19d136a92a16edcca098674a41356fd0d063d82fdb33c0cb706f325ebe1ce7fd99b2401c5e11cdfaa9ef59d5b014c320e49c04bacadb8f9cd2f6691 MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af diff --git a/dev-python/python-slugify/python-slugify-4.0.1.ebuild b/dev-python/python-slugify/python-slugify-4.0.1.ebuild index 63314a559..ae3d85650 100644 --- a/dev-python/python-slugify/python-slugify-4.0.1.ebuild +++ b/dev-python/python-slugify/python-slugify-4.0.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86 amd64-linux x86-linux" +KEYWORDS="amd64 arm arm64 x86" IUSE="test" RESTRICT="!test? ( test )" @@ -30,3 +30,5 @@ python_test() { nosetests --verbose || die py.test -v -v || die } + +distutils_enable_tests pytest