summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-07-24 13:19:17 +0200
committerMichał Górny <mgorny@gentoo.org>2023-07-24 13:32:10 +0200
commit56041acd89cc4f61469b7adea0b6dba4f4eb8cc5 (patch)
treef44196e302337dc783e85f8f1b87555c38feb823 /dev-python/mido
parentdev-python/metakernel: Remove old (diff)
downloadgentoo-56041acd89cc4f61469b7adea0b6dba4f4eb8cc5.tar.gz
gentoo-56041acd89cc4f61469b7adea0b6dba4f4eb8cc5.tar.bz2
gentoo-56041acd89cc4f61469b7adea0b6dba4f4eb8cc5.zip
dev-python/mido: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/mido')
-rw-r--r--dev-python/mido/Manifest1
-rw-r--r--dev-python/mido/mido-1.2.10.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/mido/Manifest b/dev-python/mido/Manifest
index e417faf621d2..c53baa6af83f 100644
--- a/dev-python/mido/Manifest
+++ b/dev-python/mido/Manifest
@@ -1,2 +1 @@
-DIST mido-1.2.10.tar.gz 103070 BLAKE2B 84e39cd7f52947f50dc31bac5abb7752e736c867817fbd711e768f1ef182990671633c24bb5726fb428f312f2497d15da560b307ddfeea3399d06330183e9668 SHA512 f21040acda9d084b7449ba52c3d036c637a172a84cdf6975adab999d78d24977be0cba3bd7287253e4a3b6de5044ef01a82de6d19316a22410bc96e9eca6128f
DIST mido-1.3.0.tar.gz 121330 BLAKE2B bf6a20e12b609dc89600fa3b93ccf857fe9aad47ea71564773280c5cf0069b59deec3f8f7263d9949ccf0848b2b73e3e904057c3645069097a85469c8d78a391 SHA512 7e91daa704e72204af30af9c16a2e712a60794f8180c49d78de870381d50aac31029c01ae23fbb7c00947e299c1feba89622ea2648d54bd8786f497cf0a1bd20
diff --git a/dev-python/mido/mido-1.2.10.ebuild b/dev-python/mido/mido-1.2.10.ebuild
deleted file mode 100644
index 4be10b4cd23d..000000000000
--- a/dev-python/mido/mido-1.2.10.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="MIDI Objects, a library for working with MIDI messages and ports"
-HOMEPAGE="
- https://pypi.org/project/mido/
- https://github.com/mido/mido
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="+portmidi rtmidi"
-
-RDEPEND="portmidi? ( media-libs/portmidi )
- rtmidi? ( dev-python/python-rtmidi[${PYTHON_USEDEP}] )"
-
-distutils_enable_sphinx docs
-distutils_enable_tests pytest