parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit 1e332c280116b9d6cbfaf681e99b0c504fe16beb
parent ed091d0020760f63aa8e3f04ebfe1add2d0fb695
Author: parazyd <parazyd@dyne.org>
Date:   Tue, 17 May 2022 10:57:14 +0200

dev-python/nio: Remove ebuilds.

Diffstat:
Ddev-python/nio/Manifest | 1-
Ddev-python/nio/nio-3.4.2.ebuild | 19-------------------
2 files changed, 0 insertions(+), 20 deletions(-)

diff --git a/dev-python/nio/Manifest b/dev-python/nio/Manifest @@ -1 +0,0 @@ -DIST nio-3.4.2.tar.gz 88533 BLAKE2B f1af5715396aa2b5cf0e566d8e1a05ba8f00cefca797d46e9b1d97f1d5205b11292a78f89809b615e5184d399ef268c4a72e6148340cddcf2fcc5aee36e5516e SHA512 dfe0d26e609cea59ff191e4583de14c08abf5297a0ab0171085c3cec716e89ab0aa0d8db1faecfa6618279d0a57ef5a7081ddf0d88df6a247269607ee288543c diff --git a/dev-python/nio/nio-3.4.2.ebuild b/dev-python/nio/nio-3.4.2.ebuild @@ -1,19 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -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}"