dev-python/cli_helpers: Version bump to 1.0.1
authorBrian Evans <grknight@gentoo.org>
Wed, 27 Dec 2017 14:36:27 +0000 (09:36 -0500)
committerBrian Evans <grknight@gentoo.org>
Wed, 27 Dec 2017 14:42:28 +0000 (09:42 -0500)
Closes: https://bugs.gentoo.org/642396
Package-Manager: Portage-2.3.19, Repoman-2.3.6

dev-python/cli_helpers/Manifest
dev-python/cli_helpers/cli_helpers-1.0.1.ebuild [new file with mode: 0644]
dev-python/cli_helpers/cli_helpers-9999.ebuild

index 111cebbe59fc10d783970256bd2b0eba1f9520f4..68fbe833345ebb8b3ec6514c91a7ec58f74b371a 100644 (file)
@@ -1,2 +1,3 @@
 DIST cli_helpers-0.2.0.tar.gz 33855 BLAKE2B 8509fd6ea4ce1af77a522d36f98261a019d6b4b7250549af8014c4aba01bc4f4a63106c55b3d5ce40f058f0927db4044af51c7f948879d44a452b35369df8f2b SHA512 7dfa9791f472ccba3d49d0e87daf859257e74349cfbd8920a624f3e8d6905d8c8b7fa7be70eda97091963e548fa16dfbb1171e198cbbaa9d7810bff2321ebe54
 DIST cli_helpers-1.0.0.tar.gz 23269 BLAKE2B 2de1729b32a690d5832cc956c30bdf3ec35b3bfa94d1eed391dc18a1aadfd7229a1cbb4368a08406a3c6bf2bf59c835ac975bee797a58dbb3121c34586632d1f SHA512 8137b081cfe3d226c63cc7c17165f884a42147ea184d11a1e0ee5805f2d22bce37ded580a0c15566bcb057df4c39f2685595d74b2e21d46932e2e635f77eec68
+DIST cli_helpers-1.0.1.tar.gz 23382 BLAKE2B 544bf4165315a6459ba203efc7f55e3a48d4af8a12a4a3dcd4742c9e8f9d72c9163784e4adc42f5910d5ffd42d957aca47f4765e01cc9fc8c17649494b0396c4 SHA512 f4999f20d7f785a143d672ea9e62375dc6cb1abf093796dedcc01003970931a397096cded3515d060b47aa8e38b2a03fbe12f919f84451365d078126a5b35021
diff --git a/dev-python/cli_helpers/cli_helpers-1.0.1.ebuild b/dev-python/cli_helpers/cli_helpers-1.0.1.ebuild
new file mode 100644 (file)
index 0000000..34fa368
--- /dev/null
@@ -0,0 +1,23 @@
+# 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,5,6}} )
+inherit distutils-r1
+
+DESCRIPTION="Python helpers for common CLI tasks"
+
+HOMEPAGE="http://cli-helpers.rtfd.io/"
+SRC_URI="https://github.com/dbcli/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="
+       >=dev-python/backports-csv-1.0[${PYTHON_USEDEP}]
+       >=dev-python/tabulate-0.8.0[${PYTHON_USEDEP}]
+       >=dev-python/terminaltables-3.0.0[${PYTHON_USEDEP}]
+       >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
+"
index 95d68a34211d773f35692c35ae1f3dc625fa2036..58fbc1ea0cfa13cdd077cc263edf3e545c88563d 100644 (file)
@@ -17,6 +17,8 @@ KEYWORDS=""
 IUSE=""
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="
-       dev-python/terminaltables[${PYTHON_USEDEP}]
+       >=dev-python/backports-csv-1.0[${PYTHON_USEDEP}]
+       >=dev-python/tabulate-0.8.0[${PYTHON_USEDEP}]
+       >=dev-python/terminaltables-3.0.0[${PYTHON_USEDEP}]
        >=dev-python/pygments-2.0[${PYTHON_USEDEP}]
 "