diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-10-27 01:05:26 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-10-27 01:05:26 +0000 |
| commit | e4c9a515f8b852521e5f45f7ff6c4f49adecedef (patch) | |
| tree | 4431a2d1926597fd17314b9191f7a3f16ae0b28e /dev-python/python-soundfile/python-soundfile-0.11.0.ebuild | |
| parent | a265046f5e3ca92204715a5fc0d3663e53d90ee1 (diff) | |
| download | baldeagleos-repo-e4c9a515f8b852521e5f45f7ff6c4f49adecedef.tar.gz baldeagleos-repo-e4c9a515f8b852521e5f45f7ff6c4f49adecedef.tar.xz baldeagleos-repo-e4c9a515f8b852521e5f45f7ff6c4f49adecedef.zip | |
Adding metadata
Diffstat (limited to 'dev-python/python-soundfile/python-soundfile-0.11.0.ebuild')
| -rw-r--r-- | dev-python/python-soundfile/python-soundfile-0.11.0.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/python-soundfile/python-soundfile-0.11.0.ebuild b/dev-python/python-soundfile/python-soundfile-0.11.0.ebuild new file mode 100644 index 000000000000..ed04c66fb9f8 --- /dev/null +++ b/dev-python/python-soundfile/python-soundfile-0.11.0.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_{7,8,9,10,11} ) +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" |
