From d678d26c833dd072da3ba7ba9909437ac3270db6 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Sun, 13 Jun 2021 13:46:47 +0000 Subject: Adding metadata --- .../python-soundfile-0.10.3.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 dev-python/python-soundfile/python-soundfile-0.10.3.ebuild (limited to 'dev-python/python-soundfile/python-soundfile-0.10.3.ebuild') diff --git a/dev-python/python-soundfile/python-soundfile-0.10.3.ebuild b/dev-python/python-soundfile/python-soundfile-0.10.3.ebuild new file mode 100644 index 000000000000..6872c6e11a50 --- /dev/null +++ b/dev-python/python-soundfile/python-soundfile-0.10.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 2021 Liguros Authors +# Distributed under the terms of the GNU General Public License v2 +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) +inherit distutils-r1 + +DESCRIPTION="SoundFile is an audio library based on libsndfile, CFFI and NumPy." +HOMEPAGE="https://github.com/bastibe/python-soundfile" +SRC_URI="${HOMEPAGE}/archive/refs/tags/${PV}post1.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" -- cgit v1.3.1