python-musicbrainzngs: drop package
This commit is contained in:
parent
afd4b6c0e2
commit
bf9f211d2c
3 changed files with 19 additions and 31 deletions
|
@ -1,30 +0,0 @@
|
||||||
# Template file for 'python-musicbrainzngs'
|
|
||||||
pkgname=python-musicbrainzngs
|
|
||||||
version=0.6
|
|
||||||
revision=5
|
|
||||||
wrksrc="musicbrainzngs-${version}"
|
|
||||||
build_style="python-module"
|
|
||||||
pycompile_module="musicbrainzngs"
|
|
||||||
hostmakedepends="python-devel python3-devel"
|
|
||||||
makedepends="${hostmakedepends}"
|
|
||||||
depends="python"
|
|
||||||
short_desc="Python2 bindings for the Musicbrainz NGS webservice interface"
|
|
||||||
maintainer="Steven R <dev@styez.com>"
|
|
||||||
license="BSD"
|
|
||||||
homepage="https://github.com/alastair/python-musicbrainz-ngs/"
|
|
||||||
distfiles="${PYPI_SITE}/m/musicbrainzngs/musicbrainzngs-${version}.tar.gz"
|
|
||||||
checksum=28ef261a421dffde0a25281dab1ab214e1b407eec568cd05a53e73256f56adb5
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vlicense COPYING
|
|
||||||
}
|
|
||||||
|
|
||||||
python3-musicbrainzngs_package() {
|
|
||||||
depends="python3"
|
|
||||||
pycompile_module="musicbrainzngs"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
|
||||||
vlicense COPYING
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
python-musicbrainzngs
|
|
19
srcpkgs/python3-musicbrainzngs/template
Normal file
19
srcpkgs/python3-musicbrainzngs/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'python3-musicbrainzngs'
|
||||||
|
pkgname=python3-musicbrainzngs
|
||||||
|
version=0.6
|
||||||
|
revision=6
|
||||||
|
wrksrc="musicbrainzngs-${version}"
|
||||||
|
build_style="python3-module"
|
||||||
|
hostmakedepends="python3-devel"
|
||||||
|
makedepends="${hostmakedepends}"
|
||||||
|
depends="python3"
|
||||||
|
short_desc="Python3 bindings for the Musicbrainz NGS webservice interface"
|
||||||
|
maintainer="Steven R <dev@styez.com>"
|
||||||
|
license="BSD-2-Clause"
|
||||||
|
homepage="https://github.com/alastair/python-musicbrainz-ngs/"
|
||||||
|
distfiles="${PYPI_SITE}/m/musicbrainzngs/musicbrainzngs-${version}.tar.gz"
|
||||||
|
checksum=28ef261a421dffde0a25281dab1ab214e1b407eec568cd05a53e73256f56adb5
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue