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>2023-12-09 20:07:06 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-12-09 20:07:06 +0000
commitfff0eb9e60401274bb05a348cca78afbb2742cf9 (patch)
tree78c1e538154473e7e3fa9ac90a7083dc60ec8979 /dev-python/python-soundfile/python-soundfile-0.11.0-r1.ebuild
parent45bfac422f5e174da352fbafaa4a3af02478ce18 (diff)
downloadbaldeagleos-repo-fff0eb9e60401274bb05a348cca78afbb2742cf9.tar.gz
baldeagleos-repo-fff0eb9e60401274bb05a348cca78afbb2742cf9.tar.xz
baldeagleos-repo-fff0eb9e60401274bb05a348cca78afbb2742cf9.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, 23 insertions, 0 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
new file mode 100644
index 000000000000..16578db5397c
--- /dev/null
+++ b/dev-python/python-soundfile/python-soundfile-0.11.0-r1.ebuild
@@ -0,0 +1,23 @@
+# 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="dev-python/cffi
+ dev-python/numpy
+ media-libs/libsndfile"
+RDEPEND="${DEPEND}"
+
+#S="${WORKDIR}/${P}post1"