diff --git a/dev-python/terminaltables/Manifest b/dev-python/terminaltables/Manifest new file mode 100644 index 0000000000000..0796b12e897fa --- /dev/null +++ b/dev-python/terminaltables/Manifest @@ -0,0 +1 @@ +DIST terminaltables-3.1.0.tar.gz 278484 SHA256 c02ecf68e22374ca8226d2af314875489e59d523ebec6a363a554e4716a84723 SHA512 dc49458652fff8bc6094d316d84c9b8e9fca1a26e3230c0b668bc03ec8528793f4ef024e8032d4a56fbfabfdfd4a1142870f550f0b373ba6a42dd2e3ead3f501 WHIRLPOOL 7d28e7f468faf9644121f92d2f38d59980ec1f2cebd3f7249b5959da9a7d43c86790e4fbfa9822a1e283bfb16fac21d905def3586f05daadd531e17ea8399d00 diff --git a/dev-python/terminaltables/metadata.xml b/dev-python/terminaltables/metadata.xml new file mode 100644 index 0000000000000..fa7bcf5cdc2f5 --- /dev/null +++ b/dev-python/terminaltables/metadata.xml @@ -0,0 +1,13 @@ + + + + + + + grknight@gentoo.org + Brian Evans + + + dbcli/mycli + + diff --git a/dev-python/terminaltables/terminaltables-3.1.0.ebuild b/dev-python/terminaltables/terminaltables-3.1.0.ebuild new file mode 100644 index 0000000000000..44c1384e4f36c --- /dev/null +++ b/dev-python/terminaltables/terminaltables-3.1.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +inherit distutils-r1 + +DESCRIPTION="Generate simple tables in terminals from a nested list of strings" + +HOMEPAGE="https://robpol86.github.io/terminaltables" +SRC_URI="https://github.com/Robpol86/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="" diff --git a/dev-python/terminaltables/terminaltables-9999.ebuild b/dev-python/terminaltables/terminaltables-9999.ebuild new file mode 100644 index 0000000000000..ec8ccf9165245 --- /dev/null +++ b/dev-python/terminaltables/terminaltables-9999.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +EGIT_REPO_URI="https://github.com/Robpol86/${PN}.git" +inherit distutils-r1 git-r3 + +DESCRIPTION="Generate simple tables in terminals from a nested list of strings" + +HOMEPAGE="https://robpol86.github.io/terminaltables" +SRC_URI="" +LICENSE="MIT" +SLOT="0" +KEYWORDS="" +IUSE="" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND=""