commit: 47842e84a1496e48833f8a1c7b90f056e33e6f0f Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Mon Feb 17 14:38:55 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Mon Feb 17 14:38:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=47842e84
dev-python/tekore: Version bump 1.2.0 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> dev-python/tekore/Manifest | 2 +- dev-python/tekore/{tekore-1.1.0.ebuild => tekore-1.2.0.ebuild} | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/tekore/Manifest b/dev-python/tekore/Manifest index b4bc819..906a44e 100644 --- a/dev-python/tekore/Manifest +++ b/dev-python/tekore/Manifest @@ -1 +1 @@ -DIST tekore-1.1.0.tar.gz 138871 BLAKE2B 5580c502129ed1fd9c7a7f6a860d918a0a46f6ac51a3f6bef5f08c1e036756684d11c670e55343c27ff3dd7a40fa45b2307a9a27b594558525b7d4a41617908c SHA512 968315f3818803f076798a88f791ca10a4a118850ee730d449e2db8e5d5aca00293f8d8483a4d9edb9802b103aa6328a7514f58f4959bb0a551ed11b065ece87 +DIST tekore-1.2.0.tar.gz 140391 BLAKE2B 1ea9a70085a82385cfb8ef3013aa7acbbad00093fac2e4c5ac15d6faf4cd2a78643d975e7cff9299f2e3579788ea9fa35962ae9862113dded45c6a00a13746f9 SHA512 883f0bf9bef16961bc3bc5a0e1e6566d5e549c822ed9f056ff971810df2e54d0ef63a7d7618a6fc48213a96d62e7d2e54aae8e164f865bc0a49868b536688850 diff --git a/dev-python/tekore/tekore-1.1.0.ebuild b/dev-python/tekore/tekore-1.2.0.ebuild similarity index 95% rename from dev-python/tekore/tekore-1.1.0.ebuild rename to dev-python/tekore/tekore-1.2.0.ebuild index 456c7d2..7f8ce98 100644 --- a/dev-python/tekore/tekore-1.1.0.ebuild +++ b/dev-python/tekore/tekore-1.2.0.ebuild @@ -31,6 +31,8 @@ BDEPEND="doc? ( RDEPEND="dev-python/requests[${PYTHON_USEDEP}] dev-python/httpx[${PYTHON_USEDEP}]" +DEPEND="test? ( dev-python/pytest-qt[${PYTHON_USEDEP}] )" + DOCS="readme.rst" distutils_enable_tests pytest