ReText: switch to python3-module

Switch to python3-* pkgs.
This commit is contained in:
Alessio Sergi 2016-10-17 01:18:05 +02:00
parent 50eb8ce20f
commit 405ae7f3fc
1 changed files with 4 additions and 6 deletions

View File

@ -1,14 +1,12 @@
# Template file for 'ReText'
pkgname=ReText
version=6.0.2
revision=3
revision=4
noarch=yes
build_style="python-module"
python_versions="3.4"
pycompile_version="3.4"
build_style=python3-module
pycompile_module="ReText"
makedepends="python3.4 qt5-tools ImageMagick"
depends="python3.4-PyQt5-webkit python3.4-Markups python3.4-Markdown
makedepends="python3 qt5-tools ImageMagick"
depends="python3-PyQt5-webkit python3-Markups python3-Markdown
desktop-file-utils shared-mime-info"
short_desc="Simple editor for Markdown and reStructuredText"
maintainer="Enno Boland <gottox@voidlinux.eu>"