summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 1ebd11792dad6a7f20125a91eaa2058d897d1371 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
pkgbase = python-soundfile
	pkgdesc = A Python library to read and write audio files using libsndfile, CFFI and NumPy
	pkgver = 0.12.1
	pkgrel = 1
	url = https://github.com/bastibe/python-soundfile
	arch = any
	license = BSD
	checkdepends = python-pytest
	makedepends = python-build
	makedepends = python-installer
	makedepends = python-setuptools
	makedepends = python-wheel
	depends = python-cffi
	depends = libsndfile
	depends = python-numpy
	source = https://github.com/bastibe/python-soundfile/releases/download/0.12.1/soundfile-0.12.1.tar.gz
	sha256sums = e8e1017b2cf1dda767aef19d2fd9ee5ebe07e050d430f77a0a7c66ba08b8cdae

pkgname = python-soundfile