attic: rebuild for Python 3.5
Switch to python3-module. Switch to python3-* pkgs.
This commit is contained in:
parent
a0a1ba943e
commit
5b0dfb812f
|
@ -1,14 +1,12 @@
|
|||
# Template file for 'attic'
|
||||
pkgname=attic
|
||||
version=0.16
|
||||
revision=6
|
||||
revision=7
|
||||
wrksrc="Attic-$version"
|
||||
build_style=python-module
|
||||
hostmakedepends="python3.4-setuptools python3.4-devel libressl-devel python3.4-Sphinx"
|
||||
makedepends="${hostmakedepends/python3.4-setuptools/} acl-devel"
|
||||
depends="python3.4-msgpack python3.4-llfuse"
|
||||
python_versions="3.4"
|
||||
pycompile_version="3.4"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools python3-devel libressl-devel python3-Sphinx"
|
||||
makedepends="${hostmakedepends/python3-setuptools/} acl-devel"
|
||||
depends="python3-msgpack python3-llfuse"
|
||||
pycompile_module="attic"
|
||||
short_desc="A deduplicating backup program for efficient and secure backups"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
|
@ -23,7 +21,7 @@ pre_build() {
|
|||
fi
|
||||
}
|
||||
post_build() {
|
||||
PYTHONPATH=.. make -C docs man SPHINXBUILD=sphinx-build3.4
|
||||
PYTHONPATH=.. make -C docs man SPHINXBUILD=sphinx-build3
|
||||
}
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue