summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-02-25 18:57:10 +0100
committerSam James <sam@gentoo.org>2021-02-26 14:25:50 +0000
commitf183c41d4ae30ba55828557d02e10f035890ee63 (patch)
treee305e52cde7d8ddefff2d648eae3cb9f9c9968c7 /dev-python/enrich
parentdev-python/rich: Library for rich text formatting in the terminal (diff)
downloadgentoo-f183c41d4ae30ba55828557d02e10f035890ee63.tar.gz
gentoo-f183c41d4ae30ba55828557d02e10f035890ee63.tar.bz2
gentoo-f183c41d4ae30ba55828557d02e10f035890ee63.zip
dev-python/enrich: Extented rich library functionality
* New dependency of app-admin/ansible-lint Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/enrich')
-rw-r--r--dev-python/enrich/Manifest1
-rw-r--r--dev-python/enrich/enrich-1.2.6.ebuild21
-rw-r--r--dev-python/enrich/metadata.xml13
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-python/enrich/Manifest b/dev-python/enrich/Manifest
new file mode 100644
index 000000000000..be6a0664932f
--- /dev/null
+++ b/dev-python/enrich/Manifest
@@ -0,0 +1 @@
+DIST enrich-1.2.6.tar.gz 15581 BLAKE2B 06f104a11b2dc85c1d80a2b14c548aaac40c78795e86b1c6ae733f884fbd7af0776af53d8cdd15c15d6abb91ca89dd7f815823b419fc2b3de322b50e55844dd0 SHA512 07c280d3526538af9d718c6d423be50d67e8285007a6702b7f3d842725a63cb282192c29481cbea6cbe7da886b630e5694776092dc0ffcaac522ccf1e895b5a9
diff --git a/dev-python/enrich/enrich-1.2.6.ebuild b/dev-python/enrich/enrich-1.2.6.ebuild
new file mode 100644
index 000000000000..7ebfa478ac05
--- /dev/null
+++ b/dev-python/enrich/enrich-1.2.6.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+inherit distutils-r1
+
+DESCRIPTION="Extend rich functionality"
+HOMEPAGE="https://github.com/pycontribs/enrich"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/rich[${PYTHON_USEDEP}]"
+BDEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
diff --git a/dev-python/enrich/metadata.xml b/dev-python/enrich/metadata.xml
new file mode 100644
index 000000000000..f64ef0857b02
--- /dev/null
+++ b/dev-python/enrich/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>chainsaw@gentoo.org</email>
+ <name>Tony Vroon</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="pypi">enrich</remote-id>
+ <remote-id type="github">pycontribs/enrich</remote-id>
+ </upstream>
+</pkgmetadata>