summaryrefslogtreecommitdiff
path: root/dev-python/leather
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-06-03 13:25:21 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-06-03 13:25:21 +0000
commit3be83a4e7edc81370c81670b591df9311eef08fe (patch)
tree6db3047ee5ff6154bd255a98520c4a45688e2def /dev-python/leather
parent742b58bc1c3b019b948386ab42f1376394fc2fdd (diff)
downloadbaldeagleos-repo-3be83a4e7edc81370c81670b591df9311eef08fe.tar.gz
baldeagleos-repo-3be83a4e7edc81370c81670b591df9311eef08fe.tar.xz
baldeagleos-repo-3be83a4e7edc81370c81670b591df9311eef08fe.zip
Adding metadata
Diffstat (limited to 'dev-python/leather')
-rw-r--r--dev-python/leather/leather-0.3.4-r1.ebuild16
1 files changed, 13 insertions, 3 deletions
diff --git a/dev-python/leather/leather-0.3.4-r1.ebuild b/dev-python/leather/leather-0.3.4-r1.ebuild
index 4958e3127a23..1104c14a23a7 100644
--- a/dev-python/leather/leather-0.3.4-r1.ebuild
+++ b/dev-python/leather/leather-0.3.4-r1.ebuild
@@ -9,8 +9,14 @@ PYTHON_COMPAT=( python3_{7,8,9,10,11} )
inherit distutils-r1
DESCRIPTION="Python charting for 80% of humans"
-HOMEPAGE="https://github.com/wireservice/leather https://pypi.org/project/leather/"
-SRC_URI="https://github.com/wireservice/leather/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
+HOMEPAGE="
+ https://github.com/wireservice/leather/
+ https://pypi.org/project/leather/
+"
+SRC_URI="
+ https://github.com/wireservice/leather/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
LICENSE="MIT"
SLOT="0"
@@ -20,7 +26,11 @@ RDEPEND="
dev-python/cssselect[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
"
-BDEPEND="test? ( dev-python/lxml[${PYTHON_USEDEP}] )"
+BDEPEND="
+ test? (
+ dev-python/lxml[${PYTHON_USEDEP}]
+ )
+"
distutils_enable_tests pytest
distutils_enable_sphinx docs \