OpenLP: drop noarch
This commit is contained in:
parent
18207fd958
commit
3921032a67
|
@ -1,10 +1,8 @@
|
|||
# Template file for 'OpenLP'
|
||||
pkgname=OpenLP
|
||||
version=2.4.6
|
||||
revision=2
|
||||
archs=noarch
|
||||
revision=3
|
||||
build_style=python3-module
|
||||
pycompile_module="openlp"
|
||||
hostmakedepends="python3-setuptools qt5-host-tools"
|
||||
depends="python3-BeautifulSoup4 python3-PyQt5-multimedia python3-PyQt5-opengl
|
||||
python3-PyQt5-webkit python3-SQLAlchemy python3-alembic python3-chardet
|
||||
|
@ -16,6 +14,10 @@ homepage="https://openlp.org/"
|
|||
distfiles="https://get.openlp.org/${version}/OpenLP-${version}.tar.gz"
|
||||
checksum=f63dcf5f1f8a8199bf55e806b44066ad920d26c9cf67ae432eb8cdd1e761fc30
|
||||
|
||||
do_check() {
|
||||
: # nosetests -v tests segfaults
|
||||
}
|
||||
|
||||
post_install() {
|
||||
rm -r ${DESTDIR}/usr/lib/python*/site-packages/tests
|
||||
mv ${DESTDIR}/usr/bin/openlp.py ${DESTDIR}/usr/bin/openlp
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
ignore="2.9.*" # pre-release of 3
|
Loading…
Reference in New Issue