python-Markups: update to 0.5.2
This commit is contained in:
parent
2c382a2bbf
commit
0ba54a4a70
1 changed files with 11 additions and 12 deletions
|
@ -1,29 +1,28 @@
|
||||||
# Template file for 'python-Markups'
|
# Template file for 'python-Markups'
|
||||||
pkgname=python-Markups
|
pkgname=python-Markups
|
||||||
version=0.5.0
|
version=0.5.2
|
||||||
revision=1
|
revision=1
|
||||||
|
noarch=yes
|
||||||
wrksrc="Markups-${version}"
|
wrksrc="Markups-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
|
||||||
makedepends="python-devel python3.4-devel"
|
|
||||||
noarch="yes"
|
|
||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
pycompile_module="markdown"
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
depends="python>=2.7"
|
depends="python"
|
||||||
short_desc="wrapper around the various text markup languages (Python2)"
|
pycompile_module="markups"
|
||||||
|
short_desc="Wrapper around the various text markup languages (Python2)"
|
||||||
maintainer="Enno Boland <eb@s01.de>"
|
maintainer="Enno Boland <eb@s01.de>"
|
||||||
homepage="http://pypi.python.org/pypi/Markups"
|
homepage="https://github.com/mitya57/pymarkups"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="http://pypi.python.org/packages/source/M/Markups/Markups-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/M/Markups/Markups-${version}.tar.gz"
|
||||||
checksum=1cd6c1b277ad60959794fe4c2db04bbb8749e4e2fb8d32384330c2a2ab4e8d8e
|
checksum=9e65a2ebfbd9b218aac2206693256e54bd3795917fb5ebb90bcac7b6b6ff6863
|
||||||
|
|
||||||
python3.4-Markups_package() {
|
python3.4-Markups_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3.4"
|
depends="python3.4"
|
||||||
pycompile_version="3.4"
|
pycompile_version="3.4"
|
||||||
pycompile_module="markdown"
|
pycompile_module="markups"
|
||||||
short_desc="${short_desc/Python2/Python3.4}"
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove /usr/lib/python3.4
|
vmove usr/lib/python3.4
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue