217e7d31f2
After more than a year the switch to python3 packages, it is time to say them goodbye. So long, and thanks for all the fish.
32 lines
889 B
Bash
32 lines
889 B
Bash
# Template file for 'python-musicbrainzngs'
|
|
pkgname=python-musicbrainzngs
|
|
version=0.6
|
|
revision=3
|
|
noarch=yes
|
|
wrksrc="musicbrainzngs-${version}"
|
|
build_style="python-module"
|
|
hostmakedepends="python-devel python3-devel"
|
|
makedepends="${hostmakedepends}"
|
|
depends="python"
|
|
pycompile_module="musicbrainzngs"
|
|
short_desc="Python2 bindings for the Musicbrainz NGS webservice interface"
|
|
maintainer="Steven R <dev@styez.com>"
|
|
homepage="https://github.com/alastair/python-musicbrainz-ngs/"
|
|
license="BSD"
|
|
distfiles="${PYPI_SITE}/m/musicbrainzngs/musicbrainzngs-${version}.tar.gz"
|
|
checksum=28ef261a421dffde0a25281dab1ab214e1b407eec568cd05a53e73256f56adb5
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|
|
|
|
python3-musicbrainzngs_package() {
|
|
noarch=yes
|
|
depends="python3"
|
|
pycompile_module="musicbrainzngs"
|
|
short_desc="${short_desc/python2/python3}"
|
|
pkg_install() {
|
|
vlicense COPYING
|
|
vmove usr/lib/python3*
|
|
}
|
|
}
|