diff --git a/dev-python/wrapio/Manifest b/dev-python/wrapio/Manifest new file mode 100644 index 0000000000..e0b2bf0233 --- /dev/null +++ b/dev-python/wrapio/Manifest @@ -0,0 +1 @@ +DIST wrapio-2.0.0.tar.gz 7239 BLAKE2B 228d1a0367bdcb1c69e9035de2bd780d9a47b3a6b5ccb9080fc7f9974dafdfec3ccca8888e9f4ff7368d4d5c06424cecc5832a38db60410954cde561a0c2e272 SHA512 09056de108f6f5fc6af83534a9e8a9c80c70ead6d1d492f3dfd573b38a5dd909c837934309f9f7611394768573848afa737484b3f64ff682bcf6c7a091e15a46 diff --git a/dev-python/wrapio/metadata.xml b/dev-python/wrapio/metadata.xml new file mode 100644 index 0000000000..2bc6e62842 --- /dev/null +++ b/dev-python/wrapio/metadata.xml @@ -0,0 +1,12 @@ + + + + + ceamac.paragon@gmail.com + Primary maintainer + + + Exahilosys/wrapio + wrapio + + diff --git a/dev-python/wrapio/wrapio-2.0.0.ebuild b/dev-python/wrapio/wrapio-2.0.0.ebuild new file mode 100644 index 0000000000..7b0ddd9818 --- /dev/null +++ b/dev-python/wrapio/wrapio-2.0.0.ebuild @@ -0,0 +1,20 @@ +# 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="Handling event-based streams in Python" +HOMEPAGE="https://github.com/Exahilosys/wrapio" +SRC_URI="https://github.com/Exahilosys/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND=""