From fff0eb9e60401274bb05a348cca78afbb2742cf9 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Sat, 9 Dec 2023 20:07:06 +0000 Subject: Adding metadata --- .../python-soundfile-0.10.3-r1.ebuild | 22 +++++++++++++++++++++ .../python-soundfile-0.10.3.ebuild | 22 --------------------- .../python-soundfile-0.11.0-r1.ebuild | 23 ++++++++++++++++++++++ .../python-soundfile-0.11.0.ebuild | 23 ---------------------- 4 files changed, 45 insertions(+), 45 deletions(-) create mode 100644 dev-python/python-soundfile/python-soundfile-0.10.3-r1.ebuild delete mode 100644 dev-python/python-soundfile/python-soundfile-0.10.3.ebuild create mode 100644 dev-python/python-soundfile/python-soundfile-0.11.0-r1.ebuild delete mode 100644 dev-python/python-soundfile/python-soundfile-0.11.0.ebuild (limited to 'dev-python/python-soundfile') diff --git a/dev-python/python-soundfile/python-soundfile-0.10.3-r1.ebuild b/dev-python/python-soundfile/python-soundfile-0.10.3-r1.ebuild new file mode 100644 index 000000000000..5dba0819c3af --- /dev/null +++ b/dev-python/python-soundfile/python-soundfile-0.10.3-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 2021 Liguros Authors +# Distributed under the terms of the GNU General Public License v2 +EAPI=8 + +PYTHON_COMPAT=( python3_{8,9,10,11,12} ) +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="dev-python/cffi + dev-python/numpy + media-libs/libsndfile" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${P}post1" diff --git a/dev-python/python-soundfile/python-soundfile-0.10.3.ebuild b/dev-python/python-soundfile/python-soundfile-0.10.3.ebuild deleted file mode 100644 index 159c0b383286..000000000000 --- a/dev-python/python-soundfile/python-soundfile-0.10.3.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 2021 Liguros Authors -# Distributed under the terms of the GNU General Public License v2 -EAPI=7 - -PYTHON_COMPAT=( python3_{8,9,10,11,12} ) -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" 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" 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" -- cgit v1.3.1