From e12e079d1d498ff525729f9e99dcaebcaafefd2e Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Mon, 16 Oct 2023 18:42:09 +0000 Subject: Adding metadata --- dev-python/sounddevice/Manifest | 2 +- dev-python/sounddevice/sounddevice-0.4.5-r1.ebuild | 19 +++++++++++++++++++ dev-python/sounddevice/sounddevice-0.4.5.ebuild | 19 ------------------- dev-python/sounddevice/sounddevice-0.4.6-r1.ebuild | 19 +++++++++++++++++++ dev-python/sounddevice/sounddevice-0.4.6.ebuild | 19 ------------------- 5 files changed, 39 insertions(+), 39 deletions(-) create mode 100644 dev-python/sounddevice/sounddevice-0.4.5-r1.ebuild delete mode 100644 dev-python/sounddevice/sounddevice-0.4.5.ebuild create mode 100644 dev-python/sounddevice/sounddevice-0.4.6-r1.ebuild delete mode 100644 dev-python/sounddevice/sounddevice-0.4.6.ebuild (limited to 'dev-python/sounddevice') diff --git a/dev-python/sounddevice/Manifest b/dev-python/sounddevice/Manifest index 48098c76ce49..46e11c550a45 100644 --- a/dev-python/sounddevice/Manifest +++ b/dev-python/sounddevice/Manifest @@ -1,2 +1,2 @@ -DIST sounddevice-0.4.5.tar.gz 51403 BLAKE2B 2288faa23280fd0a82fb239eac632e8a3e681ad9f681f7508312bad8be64b57a86de8e7384f168e362ae7c39a118fe9aeeaf40d16502b5aee3d25c7d1df48cfb SHA512 3343a1df57fadbfa1182171b3449ff513a6aab635aff2d6eafda505dd7bb5336f27d9931c87d947be9cba8ace9b3f9a9e9284e2f1b7023ff020ec9ea2e93123f +DIST sounddevice-0.4.5.tar.gz 51796 BLAKE2B 4be76ab22551e542965c15ac054c07c62efada19d0831e03ff3185e89941a44cbf06c783cb4a6d480297370338f85c8988ae1ff9c25a49a0c03b2526fadbd825 SHA512 6a6e17db31ba6088cda86721636b55222f4d6bcbc4ca23db85d092c79ad7e47624f6bd375b28a2daf905f500c79e1202c1f038c6a12c6a32c130c0332e2c0e29 DIST sounddevice-0.4.6.tar.gz 51300 BLAKE2B 27d8d0414f3fffa7aedc69a9795a905ab753829d7ea5f7a6baa34f32e0e8e015bd053aa7cbd56423083feb3481ad3843ff7e3da473635a6a742081a3ef765b1b SHA512 aaef01219d41b578c0dc11dc98891a896c674d87b13fb7e6a886d48a44c02646cd6ef4eadfa50f70957335adb39252c9edced5feaff3090a38db8ea8a7154df4 diff --git a/dev-python/sounddevice/sounddevice-0.4.5-r1.ebuild b/dev-python/sounddevice/sounddevice-0.4.5-r1.ebuild new file mode 100644 index 000000000000..043b7cae3dbe --- /dev/null +++ b/dev-python/sounddevice/sounddevice-0.4.5-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 2021-2023 Liguros Authors +# Distributed under the terms of the GNU General Public License v2 +EAPI=8 + +PYTHON_COMPAT=( python3_{8,9,10,11} ) +inherit distutils-r1 + +DESCRIPTION="Python bindings for PortAudio" +HOMEPAGE="https://github.com/spatialaudio/python-sounddevice/ https://pypi.org/project/sounddevice/" +SRC_URI="https://github.com/spatialaudio/python-sounddevice/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="virtual/python-cffi + media-libs/portaudio" +RDEPEND="${DEPEND}" diff --git a/dev-python/sounddevice/sounddevice-0.4.5.ebuild b/dev-python/sounddevice/sounddevice-0.4.5.ebuild deleted file mode 100644 index 495fd34cd603..000000000000 --- a/dev-python/sounddevice/sounddevice-0.4.5.ebuild +++ /dev/null @@ -1,19 +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} ) -inherit distutils-r1 - -DESCRIPTION="Python bindings for PortAudio" -HOMEPAGE="https://github.com/spatialaudio/python-sounddevice/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="virtual/python-cffi - media-libs/portaudio" -RDEPEND="${DEPEND}" diff --git a/dev-python/sounddevice/sounddevice-0.4.6-r1.ebuild b/dev-python/sounddevice/sounddevice-0.4.6-r1.ebuild new file mode 100644 index 000000000000..043b7cae3dbe --- /dev/null +++ b/dev-python/sounddevice/sounddevice-0.4.6-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 2021-2023 Liguros Authors +# Distributed under the terms of the GNU General Public License v2 +EAPI=8 + +PYTHON_COMPAT=( python3_{8,9,10,11} ) +inherit distutils-r1 + +DESCRIPTION="Python bindings for PortAudio" +HOMEPAGE="https://github.com/spatialaudio/python-sounddevice/ https://pypi.org/project/sounddevice/" +SRC_URI="https://github.com/spatialaudio/python-sounddevice/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="virtual/python-cffi + media-libs/portaudio" +RDEPEND="${DEPEND}" diff --git a/dev-python/sounddevice/sounddevice-0.4.6.ebuild b/dev-python/sounddevice/sounddevice-0.4.6.ebuild deleted file mode 100644 index 7ed022b906aa..000000000000 --- a/dev-python/sounddevice/sounddevice-0.4.6.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 2021-2023 Liguros Authors -# Distributed under the terms of the GNU General Public License v2 -EAPI=8 - -PYTHON_COMPAT=( python3_{8,9,10,11} ) -inherit distutils-r1 - -DESCRIPTION="Python bindings for PortAudio" -HOMEPAGE="https://github.com/spatialaudio/python-sounddevice/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="virtual/python-cffi - media-libs/portaudio" -RDEPEND="${DEPEND}" -- cgit v1.3