[dev-python/pysoundfile] Added ebuild for v0.8.0 and license file.
new file: dev-python/pysoundfile/Manifest new file: dev-python/pysoundfile/metadata.xml new file: dev-python/pysoundfile/pysoundfile-0.8.0.ebuild new file: licenses/PySoundFile-BSD-3
This commit is contained in:
parent
1a1615cc8a
commit
2e194696d2
4 changed files with 69 additions and 0 deletions
1
dev-python/pysoundfile/Manifest
Normal file
1
dev-python/pysoundfile/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST pysoundfile.0.8.0.tar.gz 1717737 SHA256 bee4fa0a4e991cfe3d56fe8fd5598a0bf3df82a59cb60ba9eb7832491521dd68 SHA512 efba0dd07d5c5e8a30b5c06ebd3fb344078783c800c8e01f5b72429e5f2353ac5f48470482956eec83ea948ad2e3a6b5521b48e405096f04f33144ac84776c15 WHIRLPOOL cb9da4ebccf7781ab977f200453c5d6a52b321dd288da6d4f04d5af9c703c5a4392d59afe9fff2d1c9df8892cb40728bccada621d8480e70c823c6bba768f517
|
8
dev-python/pysoundfile/metadata.xml
Normal file
8
dev-python/pysoundfile/metadata.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>nils.freydank@posteo.de</email>
|
||||
<name>Holgersson</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
31
dev-python/pysoundfile/pysoundfile-0.8.0.ebuild
Normal file
31
dev-python/pysoundfile/pysoundfile-0.8.0.ebuild
Normal file
|
@ -0,0 +1,31 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MY_PN="PySoundFile"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
|
||||
DESCRIPTION="PySoundFile is an audio library based on libsndfile, CFFI, and NumPy"
|
||||
HOMEPAGE="https://github.com/bastibe/PySoundFile"
|
||||
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${PN}.${PV}.tar.gz"
|
||||
|
||||
LICENSE="PySoundFile-BSD-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-python/cffi
|
||||
dev-python/numpy
|
||||
media-libs/libsndfile"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
python_test() {
|
||||
esetup.py test
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue