attic: add pycompile_version
This commit is contained in:
parent
997f3140b0
commit
0e7c7d6d8b
|
@ -1,13 +1,14 @@
|
||||||
# Template file for 'attic'
|
# Template file for 'attic'
|
||||||
pkgname=attic
|
pkgname=attic
|
||||||
version=0.14
|
version=0.14
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="Attic-$version"
|
wrksrc="Attic-$version"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python3.4-setuptools python3.4-devel libressl-devel python3.4-Sphinx"
|
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"
|
||||||
|
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>"
|
||||||
|
|
Loading…
Reference in New Issue