void-packages/srcpkgs/mutagen/template
2015-08-23 07:32:21 +00:00

29 lines
791 B
Bash

# Template file for 'mutagen'
pkgname=mutagen
version=1.30
revision=1
noarch=yes
build_style=python-module
python_versions="2.7 3.4"
hostmakedepends="python-devel python3.4-devel"
makedepends="${hostmakedepends}"
depends="python"
pycompile_module="mutagen"
short_desc="Python2 multimedia tagging library"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="https://bitbucket.org/lazka/mutagen"
license="GPL-2"
distfiles="${PYPI_SITE}/m/mutagen/mutagen-${version}.tar.gz"
checksum=cdbf40642a4423fed0a2408b32e589d79b5e40e4a7f6caf5023cc8f5ad7c624f
python3.4-mutagen_package() {
noarch=yes
wrksrc=${pkgname#*-}-${version}
depends="python3.4"
pycompile_version="3.4"
pycompile_module="mutagen"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
}
}