Use correct version in python_versions.
This commit is contained in:
parent
be51680023
commit
313f122b47
|
@ -3,7 +3,7 @@ pkgname=ReText
|
|||
version=4.1.2
|
||||
revision=2
|
||||
build_style="python-module"
|
||||
python_versions="3"
|
||||
python_versions="3.3"
|
||||
hostmakedepends="python3 ImageMagick"
|
||||
depends="python3-Markups python3-pyside python3-Markdown"
|
||||
short_desc="editor for Markdown markup languages"
|
||||
|
|
|
@ -7,7 +7,7 @@ build_style=python-module
|
|||
hostmakedepends="python-distribute python3-distribute"
|
||||
makedepends="python-devel python3-devel"
|
||||
noarch="yes"
|
||||
python_versions="2 3"
|
||||
python_versions="2.7 3.3"
|
||||
pycompile_module="markdown"
|
||||
depends="python>=2.7"
|
||||
short_desc="Python2 implementation of John Gruber's Markdown"
|
||||
|
|
|
@ -4,7 +4,7 @@ version=0.6.28
|
|||
revision=4
|
||||
wrksrc="distribute-${version}"
|
||||
build_style=python-module
|
||||
python_versions="2 3"
|
||||
python_versions="2.7 3.3"
|
||||
makedepends="python-devel python3-devel"
|
||||
noarch="yes"
|
||||
depends="python"
|
||||
|
|
|
@ -12,5 +12,4 @@ maintainer="Steven R <dev@styez.com>"
|
|||
homepage="http://code.google.com/p/psutil/"
|
||||
license="BSD"
|
||||
short_desc="A cross-platform process and system utilities module for Python"
|
||||
|
||||
wrksrc="psutil-${version}"
|
||||
|
|
Loading…
Reference in New Issue