parent
9df91d9a2b
commit
2b75c04ac9
1 changed files with 7 additions and 11 deletions
|
@ -1,26 +1,22 @@
|
|||
# Template file for 'ReText'
|
||||
pkgname=ReText
|
||||
version=7.2.1
|
||||
revision=3
|
||||
version=7.2.3
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="ImageMagick python3 qt5-host-tools qt5-tools python3-setuptools"
|
||||
makedepends="python3-Markdown python3-Markups python3-PyQt5-webkit qt5-tools"
|
||||
depends="desktop-file-utils python3-chardet python3-docutils python3-Markdown
|
||||
python3-Markups python3-PyQt5-webkit python3-Pygments python3-enchant"
|
||||
checkdepends="${depends} xvfb-run"
|
||||
checkdepends="${depends} python3-pytest"
|
||||
short_desc="Simple editor for Markdown and reStructuredText"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/retext-project/retext"
|
||||
changelog="https://raw.githubusercontent.com/retext-project/retext/master/changelog.md"
|
||||
distfiles="https://github.com/retext-project/retext/archive/${version}.tar.gz"
|
||||
checksum=a1e8784fcb4e186a6e6e42a0f2be4098c27bedb96a9711aa17a9846278e7d932
|
||||
|
||||
do_check() {
|
||||
# taken from
|
||||
# https://github.com/retext-project/retext/blob/8329423add3a8edea94d8536a5325a3cc46a7a86/.github/workflows/main.yml
|
||||
# FIXME: run tests under xvfb-run as well, fails with "Could not initialize GLX"
|
||||
python3 -m unittest discover -s tests -v
|
||||
}
|
||||
checksum=45c47f58c4f9939429da09340833c0ffbe507f2c806e16b30aa1cf90eb954274
|
||||
# FIXME: fails with "Fatal Python error: Aborted"
|
||||
# make_check_pre="xvfb-run"
|
||||
|
||||
post_install() {
|
||||
local icondir=usr/share/icons/hicolor
|
||||
|
|
Loading…
Add table
Reference in a new issue