New package: python-musicbrainzngs.
This commit is contained in:
parent
7709c7ed78
commit
1ec5a013ac
22
srcpkgs/python-musicbrainzngs/template
Normal file
22
srcpkgs/python-musicbrainzngs/template
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# Template file for 'python-musicbrainzngs'
|
||||||
|
pkgname=python-musicbrainzngs
|
||||||
|
version=0.4
|
||||||
|
revision=1
|
||||||
|
distfiles="https://pypi.python.org/packages/source/m/musicbrainzngs/musicbrainzngs-${version}.tar.gz"
|
||||||
|
checksum="1a1b7c3cce851c491d5ad71b501bbed2bd653098e33565a0534050d4b922265a"
|
||||||
|
build_style=python-module
|
||||||
|
hostmakedepends="python-devel"
|
||||||
|
makedepends="python-distribute"
|
||||||
|
wrksrc="musicbrainzngs-${version}"
|
||||||
|
maintainer="Steven R <strob AT styez DOT com>"
|
||||||
|
homepage="https://github.com/alastair/python-musicbrainz-ngs"
|
||||||
|
license="BSD"
|
||||||
|
short_desc="Python bindings for the Musicbrainz NGS webservice interface"
|
||||||
|
|
||||||
|
python-musicbrainzngs_package() {
|
||||||
|
depends="python>=2.7"
|
||||||
|
pycompile_module="musicbrainzngs"
|
||||||
|
pkg_install() {
|
||||||
|
vmove all
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user