python-Markups: revbump; adding short_desc to subpkg
This commit is contained in:
parent
3b5e64c98f
commit
270a9aa85d
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-Markups'
|
# Template file for 'python-Markups'
|
||||||
pkgname=python-Markups
|
pkgname=python-Markups
|
||||||
version=0.4
|
version=0.4
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="Markups-${version}"
|
wrksrc="Markups-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-distribute python3-distribute"
|
hostmakedepends="python-distribute python3-distribute"
|
||||||
|
@ -10,7 +10,7 @@ noarch="yes"
|
||||||
python_versions="2 3"
|
python_versions="2 3"
|
||||||
pycompile_module="markdown"
|
pycompile_module="markdown"
|
||||||
depends="python>=2.7"
|
depends="python>=2.7"
|
||||||
short_desc="wrapper around the various text markup languages"
|
short_desc="wrapper around the various text markup languages (python2)"
|
||||||
maintainer="Enno Boland <g@s01.de>"
|
maintainer="Enno Boland <g@s01.de>"
|
||||||
homepage="http://pypi.python.org/pypi/Markups"
|
homepage="http://pypi.python.org/pypi/Markups"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
|
@ -19,6 +19,7 @@ checksum=3c33a19200a224b9c320e48557ec29e13dbe8094c6670da2851b75d6657950b8
|
||||||
|
|
||||||
python3-Markups_package() {
|
python3-Markups_package() {
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
short_desc="${short_desc//python2/python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove /usr/lib/python3.3
|
vmove /usr/lib/python3.3
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue