commit: 5d187d071b55e26d822769be8ad4313fe51ce56c Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Wed Jul 5 08:02:26 2023 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Wed Jul 5 08:03:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5d187d07
dev-python/survey: add 4.5.0 Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> dev-python/survey/Manifest | 1 + dev-python/survey/metadata.xml | 16 ++++++++-------- dev-python/survey/survey-4.5.0.ebuild | 23 +++++++++++++++++++++++ 3 files changed, 32 insertions(+), 8 deletions(-) diff --git a/dev-python/survey/Manifest b/dev-python/survey/Manifest index 3c5829968..3028b508c 100644 --- a/dev-python/survey/Manifest +++ b/dev-python/survey/Manifest @@ -1,2 +1,3 @@ DIST survey-3.4.3.tar.gz 21219 BLAKE2B e866addd9233409c603f2b34bbf811209f3f6c2ade1bee00258c4f25d741dc526948d16b2e9e0dc3632e6e20fa7863f573c4c27ed1f48ddaa954c7d53a8c51e3 SHA512 47ff72dd1223a32ec038ccf57709e8fe64806ecc9bb8e54daaced27afaa1c2a45e76fc1b149232a107729c462db7657ad0fd08d8b14bb314e3905aabd23fff4a DIST survey-4.4.0.tar.gz 49840 BLAKE2B e00a80afa50a3210545bce63b05747d769ca87255b38ea2c5a107d6c21aa79d743a3ffe01a45b5bc00eb2b6e7e9eb5c004357e9266d33da9a8bacfabd6b93b8b SHA512 e3a679dd7bfd30cf7bbdf4c96f32acf022d2ade2891a24e61cae2cfd6be5078953536b0972803a2d67aad332461cc7e9aec4769c87180ae77b121f20321718f3 +DIST survey-4.5.0.tar.gz 830788 BLAKE2B 173f9d6c82571b7e543ec396abe952ae5c5984b1c6168f772c2722d3718a8ec1a5d19d8bb6c45e96fcf583a66b9f55e613dfe7ef74bb433f723fbea3836c0a8d SHA512 98dbaacc3c12c43311db59e4e5a93e0c525ce4d0a662efb03177ae03b80bdc29304977b172dfae68971252c2ba2deda8368919892e5bf314215c07d2d1b2db5b diff --git a/dev-python/survey/metadata.xml b/dev-python/survey/metadata.xml index 8430fecc3..c9e719e21 100644 --- a/dev-python/survey/metadata.xml +++ b/dev-python/survey/metadata.xml @@ -1,12 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="person"> - <email>[email protected]</email> - <description>Primary maintainer</description> -</maintainer> -<upstream> - <remote-id type="github">Exahilosys/survey</remote-id> - <remote-id type="pypi">survey</remote-id> -</upstream> + <maintainer type="person"> + <email>[email protected]</email> + <description>Primary maintainer</description> + </maintainer> + <upstream> + <remote-id type="github">Exahilosys/survey</remote-id> + <remote-id type="pypi">survey</remote-id> + </upstream> </pkgmetadata> diff --git a/dev-python/survey/survey-4.5.0.ebuild b/dev-python/survey/survey-4.5.0.ebuild new file mode 100644 index 000000000..5394b397d --- /dev/null +++ b/dev-python/survey/survey-4.5.0.ebuild @@ -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
