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/prettytable/Manifest | 1 + dev-python/prettytable/metadata.xml | 17 +++++++++++++++++ dev-python/prettytable/prettytable-0.7.2-r1.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 dev-python/prettytable/Manifest create mode 100644 dev-python/prettytable/metadata.xml create mode 100644 dev-python/prettytable/prettytable-0.7.2-r1.ebuild (limited to 'dev-python/prettytable') diff --git a/dev-python/prettytable/Manifest b/dev-python/prettytable/Manifest new file mode 100644 index 000000000000..aba68b89708b --- /dev/null +++ b/dev-python/prettytable/Manifest @@ -0,0 +1 @@ +DIST prettytable-0.7.2.tar.bz2 21755 BLAKE2B 385d5bd6d4ab75a8c7ae96abc9d9e98a66a196265853113e7fb59073876e9f5e9c6c4fba9a30d80cc726a5184e78fb6451ff9a553909704fcc5022b6a08413f4 SHA512 f3a3fe6fa29f4ef090ff6cac06549ebd9db8b387e7b25fc64c4e37c8444586f50355c5573f38caabc72360aa68054aa189a67aa37f0bd13b872862ecd9151e71 diff --git a/dev-python/prettytable/metadata.xml b/dev-python/prettytable/metadata.xml new file mode 100644 index 000000000000..e4dc65584ff8 --- /dev/null +++ b/dev-python/prettytable/metadata.xml @@ -0,0 +1,17 @@ + + + + + openstack@gentoo.org + Openstack + + + python@gentoo.org + Python + + + prettytable + PrettyTable + + gentoo-staging + diff --git a/dev-python/prettytable/prettytable-0.7.2-r1.ebuild b/dev-python/prettytable/prettytable-0.7.2-r1.ebuild new file mode 100644 index 000000000000..007312c8738d --- /dev/null +++ b/dev-python/prettytable/prettytable-0.7.2-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{6..9} ) + +inherit distutils-r1 + +DESCRIPTION="Easily displaying tabular data in a visually appealing ASCII table format" +HOMEPAGE="https://code.google.com/p/prettytable/" +SRC_URI="mirror://pypi/P/PrettyTable/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha amd64 arm64 hppa ~ia64 ppc64 sparc x86 ~amd64-linux ~x86-linux" +IUSE="test" +RESTRICT="!test? ( test )" + +python_test() { + "${PYTHON}" prettytable_test.py || die "tests failed under ${EPYTHON}" +} -- cgit v1.3.1