ReText: rebuild against python3.4
This commit is contained in:
parent
aca27daa43
commit
14a4262c4c
1 changed files with 6 additions and 6 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'ReText'
|
||||
pkgname=ReText
|
||||
version=4.1.3
|
||||
revision=1
|
||||
revision=2
|
||||
build_style="python-module"
|
||||
python_versions="3.3"
|
||||
hostmakedepends="python3 ImageMagick"
|
||||
depends="python3-Markups python3-pyside python3-Markdown"
|
||||
short_desc="editor for Markdown markup languages"
|
||||
python_versions="3.4"
|
||||
hostmakedepends="python3.4 ImageMagick"
|
||||
depends="python3.4-Markups python3.4-pyside python3.4-Markdown"
|
||||
short_desc="Editor for Markdown markup languages"
|
||||
maintainer="Enno Boland <eb@s01.de>"
|
||||
noarch=yes
|
||||
noarch="yes"
|
||||
license="GPL3"
|
||||
homepage="http://retext.sourceforge.net"
|
||||
distfiles="${SOURCEFORGE_SITE}/project/retext/ReText-${version%.*}/ReText-${version}.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue