summaryrefslogtreecommitdiff
path: root/dev-python/python-soundfile/python-soundfile-0.11.0-r1.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-04-16 12:27:20 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-04-16 12:27:20 +0000
commitd883757a75090a9dd237206324832c21283d5ffc (patch)
tree6571798616b82f5536feed386bc3c84f99b70266 /dev-python/python-soundfile/python-soundfile-0.11.0-r1.ebuild
parent87af0fe5fe43bd2a94b9d6f703992e753364d4a5 (diff)
downloadbaldeagleos-repo-d883757a75090a9dd237206324832c21283d5ffc.tar.gz
baldeagleos-repo-d883757a75090a9dd237206324832c21283d5ffc.tar.xz
baldeagleos-repo-d883757a75090a9dd237206324832c21283d5ffc.zip
Adding metadata
Diffstat (limited to 'dev-python/python-soundfile/python-soundfile-0.11.0-r1.ebuild')
-rw-r--r--dev-python/python-soundfile/python-soundfile-0.11.0-r1.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/python-soundfile/python-soundfile-0.11.0-r1.ebuild b/dev-python/python-soundfile/python-soundfile-0.11.0-r1.ebuild
deleted file mode 100644
index 05ff798ec238..000000000000
--- a/dev-python/python-soundfile/python-soundfile-0.11.0-r1.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_{9,10,11,12,13} )
-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="dev-python/cffi
- dev-python/numpy
- media-libs/libsndfile"
-RDEPEND="${DEPEND}"
-
-#S="${WORKDIR}/${P}post1"