# Template file for 'python-Markups'
pkgname=python-Markups
version=0.5.0
revision=1
wrksrc="Markups-${version}"
build_style=python-module
hostmakedepends="python-setuptools python3.4-setuptools"
makedepends="python-devel python3.4-devel"
noarch="yes"
python_versions="2.7 3.4"
pycompile_module="markdown"
depends="python>=2.7"
short_desc="wrapper around the various text markup languages (Python2)"
maintainer="Enno Boland <eb@s01.de>"
homepage="http://pypi.python.org/pypi/Markups"
license="BSD"
distfiles="http://pypi.python.org/packages/source/M/Markups/Markups-${version}.tar.gz"
checksum=1cd6c1b277ad60959794fe4c2db04bbb8749e4e2fb8d32384330c2a2ab4e8d8e

python3.4-Markups_package() {
	noarch=yes
	depends="python3.4"
	pycompile_version="3.4"
	pycompile_module="markdown"
	short_desc="${short_desc/Python2/Python3.4}"
	pkg_install() {
		vmove /usr/lib/python3.4
	}
}