dev-python/nio: Add 3.4.2 - parlay - yet another gentoo overlay
HTML git clone https://git.parazyd.org/parlay
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit 3ca0b2309216edfe286f7b16c2737d557420ec8b
DIR parent 9ccb06a7aa10fe973f03897481c8d46389cb06b9
HTML Author: parazyd <parazyd@dyne.org>
Date: Tue, 6 Jul 2021 12:28:50 +0200
dev-python/nio: Add 3.4.2
Diffstat:
A dev-python/nio/Manifest | 1 +
A dev-python/nio/nio-3.4.2.ebuild | 19 +++++++++++++++++++
2 files changed, 20 insertions(+), 0 deletions(-)
---
DIR diff --git a/dev-python/nio/Manifest b/dev-python/nio/Manifest
@@ -0,0 +1 @@
+DIST nio-3.4.2.tar.gz 88533 BLAKE2B f1af5715396aa2b5cf0e566d8e1a05ba8f00cefca797d46e9b1d97f1d5205b11292a78f89809b615e5184d399ef268c4a72e6148340cddcf2fcc5aee36e5516e SHA512 dfe0d26e609cea59ff191e4583de14c08abf5297a0ab0171085c3cec716e89ab0aa0d8db1faecfa6618279d0a57ef5a7081ddf0d88df6a247269607ee288543c
DIR diff --git a/dev-python/nio/nio-3.4.2.ebuild b/dev-python/nio/nio-3.4.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..10} )
+inherit distutils-r1
+
+DESCRIPTION="A framework for building blocks and modules for the nio Platform"
+HOMEPAGE="https://github.com/niolabs/nio https://pypi.org/project/nio/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"