Use correct version in python_versions.

This commit is contained in:
Juan RP 2014-05-06 10:42:38 +02:00
parent be51680023
commit 313f122b47
4 changed files with 3 additions and 4 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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}"