commit:     5f44558da7351e1088481ce01a648dda75627b51
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 24 08:00:22 2021 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jun 24 08:00:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f44558d

dev-util/howdoi: version bump 2.0.16

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>

 dev-util/howdoi/Manifest             |  1 +
 dev-util/howdoi/howdoi-2.0.16.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/dev-util/howdoi/Manifest b/dev-util/howdoi/Manifest
index fb73dc1642d..4c2206b3384 100644
--- a/dev-util/howdoi/Manifest
+++ b/dev-util/howdoi/Manifest
@@ -1 +1,2 @@
 DIST howdoi-2.0.15.tar.gz 27545 BLAKE2B 
204d7e3ddab07e24ccc08964c3880477743970502423887a2360079606c832b93d1e8fbcec237b77533c2e21d4a35af08b9418d5ce62f8b2ceca70ee844c21ff
 SHA512 
e0b3faf1cde78d35a23e11070b3d73db7468bfe79ec8f71b2370681d3dea1bcf1a313594fd1e4f21aa62035460e5c31509ff683fea3e0e35e9412b173ad874bb
+DIST howdoi-2.0.16.tar.gz 28483 BLAKE2B 
466ddc6b6f5a2bfbbf781dddf89d272b609d530b080a06dd33528727010dd6f42b823996bfb3fcbb4afea95fc667f61d30b1cf17a8c5fb1a4c66836be57e1110
 SHA512 
606346514670d891df91c6d3bd83cae599b2ed2d7d1908b8b805435579ea75c6e25f171bc31af1af7519ac142459b73cae7ffe93d747effb2fb0cee00aa59b1b

diff --git a/dev-util/howdoi/howdoi-2.0.16.ebuild 
b/dev-util/howdoi/howdoi-2.0.16.ebuild
new file mode 100644
index 00000000000..a0b3cd960b8
--- /dev/null
+++ b/dev-util/howdoi/howdoi-2.0.16.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS="manual"
+PYTHON_COMPAT=( python3_{7..9} )
+inherit distutils-r1
+
+DESCRIPTION="A code search tool"
+HOMEPAGE="https://pypi.org/project/howdoi/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="
+       dev-python/appdirs[${PYTHON_USEDEP}]
+       dev-python/cachelib[${PYTHON_USEDEP}]
+       dev-python/keep[${PYTHON_USEDEP}]
+       dev-python/pygments[${PYTHON_USEDEP}]
+       >=dev-python/pyquery-1.4.1[${PYTHON_USEDEP}]
+       >=dev-python/requests-2.24.0[${PYTHON_USEDEP}]
+"

Reply via email to