borg: fix.

This commit is contained in:
Leah Neukirchen 2018-01-12 16:19:18 +01:00
parent bc15316148
commit ecc1241d52

View file

@ -1,7 +1,7 @@
# Template file for 'borg'
pkgname=borg
version=1.1.4
revision=3
revision=4
wrksrc="borgbackup-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools python3-devel libressl-devel python3-Sphinx"
@ -23,7 +23,7 @@ pre_build() {
sed -i '/guzzle/d' docs/conf.py
# python-msgpack had a name transition from python-msgpack to msgpack
# adapt.
sed -i 's|python-msgpack|msgpack|g' setup.py
sed -i 's|msgpack-python|msgpack|g' setup.py
}
post_build() {
PYTHONPATH=.. make -C docs man SPHINXBUILD=sphinx-build3