dev-python/survey: add 4.5.1

Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
Viorel Munteanu
2023-07-12 07:42:25 +03:00
parent 6426d8e333
commit db1f79b310
2 changed files with 24 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
DIST survey-3.4.3.tar.gz 21219 BLAKE2B e866addd9233409c603f2b34bbf811209f3f6c2ade1bee00258c4f25d741dc526948d16b2e9e0dc3632e6e20fa7863f573c4c27ed1f48ddaa954c7d53a8c51e3 SHA512 47ff72dd1223a32ec038ccf57709e8fe64806ecc9bb8e54daaced27afaa1c2a45e76fc1b149232a107729c462db7657ad0fd08d8b14bb314e3905aabd23fff4a
DIST survey-4.5.0.tar.gz 830788 BLAKE2B 173f9d6c82571b7e543ec396abe952ae5c5984b1c6168f772c2722d3718a8ec1a5d19d8bb6c45e96fcf583a66b9f55e613dfe7ef74bb433f723fbea3836c0a8d SHA512 98dbaacc3c12c43311db59e4e5a93e0c525ce4d0a662efb03177ae03b80bdc29304977b172dfae68971252c2ba2deda8368919892e5bf314215c07d2d1b2db5b
DIST survey-4.5.1.tar.gz 830756 BLAKE2B 11fd1e2fd0da550178a043bc698c09b39cd2b6f84ee562a8476cb204802927f22d9a21110fd9134828c593b888a1052b48105d04458fe7630faadd5b079e0669 SHA512 14f4026ecb845c3ad252c485fed049a10ee854cdd3940f3fae3a0bd4cd077c55f2bc11b9480e8e6d1e6572c63654228b7a56b36c37c90f63cf5c2c0c65263e6f

View File

@@ -0,0 +1,23 @@
# Copyright 2021-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1 pypi
DESCRIPTION="A simple library for creating beautiful interactive prompts"
HOMEPAGE="
https://github.com/Exahilosys/survey
https://pypi.org/project/survey/
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
distutils_enable_sphinx docs \
dev-python/sphinx-autodoc-typehints \
dev-python/sphinx-paramlinks \
dev-python/sphinx-rtd-theme