From 7e1d8beb97fe50e8b663e89eaac57c21aa84ea52 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Mon, 24 Jul 2023 18:21:48 +0000 Subject: Adding metadata --- .../python-rtmidi/python-rtmidi-1.4.9.ebuild | 52 ---------------------- 1 file changed, 52 deletions(-) delete mode 100644 dev-python/python-rtmidi/python-rtmidi-1.4.9.ebuild (limited to 'dev-python/python-rtmidi/python-rtmidi-1.4.9.ebuild') diff --git a/dev-python/python-rtmidi/python-rtmidi-1.4.9.ebuild b/dev-python/python-rtmidi/python-rtmidi-1.4.9.ebuild deleted file mode 100644 index 0488436beb3b..000000000000 --- a/dev-python/python-rtmidi/python-rtmidi-1.4.9.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{7,8,9,10,11} ) -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 - -inherit distutils-r1 pypi - -DESCRIPTION="Python bindings for media-libs/rtmidi implemented using Cython" -HOMEPAGE=" - https://pypi.org/project/python-rtmidi/ - https://spotlightkid.github.io/python-rtmidi/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="+alsa jack" - -# Most of these tests do not play nicely with the sandbox, some only -# work with exactly the same version of rtmidi as the bundled one, and -# several fail even with disabled sandbox unless there are actual MIDI -# I/O devices present. -RESTRICT="test" - -DEPEND="media-libs/rtmidi[alsa?,jack?]" -RDEPEND="${DEPEND}" -BDEPEND="