borg: fix.
This commit is contained in:
parent
bc15316148
commit
ecc1241d52
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'borg'
|
# Template file for 'borg'
|
||||||
pkgname=borg
|
pkgname=borg
|
||||||
version=1.1.4
|
version=1.1.4
|
||||||
revision=3
|
revision=4
|
||||||
wrksrc="borgbackup-${version}"
|
wrksrc="borgbackup-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools python3-devel libressl-devel python3-Sphinx"
|
hostmakedepends="python3-setuptools python3-devel libressl-devel python3-Sphinx"
|
||||||
|
@ -23,7 +23,7 @@ pre_build() {
|
||||||
sed -i '/guzzle/d' docs/conf.py
|
sed -i '/guzzle/d' docs/conf.py
|
||||||
# python-msgpack had a name transition from python-msgpack to msgpack
|
# python-msgpack had a name transition from python-msgpack to msgpack
|
||||||
# adapt.
|
# adapt.
|
||||||
sed -i 's|python-msgpack|msgpack|g' setup.py
|
sed -i 's|msgpack-python|msgpack|g' setup.py
|
||||||
}
|
}
|
||||||
post_build() {
|
post_build() {
|
||||||
PYTHONPATH=.. make -C docs man SPHINXBUILD=sphinx-build3
|
PYTHONPATH=.. make -C docs man SPHINXBUILD=sphinx-build3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue