summaryrefslogtreecommitdiff
path: root/dev-python/python-soundfile/python-soundfile-0.11.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-soundfile/python-soundfile-0.11.0.ebuild')
-rw-r--r--dev-python/python-soundfile/python-soundfile-0.11.0.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/python-soundfile/python-soundfile-0.11.0.ebuild b/dev-python/python-soundfile/python-soundfile-0.11.0.ebuild
deleted file mode 100644
index 30705d8083c9..000000000000
--- a/dev-python/python-soundfile/python-soundfile-0.11.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2021-2022 Liguros Authors
-# Distributed under the terms of the GNU General Public License v2
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8,9,10,11,12} )
-DISTUTILS_USE_PEP517=setuptools
-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/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="virtual/python-cffi
- dev-python/numpy
- media-libs/libsndfile"
-RDEPEND="${DEPEND}"
-
-#S="${WORKDIR}/${P}post1"