commit: 6d2e42f4cb99b38406bb73d00cc475872d27e40b
Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
AuthorDate: Thu Aug 14 08:38:02 2025 +0000
Commit: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
CommitDate: Thu Aug 14 08:38:02 2025 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6d2e42f4
dev-python/soundfile: treeclean, moved to ::gentoo
Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com>
dev-python/soundfile/soundfile-0.12.1.ebuild | 31 ----------------------------
1 file changed, 31 deletions(-)
diff --git a/dev-python/soundfile/soundfile-0.12.1.ebuild
b/dev-python/soundfile/soundfile-0.12.1.ebuild
deleted file mode 100644
index 9e77ed61f..000000000
--- a/dev-python/soundfile/soundfile-0.12.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="SoundFile is an audio library based on libsndfile, CFFI, and
NumPy"
-HOMEPAGE="https://github.com/bastibe/python-soundfile/"
-SRC_URI="
- https://github.com/bastibe/python-soundfile/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-S="${WORKDIR}/python-soundfile-${PV}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- media-libs/libsndfile
- dev-python/numpy[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- >=dev-python/cffi-1.0.0[${PYTHON_USEDEP}]
- ' 'python*')
-"
-
-distutils_enable_tests pytest