void-packages/srcpkgs/python-Markups/template

29 lines
794 B
Bash
Raw Normal View History

2014-04-30 11:51:36 +00:00
# Template file for 'python-Markups'
pkgname=python-Markups
2015-04-20 06:05:12 +00:00
version=0.6.1
2014-08-05 18:08:44 +00:00
revision=1
2014-11-11 20:33:11 +00:00
noarch=yes
2014-04-30 11:51:36 +00:00
wrksrc="Markups-${version}"
build_style=python-module
python_versions="2.7 3.4"
2014-11-11 20:33:11 +00:00
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>"
2014-11-11 20:33:11 +00:00
homepage="https://github.com/mitya57/pymarkups"
2014-04-30 11:51:36 +00:00
license="BSD"
2014-11-11 20:33:11 +00:00
distfiles="${PYPI_SITE}/M/Markups/Markups-${version}.tar.gz"
2015-04-20 06:05:12 +00:00
checksum=1f3d6f7b85ac9ddcb936b8b2b6fa15a42ddc9dfc22a075d83d9160b5d59f6d84
python3.4-Markups_package() {
noarch=yes
depends="python3.4"
pycompile_version="3.4"
2014-11-11 20:33:11 +00:00
pycompile_module="markups"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
2014-11-11 20:33:11 +00:00
vmove usr/lib/python3.4
}
}