From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-rtmidi/
Date: Fri, 6 Oct 2023 19:05:21 +0000 (UTC) [thread overview]
Message-ID: <1696618990.b724b6940b6f5b10dc5dc964cfa7f9c6e56a11a8.mgorny@gentoo> (raw)
commit: b724b6940b6f5b10dc5dc964cfa7f9c6e56a11a8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 6 18:59:09 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 6 19:03:10 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b724b694
dev-python/python-rtmidi: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-rtmidi/Manifest | 1 -
.../python-rtmidi/python-rtmidi-1.5.5.ebuild | 61 ----------------------
2 files changed, 62 deletions(-)
diff --git a/dev-python/python-rtmidi/Manifest b/dev-python/python-rtmidi/Manifest
index 54e29be324dc..b9c0daf749fc 100644
--- a/dev-python/python-rtmidi/Manifest
+++ b/dev-python/python-rtmidi/Manifest
@@ -1,2 +1 @@
-DIST python_rtmidi-1.5.5.tar.gz 357562 BLAKE2B db854be574c857d0fe90b6a0f7b23de6d868850cef00b327eb6013a12cbf464d0280584c86b09a232f94b5109bc941de1a5a74727c668b3bd4a7ebb77fef25fb SHA512 6ae8f77d74ee9b0fdfb141ed0924dab6eda8c87f483e7315dbca898d8aee6aa7cc883085a396f6d8e292ccd83e1d6e9f99f19667a24d8ca34463e91332f85538
DIST python_rtmidi-1.5.6.tar.gz 367355 BLAKE2B c544669f51e12e82fe38b68e83078ac01463fcff54941c52fad80a1dd3d55985352dea259bad5ba2f70a895a80d5ad55c0249f9ef6fe4e7b81b84582a5855ef8 SHA512 e834159b07fb0b2d05a511ccd2d5b2a86d25f7b0d3a2b92ebe73edf28cd2a035a7aea0460adc6cf6836535da2815ccc0f986731bc9a23bbb19bc7d559d0ef955
diff --git a/dev-python/python-rtmidi/python-rtmidi-1.5.5.ebuild b/dev-python/python-rtmidi/python-rtmidi-1.5.5.ebuild
deleted file mode 100644
index 6c02bf0231cc..000000000000
--- a/dev-python/python-rtmidi/python-rtmidi-1.5.5.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DOCS_BUILDER="sphinx"
-DOCS_DEPEND="dev-python/myst-parser"
-DOCS_DIR="docs"
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=meson-python
-
-inherit distutils-r1 docs 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="<dev-python/cython-2.99[${PYTHON_USEDEP}]
- <dev-python/meson-python-0.14.0[${PYTHON_USEDEP}]
- virtual/pkgconfig"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-1.5.1-unbundle_rtmidi.patch
-)
-
-distutils_enable_tests unittest
-
-src_prepare() {
- distutils-r1_src_prepare
-
- # Just in case
- rm -r src/rtmidi || die
- rm src/_rtmidi.cpp || die
-
- # Needed by USE=doc because documentation generation happens in ${S}
- # but the version.py generated by Meson end up in respective ${BUILD_DIR}s.
- # The version put in ${S} should be ignored by everything except Sphinx but
- # just in case, be consistent and generate it unconditionally.
- sed -e "s|@VERSION@|${PV}|" < rtmidi/version.py.in > rtmidi/version.py || die
-}
-
-python_test() {
- cd "${T}" || die
- eunittest "${S}"/tests
-}
next reply other threads:[~2023-10-06 19:05 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-06 19:05 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-19 15:17 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-rtmidi/ Nowa Ammerlaan
2024-09-17 13:03 Arthur Zamarin
2023-12-30 18:32 Michał Górny
2023-12-25 13:57 Marek Szuba
2023-11-01 21:31 Marek Szuba
2023-11-01 21:31 Marek Szuba
2023-10-26 0:31 Marek Szuba
2023-09-28 8:25 Marek Szuba
2023-09-28 8:25 Marek Szuba
2023-07-29 17:24 Marek Szuba
2023-03-17 15:25 Michał Górny
2023-03-02 9:34 Marek Szuba
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1696618990.b724b6940b6f5b10dc5dc964cfa7f9c6e56a11a8.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox