diff --git a/dev-python/mitype/Manifest b/dev-python/mitype/Manifest new file mode 100644 index 0000000000..4d764241fb --- /dev/null +++ b/dev-python/mitype/Manifest @@ -0,0 +1 @@ +DIST v0.2.4.gh.tar.gz 1147995 BLAKE2B e494e4a29ef46ed3b72cf60074ce94890a12b22471aa0e39f2f76f86317042be6cf1a55fbcbc901c086d5f71bceea44355454bd3b4bb8da01be95c0606d280b0 SHA512 ca9e14a60651769de8847ef402ea9d570ace4bfa8e84b8b4b885b5aa0c62fcc653cc60bb1937a45e9e968517f0968c52e32f596ab6f9f9fc110798ac2d717061 diff --git a/dev-python/mitype/metadata.xml b/dev-python/mitype/metadata.xml new file mode 100644 index 0000000000..2646b2e95a --- /dev/null +++ b/dev-python/mitype/metadata.xml @@ -0,0 +1,12 @@ + + + + + gasc@eurecom.fr + Gasc Henri + + + mitype + Mithil467/mitype + + diff --git a/dev-python/mitype/mitype-0.2.4.ebuild b/dev-python/mitype/mitype-0.2.4.ebuild new file mode 100644 index 0000000000..aa25fc03c2 --- /dev/null +++ b/dev-python/mitype/mitype-0.2.4.ebuild @@ -0,0 +1,26 @@ +# Copyright 2021-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..11} ) + +inherit distutils-r1 + +DESCRIPTION="Typing speed test in terminal" +HOMEPAGE="https://github.com/Mithil467/mitype https://pypi.org/project/mitype/" +SRC_URI="https://github.com/Mithil467/mitype/archive/refs/tags/v${PV}.tar.gz -> v${PV}.gh.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc test" + +RDEPEND=" + doc? ( dev-python/sphinx ) + dev-python/setuptools[${PYTHON_USEDEP}]" +BDEPEND="dev-python/versioneer[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest +distutils_enable_sphinx docs