mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
Use correct version in python_versions.
This commit is contained in:
parent
be51680023
commit
313f122b47
4 changed files with 3 additions and 4 deletions
|
@ -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}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue