diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-06-13 13:46:47 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-06-13 13:46:47 +0000 |
| commit | d678d26c833dd072da3ba7ba9909437ac3270db6 (patch) | |
| tree | e505f7e812bf3cb70d38ed24568f9c13af9c9cf4 /dev-python/python-soundfile | |
| parent | 1e34a09328fddb1f3e9ef4fcd42e2d0470014639 (diff) | |
| download | baldeagleos-repo-d678d26c833dd072da3ba7ba9909437ac3270db6.tar.gz baldeagleos-repo-d678d26c833dd072da3ba7ba9909437ac3270db6.tar.xz baldeagleos-repo-d678d26c833dd072da3ba7ba9909437ac3270db6.zip | |
Adding metadata
Diffstat (limited to 'dev-python/python-soundfile')
| -rw-r--r-- | dev-python/python-soundfile/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/python-soundfile/metadata.xml | 10 | ||||
| -rw-r--r-- | dev-python/python-soundfile/python-soundfile-0.10.3.ebuild | 22 |
3 files changed, 33 insertions, 0 deletions
diff --git a/dev-python/python-soundfile/Manifest b/dev-python/python-soundfile/Manifest new file mode 100644 index 000000000000..7c277d01eaa3 --- /dev/null +++ b/dev-python/python-soundfile/Manifest @@ -0,0 +1 @@ +DIST python-soundfile-0.10.3.tar.gz 35004 BLAKE2B fc07147016767991dd33c29f42e624e02195c9dcc52af03be7fd4f35de89045438e6eb58699655d0791b4863597f39fc035aca3c359c383f09140e61bd3e7fdb SHA512 169938cc89f9ee556428c05266d4c75599348443f20521a04afba0cbf9a232c075f7850ee2e619b615942720687e0f9b3ced9595ae4032ebc569e48db1b905f3 diff --git a/dev-python/python-soundfile/metadata.xml b/dev-python/python-soundfile/metadata.xml new file mode 100644 index 000000000000..36acccda7221 --- /dev/null +++ b/dev-python/python-soundfile/metadata.xml @@ -0,0 +1,10 @@ +<?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.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" |
