summaryrefslogtreecommitdiff
path: root/dev-python/natsort
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-12-26 10:57:45 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-12-26 10:57:45 +0000
commit70cae6c2773abd6a9aa6e5a698a403b3c78efc73 (patch)
tree98e76aac5388641af40b34814a4b257a00b6e855 /dev-python/natsort
parent8c6408fa3a82305d08ef887b76365d22ee6cf0ec (diff)
downloadbaldeagleos-repo-70cae6c2773abd6a9aa6e5a698a403b3c78efc73.tar.gz
baldeagleos-repo-70cae6c2773abd6a9aa6e5a698a403b3c78efc73.tar.xz
baldeagleos-repo-70cae6c2773abd6a9aa6e5a698a403b3c78efc73.zip
Adding metadata
Diffstat (limited to 'dev-python/natsort')
-rw-r--r--dev-python/natsort/natsort-8.2.0.ebuild10
1 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/natsort/natsort-8.2.0.ebuild b/dev-python/natsort/natsort-8.2.0.ebuild
index f5a6731c96a0..f207bcd7f043 100644
--- a/dev-python/natsort/natsort-8.2.0.ebuild
+++ b/dev-python/natsort/natsort-8.2.0.ebuild
@@ -4,12 +4,15 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{7,8,9,10,11} )
+PYTHON_COMPAT=( python3_{7,8,9,10,11} pypy3 )
inherit distutils-r1 optfeature
DESCRIPTION="Natural sorting for Python"
-HOMEPAGE="https://pypi.org/project/natsort/"
+HOMEPAGE="
+ https://github.com/SethMMorton/natsort/
+ https://pypi.org/project/natsort/
+"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
@@ -20,7 +23,8 @@ BDEPEND="
test? (
dev-python/hypothesis[${PYTHON_USEDEP}]
dev-python/pytest-mock[${PYTHON_USEDEP}]
- )"
+ )
+"
distutils_enable_tests pytest