summaryrefslogtreecommitdiff
path: root/dev-python/python-soundfile
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-soundfile')
-rw-r--r--dev-python/python-soundfile/Manifest2
-rw-r--r--dev-python/python-soundfile/metadata.xml10
-rw-r--r--dev-python/python-soundfile/python-soundfile-0.10.3-r1.ebuild22
-rw-r--r--dev-python/python-soundfile/python-soundfile-0.11.0-r1.ebuild23
4 files changed, 0 insertions, 57 deletions
diff --git a/dev-python/python-soundfile/Manifest b/dev-python/python-soundfile/Manifest
deleted file mode 100644
index f86e78fea922..000000000000
--- a/dev-python/python-soundfile/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST python-soundfile-0.10.3.tar.gz 35004 BLAKE2B fc07147016767991dd33c29f42e624e02195c9dcc52af03be7fd4f35de89045438e6eb58699655d0791b4863597f39fc035aca3c359c383f09140e61bd3e7fdb SHA512 169938cc89f9ee556428c05266d4c75599348443f20521a04afba0cbf9a232c075f7850ee2e619b615942720687e0f9b3ced9595ae4032ebc569e48db1b905f3
-DIST python-soundfile-0.11.0.tar.gz 37610 BLAKE2B c70405ecc2a7545348f909a2d77af2a39582872fc649a3bc3c459337694ec30066b215b9f00ebd07203e773307ed0611aee79f72c69af43d2d609d2e4dd71339 SHA512 3503d2facfa00c0f859a50df3cac516e4a74467755f82d84bc11dc4e4a03609bb967431215ac62ed3032a2999e4374b750c5a504bffb20d063ea1b05217ba080
diff --git a/dev-python/python-soundfile/metadata.xml b/dev-python/python-soundfile/metadata.xml
deleted file mode 100644
index 36acccda7221..000000000000
--- a/dev-python/python-soundfile/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>dev@liguros.net</email>
- <name>Development</name>
- </maintainer>
-
- <origin>ports</origin>
-</pkgmetadata> \ No newline at end of file
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
deleted file mode 100644
index 62abf19233db..000000000000
--- a/dev-python/python-soundfile/python-soundfile-0.10.3-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2021 Liguros Authors
-# Distributed under the terms of the GNU General Public License v2
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9,10,11,12,13} )
-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.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"