2014-04-30 11:51:36 +00:00
|
|
|
# Template file for 'python-Markups'
|
|
|
|
pkgname=python-Markups
|
2014-08-05 18:08:44 +00:00
|
|
|
version=0.5.0
|
|
|
|
revision=1
|
2014-04-30 11:51:36 +00:00
|
|
|
wrksrc="Markups-${version}"
|
|
|
|
build_style=python-module
|
2014-06-18 10:40:36 +00:00
|
|
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
|
|
|
makedepends="python-devel python3.4-devel"
|
2014-04-30 11:51:36 +00:00
|
|
|
noarch="yes"
|
2014-06-18 10:40:36 +00:00
|
|
|
python_versions="2.7 3.4"
|
2014-04-30 11:51:36 +00:00
|
|
|
pycompile_module="markdown"
|
|
|
|
depends="python>=2.7"
|
2014-05-02 07:17:36 +00:00
|
|
|
short_desc="wrapper around the various text markup languages (Python2)"
|
2014-06-13 23:19:06 +00:00
|
|
|
maintainer="Enno Boland <eb@s01.de>"
|
2014-04-30 11:51:36 +00:00
|
|
|
homepage="http://pypi.python.org/pypi/Markups"
|
|
|
|
license="BSD"
|
|
|
|
distfiles="http://pypi.python.org/packages/source/M/Markups/Markups-${version}.tar.gz"
|
2014-08-05 18:08:44 +00:00
|
|
|
checksum=1cd6c1b277ad60959794fe4c2db04bbb8749e4e2fb8d32384330c2a2ab4e8d8e
|
2014-05-01 15:03:19 +00:00
|
|
|
|
2014-06-18 10:40:36 +00:00
|
|
|
python3.4-Markups_package() {
|
2014-05-01 18:24:42 +00:00
|
|
|
noarch=yes
|
2014-06-18 10:40:36 +00:00
|
|
|
depends="python3.4"
|
|
|
|
pycompile_version="3.4"
|
|
|
|
pycompile_module="markdown"
|
|
|
|
short_desc="${short_desc/Python2/Python3.4}"
|
2014-05-01 15:03:19 +00:00
|
|
|
pkg_install() {
|
2014-06-18 10:40:36 +00:00
|
|
|
vmove /usr/lib/python3.4
|
2014-05-01 15:03:19 +00:00
|
|
|
}
|
|
|
|
}
|