attic: rebuild for Python 3.5

Switch to python3-module.
Switch to python3-* pkgs.
This commit is contained in:
Alessio Sergi 2016-10-17 04:04:01 +02:00
parent a0a1ba943e
commit 5b0dfb812f

View file

@ -1,14 +1,12 @@
# Template file for 'attic' # Template file for 'attic'
pkgname=attic pkgname=attic
version=0.16 version=0.16
revision=6 revision=7
wrksrc="Attic-$version" wrksrc="Attic-$version"
build_style=python-module build_style=python3-module
hostmakedepends="python3.4-setuptools python3.4-devel libressl-devel python3.4-Sphinx" hostmakedepends="python3-setuptools python3-devel libressl-devel python3-Sphinx"
makedepends="${hostmakedepends/python3.4-setuptools/} acl-devel" makedepends="${hostmakedepends/python3-setuptools/} acl-devel"
depends="python3.4-msgpack python3.4-llfuse" depends="python3-msgpack python3-llfuse"
python_versions="3.4"
pycompile_version="3.4"
pycompile_module="attic" pycompile_module="attic"
short_desc="A deduplicating backup program for efficient and secure backups" short_desc="A deduplicating backup program for efficient and secure backups"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>" maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
@ -23,7 +21,7 @@ pre_build() {
fi fi
} }
post_build() { post_build() {
PYTHONPATH=.. make -C docs man SPHINXBUILD=sphinx-build3.4 PYTHONPATH=.. make -C docs man SPHINXBUILD=sphinx-build3
} }
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE