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