mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 09:52:57 +02:00
python-Markups: build python3 modules too
This commit is contained in:
parent
aa26986aef
commit
07a232e33f
2 changed files with 11 additions and 2 deletions
|
@ -4,9 +4,10 @@ version=0.4
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="Markups-${version}"
|
wrksrc="Markups-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-distribute"
|
hostmakedepends="python-distribute python3-distribute"
|
||||||
makedepends="python-devel"
|
makedepends="python-devel python3-devel"
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
|
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"
|
||||||
|
@ -15,3 +16,10 @@ homepage="http://pypi.python.org/pypi/Markups"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="http://pypi.python.org/packages/source/M/Markups/Markups-${version}.tar.gz"
|
distfiles="http://pypi.python.org/packages/source/M/Markups/Markups-${version}.tar.gz"
|
||||||
checksum=3c33a19200a224b9c320e48557ec29e13dbe8094c6670da2851b75d6657950b8
|
checksum=3c33a19200a224b9c320e48557ec29e13dbe8094c6670da2851b75d6657950b8
|
||||||
|
|
||||||
|
python3-Markups_package() {
|
||||||
|
depends="python3"
|
||||||
|
pkg_install() {
|
||||||
|
vmove /usr/lib/python3.3
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
1
srcpkgs/python3-Markups
Symbolic link
1
srcpkgs/python3-Markups
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-Markups
|
Loading…
Add table
Reference in a new issue