void-packages/srcpkgs/mutagen/template
2015-05-11 08:19:19 +02:00

30 lines
791 B
Bash

# Template file for 'mutagen'
pkgname=mutagen
version=1.29
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=dbad61c8db882f849f25183448f21e440f5eceaf614dd8c2c5ae9392f33f599f
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
}
}