summaryrefslogtreecommitdiff
path: root/dev-python/python-slugify
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-05-09 08:15:21 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-05-09 08:15:21 +0000
commit933759f3fcaf3d378991b18fa19eead3812b1be0 (patch)
tree8f8ea9741d0ae59c2f259bb14883e82b82845188 /dev-python/python-slugify
parent67cc0c8a207d2a9316edac78aecfb1de6259169d (diff)
downloadbaldeagleos-repo-933759f3fcaf3d378991b18fa19eead3812b1be0.tar.gz
baldeagleos-repo-933759f3fcaf3d378991b18fa19eead3812b1be0.tar.xz
baldeagleos-repo-933759f3fcaf3d378991b18fa19eead3812b1be0.zip
Adding metadata
Diffstat (limited to 'dev-python/python-slugify')
-rw-r--r--dev-python/python-slugify/python-slugify-5.0.0.ebuild2
-rw-r--r--dev-python/python-slugify/python-slugify-5.0.1.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-slugify/python-slugify-5.0.0.ebuild b/dev-python/python-slugify/python-slugify-5.0.0.ebuild
index 165d16f9ab9f..33fa40c2f5e8 100644
--- a/dev-python/python-slugify/python-slugify-5.0.0.ebuild
+++ b/dev-python/python-slugify/python-slugify-5.0.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{6,7,8,9,10} )
inherit distutils-r1
diff --git a/dev-python/python-slugify/python-slugify-5.0.1.ebuild b/dev-python/python-slugify/python-slugify-5.0.1.ebuild
index 79448555636a..9a2a9e055a28 100644
--- a/dev-python/python-slugify/python-slugify-5.0.1.ebuild
+++ b/dev-python/python-slugify/python-slugify-5.0.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{6,7,8,9,10} )
inherit distutils-r1