ReText: switch to python3-module
Switch to python3-* pkgs.
This commit is contained in:
parent
50eb8ce20f
commit
405ae7f3fc
|
@ -1,14 +1,12 @@
|
||||||
# Template file for 'ReText'
|
# Template file for 'ReText'
|
||||||
pkgname=ReText
|
pkgname=ReText
|
||||||
version=6.0.2
|
version=6.0.2
|
||||||
revision=3
|
revision=4
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style="python-module"
|
build_style=python3-module
|
||||||
python_versions="3.4"
|
|
||||||
pycompile_version="3.4"
|
|
||||||
pycompile_module="ReText"
|
pycompile_module="ReText"
|
||||||
makedepends="python3.4 qt5-tools ImageMagick"
|
makedepends="python3 qt5-tools ImageMagick"
|
||||||
depends="python3.4-PyQt5-webkit python3.4-Markups python3.4-Markdown
|
depends="python3-PyQt5-webkit python3-Markups python3-Markdown
|
||||||
desktop-file-utils shared-mime-info"
|
desktop-file-utils shared-mime-info"
|
||||||
short_desc="Simple editor for Markdown and reStructuredText"
|
short_desc="Simple editor for Markdown and reStructuredText"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
|
|
Loading…
Reference in New Issue