diff --git a/dev-python/survey/Manifest b/dev-python/survey/Manifest new file mode 100644 index 0000000000..602ad2b98f --- /dev/null +++ b/dev-python/survey/Manifest @@ -0,0 +1 @@ +DIST survey-3.4.3.tar.gz 13533965 BLAKE2B 4b2e881bdddb3c606cc356ab1883545ea98b433e8568fc421ae0601c75e9828f1facfaa0b988da19962f93ded7b16ecd4d495c02022b5d1f99a00ba4c6996362 SHA512 a4033a54a9eef5e9082d9903a0b9cc158897d9f58696905c5fb551c64d55fe13d9a687ca161555b280002df3d0f9405dfcbf16830f691004fec614dd980b3e32 diff --git a/dev-python/survey/metadata.xml b/dev-python/survey/metadata.xml new file mode 100644 index 0000000000..3390e1da3c --- /dev/null +++ b/dev-python/survey/metadata.xml @@ -0,0 +1,12 @@ + + + + + ceamac.paragon@gmail.com + Primary maintainer + + + Exahilosys/survey + survey + + diff --git a/dev-python/survey/survey-3.4.3.ebuild b/dev-python/survey/survey-3.4.3.ebuild new file mode 100644 index 0000000000..bff46faa48 --- /dev/null +++ b/dev-python/survey/survey-3.4.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) + +inherit distutils-r1 + +DESCRIPTION="A simple library for creating beautiful interactive prompts" +HOMEPAGE="https://github.com/Exahilosys/survey" +SRC_URI="https://github.com/Exahilosys/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" + >=dev-python/wrapio-1.0.0[${PYTHON_USEDEP}] +" +RDEPEND="${DEPEND}" +BDEPEND=""