From 313f122b47ee57b76322f132d12bd63c0a384f48 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 6 May 2014 10:42:38 +0200 Subject: [PATCH] Use correct version in python_versions. --- srcpkgs/ReText/template | 2 +- srcpkgs/python-Markdown/template | 2 +- srcpkgs/python-distribute/template | 2 +- srcpkgs/python-psutil/template | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/ReText/template b/srcpkgs/ReText/template index 36e8a8b2920..270ebff589c 100644 --- a/srcpkgs/ReText/template +++ b/srcpkgs/ReText/template @@ -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" diff --git a/srcpkgs/python-Markdown/template b/srcpkgs/python-Markdown/template index d81edeffbde..f6703564de4 100644 --- a/srcpkgs/python-Markdown/template +++ b/srcpkgs/python-Markdown/template @@ -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" diff --git a/srcpkgs/python-distribute/template b/srcpkgs/python-distribute/template index 53eccfed5f4..638c2539164 100644 --- a/srcpkgs/python-distribute/template +++ b/srcpkgs/python-distribute/template @@ -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" diff --git a/srcpkgs/python-psutil/template b/srcpkgs/python-psutil/template index 69f2cc39ffe..35ab47354d3 100644 --- a/srcpkgs/python-psutil/template +++ b/srcpkgs/python-psutil/template @@ -12,5 +12,4 @@ maintainer="Steven R " homepage="http://code.google.com/p/psutil/" license="BSD" short_desc="A cross-platform process and system utilities module for Python" - wrksrc="psutil-${version}"