summaryrefslogtreecommitdiff
path: root/dev-python/leather
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-06-21 13:45:20 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-06-21 13:45:20 +0000
commit2f9aa4b906bfcb9cbd05d2d2a0e0453d03ff8f50 (patch)
treeabc08ed1f9e08ba85de79f3f4fe8f09e782c5458 /dev-python/leather
parent2d0068856aa185a320dd404fdb453beb6cc31e9b (diff)
downloadbaldeagleos-repo-2f9aa4b906bfcb9cbd05d2d2a0e0453d03ff8f50.tar.gz
baldeagleos-repo-2f9aa4b906bfcb9cbd05d2d2a0e0453d03ff8f50.tar.xz
baldeagleos-repo-2f9aa4b906bfcb9cbd05d2d2a0e0453d03ff8f50.zip
Adding metadata
Diffstat (limited to 'dev-python/leather')
-rw-r--r--dev-python/leather/Manifest1
-rw-r--r--dev-python/leather/leather-0.3.3.ebuild17
-rw-r--r--dev-python/leather/metadata.xml14
3 files changed, 32 insertions, 0 deletions
diff --git a/dev-python/leather/Manifest b/dev-python/leather/Manifest
new file mode 100644
index 000000000000..0d3da570b053
--- /dev/null
+++ b/dev-python/leather/Manifest
@@ -0,0 +1 @@
+DIST leather-0.3.3.tar.gz 18391 BLAKE2B 0a81343251fcdea85873fea023e1d709a385b268c2900642764c1a0ae6abfa84d9dece0ef67ae152b716c93c1bdaf9671f8c5df8cf5605694af48e8f3552437a SHA512 3387353d4da129fa3601799efe8742aea08f94579caab7a5a05175ff7ad50a815fc7ca4aee5d1c390027bda3a9bf1ecd1ed5167575386a7a58f56625f5165350
diff --git a/dev-python/leather/leather-0.3.3.ebuild b/dev-python/leather/leather-0.3.3.ebuild
new file mode 100644
index 000000000000..26a11e936d2d
--- /dev/null
+++ b/dev-python/leather/leather-0.3.3.ebuild
@@ -0,0 +1,17 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8,9,10} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Python charting for 80% of humans."
+HOMEPAGE="https://github.com/wireservice/leather https://pypi.org/project/leather/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+RDEPEND=">=dev-python/six-1.6.1[${PYTHON_USEDEP}]"
diff --git a/dev-python/leather/metadata.xml b/dev-python/leather/metadata.xml
new file mode 100644
index 000000000000..bf4d232d4c36
--- /dev/null
+++ b/dev-python/leather/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>zmedico@gentoo.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">leather</remote-id>
+ <remote-id type="github">wireservice/leather</remote-id>
+ <changelog>https://github.com/wireservice/leather/commits/master</changelog>
+ <bugs-to>https://github.com/wireservice/leather/issues</bugs-to>
+ </upstream>
+ <origin>gentoo-staging</origin>
+</pkgmetadata> \ No newline at end of file