attic: rebuild for Python 3.5
Switch to python3-module. Switch to python3-* pkgs.
This commit is contained in:
parent
a0a1ba943e
commit
5b0dfb812f
1 changed files with 6 additions and 8 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue