void-packages/srcpkgs/python-Markups/template
2015-01-27 00:37:51 +01:00

29 lines
794 B
Plaintext

# Template file for 'python-Markups'
pkgname=python-Markups
version=0.6.0
revision=1
noarch=yes
wrksrc="Markups-${version}"
build_style=python-module
python_versions="2.7 3.4"
hostmakedepends="python-setuptools python3.4-setuptools"
depends="python"
pycompile_module="markups"
short_desc="Wrapper around the various text markup languages (Python2)"
maintainer="Enno Boland <eb@s01.de>"
homepage="https://github.com/mitya57/pymarkups"
license="BSD"
distfiles="${PYPI_SITE}/M/Markups/Markups-${version}.tar.gz"
checksum=e601e9a9fff58403b4e2de3b8e8c34ce33a8604549c2344c569d815ae0e803f1
python3.4-Markups_package() {
noarch=yes
depends="python3.4"
pycompile_version="3.4"
pycompile_module="markups"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
}
}