From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-python/ansicolor/Manifest | 1 + dev-python/ansicolor/ansicolor-0.2.6-r1.ebuild | 25 +++++++++++++++++++++++++ dev-python/ansicolor/ansicolor-9999.ebuild | 25 +++++++++++++++++++++++++ dev-python/ansicolor/metadata.xml | 17 +++++++++++++++++ 4 files changed, 68 insertions(+) create mode 100644 dev-python/ansicolor/Manifest create mode 100644 dev-python/ansicolor/ansicolor-0.2.6-r1.ebuild create mode 100644 dev-python/ansicolor/ansicolor-9999.ebuild create mode 100644 dev-python/ansicolor/metadata.xml (limited to 'dev-python/ansicolor') diff --git a/dev-python/ansicolor/Manifest b/dev-python/ansicolor/Manifest new file mode 100644 index 000000000000..01708bb5bf74 --- /dev/null +++ b/dev-python/ansicolor/Manifest @@ -0,0 +1 @@ +DIST ansicolor-0.2.6.tar.gz 6224 BLAKE2B 38ffd0e9a88c886ebad25c4f0072f2f8f833e028c3bc14eb89252c1c0b501f973c9b3e371b4c605a3b98df33eb7203a963797d3ee56cf87b0afb927b19096fd5 SHA512 44c7dc6f621fc3044d4a52acb96e7e497578e025090633bfc8cbf686d7461da018f64502b477a6090e60747481f320cebaad00ee0776c9f4c52d4abbb1812121 diff --git a/dev-python/ansicolor/ansicolor-0.2.6-r1.ebuild b/dev-python/ansicolor/ansicolor-0.2.6-r1.ebuild new file mode 100644 index 000000000000..744f7665ed00 --- /dev/null +++ b/dev-python/ansicolor/ansicolor-0.2.6-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +if [[ ${PV} == *9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/numerodix/ansicolor.git" + # pypi tars don't include tests and github repo is missing release tags, + # so only enabling tests for 9999 at this time + distutils_enable_tests pytest +else + SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + KEYWORDS="amd64 x86" +fi + +DESCRIPTION="Produce ansi color output and colored highlighting and diffing" +HOMEPAGE="https://github.com/numerodix/ansicolor https://pypi.org/project/ansicolor/" + +LICENSE="Apache-2.0" +SLOT="0" diff --git a/dev-python/ansicolor/ansicolor-9999.ebuild b/dev-python/ansicolor/ansicolor-9999.ebuild new file mode 100644 index 000000000000..25c10321fe62 --- /dev/null +++ b/dev-python/ansicolor/ansicolor-9999.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +if [[ ${PV} == *9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/numerodix/ansicolor.git" + # pypi tars don't include tests and github repo is missing release tags, + # so only enabling tests for 9999 at this time + distutils_enable_tests pytest +else + SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +DESCRIPTION="Produce ansi color output and colored highlighting and diffing" +HOMEPAGE="https://github.com/numerodix/ansicolor https://pypi.org/project/ansicolor/" + +LICENSE="Apache-2.0" +SLOT="0" diff --git a/dev-python/ansicolor/metadata.xml b/dev-python/ansicolor/metadata.xml new file mode 100644 index 000000000000..1530a158e131 --- /dev/null +++ b/dev-python/ansicolor/metadata.xml @@ -0,0 +1,17 @@ + + + + + lucianposton@pm.me + Lucian Poston + + + proxy-maint@gentoo.org + Proxy Maintainers + + + numerodix/ansicolor + ansicolor + + gentoo-staging + -- cgit v1.3.1