dev-python/inquirerpy: new package, add 0.3.4

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-10 10:58:43 +01:00 committed by Andreas Billmeier
parent f73f0ca10c
commit 18f184bf08
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 54 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST inquirerpy-0.3.4.gh.tar.gz 118225 BLAKE2B b485d7bb07e4d22dc9b2a240cf2c2bdf8dba47ddcd5ee628268dec2fa5ede94a00123eaa93e24b0b853145fd040899ecb9f1c9c8e05f77e7699620bfec89ab50 SHA512 7a1c5c8fdda450bce77db39d67fa2a79c740ae3d34b112e144903a29301bf3c50189c9a7ed4b61f835e749403043c46674394399af70d56b910838fe8e2cb416
EBUILD inquirerpy-0.3.4.ebuild 870 BLAKE2B 8cad3cdea8d122623a4b1fb1033a886d8d5375754ccf50707f10e3b37649e20c312e54126fc1d17ae1b3457fe14aeb03a154403311821fa8aec9ca423af48e25 SHA512 074074bdf01e2bb9e89677e3d6bf940e701ac3ffcfcdc0df6cc9880c41729f26696082a5d40049b3a7458b8fc1f108279664cc3a14b2491f2a20791cb6eefb9a
MISC metadata.xml 514 BLAKE2B ebb3ed5e8e1dc0e7e09063e0432d295cef6059c34f71efeb7aabcfb90e6eef45780dc88cc8b5858c39496fcdf5f7784b657f8f3b36eb01fe90ffb99356005590 SHA512 14517aec2bec171e9e4e0e03c933b79e89850754213126a39eaaa9296df5693dd921b9503f5c57dd97fc43d8ca048cc421e006eaa7ed63d052eea5e595a4a917

View File

@ -0,0 +1,35 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1
DESCRIPTION="Python port of Inquirer.js (A collection of common interactive command-line user interfaces)"
HOMEPAGE="https://github.com/kazhala/InquirerPy https://pypi.org/project/inquirerpy/"
MY_PN="InquirerPy"
SRC_URI="https://github.com/kazhala/InquirerPy/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
S=${WORKDIR}/${MY_PN}-${PV}
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/prompt-toolkit[${PYTHON_USEDEP}]
dev-python/pfzy[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">inquirerpy</remote-id>
<remote-id type="github">kazhala/InquirerPy</remote-id>
<maintainer status="unknown">
<email>kevin7441@gmail.com</email>
<name>Kevin Zhuang</name>
</maintainer>
</upstream>
</pkgmetadata>