From 5b0dfb812f760424a15aa5b294255b32bb11ea5f Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 17 Oct 2016 04:04:01 +0200 Subject: [PATCH] attic: rebuild for Python 3.5 Switch to python3-module. Switch to python3-* pkgs. --- srcpkgs/attic/template | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/srcpkgs/attic/template b/srcpkgs/attic/template index 84974b15b32..56b3812604a 100644 --- a/srcpkgs/attic/template +++ b/srcpkgs/attic/template @@ -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 " @@ -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