attic: update to 0.14.
This commit is contained in:
parent
edb4773586
commit
0a936a0f19
1 changed files with 12 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'attic'
|
# Template file for 'attic'
|
||||||
pkgname=attic
|
pkgname=attic
|
||||||
version=0.13
|
version=0.14
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="Attic-$version"
|
wrksrc="Attic-$version"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python3.4-setuptools python3.4-devel libressl-devel"
|
hostmakedepends="python3.4-setuptools python3.4-devel libressl-devel python3.4-Sphinx"
|
||||||
makedepends="${hostmakedepends/python3.4-setuptools/} acl-devel"
|
makedepends="${hostmakedepends/python3.4-setuptools/} acl-devel"
|
||||||
depends="python3.4-msgpack"
|
depends="python3.4-msgpack"
|
||||||
python_versions="3.4"
|
python_versions="3.4"
|
||||||
|
@ -14,10 +14,18 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
homepage="https://attic-backup.org/"
|
homepage="https://attic-backup.org/"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="${PYPI_SITE}/A/Attic/Attic-$version.tar.gz"
|
distfiles="${PYPI_SITE}/A/Attic/Attic-$version.tar.gz"
|
||||||
checksum=fe34a48998d876686987dc926f6cf78e337bff8ea1c120ecf240ff4fe970673f
|
checksum=286728939777ff4e504afd8c24b405dc6361918aeebd22d44ccd01c786172b29
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
sed -i "s|\(possible_openssl_prefixes\) =.*|\1 = ['${XBPS_CROSS_BASE}/usr']|" setup.py
|
sed -i "s|\(possible_openssl_prefixes\) =.*|\1 = ['${XBPS_CROSS_BASE}/usr']|" setup.py
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_build() {
|
||||||
|
PYTHONPATH=.. make -C docs man SPHINXBUILD=sphinx-build3
|
||||||
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vman docs/_build/man/attic-deduplicatingarchiver.1 attic.1
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue