Merge pull request #458 from chneukirchen/chris2
Templates for attic & python-msgpack
This commit is contained in:
commit
49bf6aa340
3 changed files with 45 additions and 0 deletions
17
srcpkgs/attic/template
Normal file
17
srcpkgs/attic/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'attic'
|
||||||
|
pkgname=attic
|
||||||
|
version=0.13
|
||||||
|
revision=1
|
||||||
|
wrksrc=Attic-$version
|
||||||
|
build_style=python-module
|
||||||
|
hostmakedepends="python3.4-setuptools Cython"
|
||||||
|
makedepends="python3.4-devel openssl-devel acl-devel"
|
||||||
|
python_versions="3.4"
|
||||||
|
pycompile_module="attic"
|
||||||
|
depends="python3.4 python3.4-msgpack"
|
||||||
|
short_desc="A deduplicating backup program for efficient and secure backups"
|
||||||
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
|
homepage="https://attic-backup.org/"
|
||||||
|
license="BSD"
|
||||||
|
distfiles="https://pypi.python.org/packages/source/A/Attic/Attic-$version.tar.gz"
|
||||||
|
checksum=fe34a48998d876686987dc926f6cf78e337bff8ea1c120ecf240ff4fe970673f
|
27
srcpkgs/python-msgpack/template
Normal file
27
srcpkgs/python-msgpack/template
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# Template file for 'python-msgpack'
|
||||||
|
pkgname=python-msgpack
|
||||||
|
version=0.4.2
|
||||||
|
revision=1
|
||||||
|
wrksrc="msgpack-python-$version"
|
||||||
|
build_style=python-module
|
||||||
|
hostmakedepends="python-setuptools python3.4-setuptools Cython"
|
||||||
|
makedepends="python-devel python3.4-devel"
|
||||||
|
python_versions="2.7 3.4"
|
||||||
|
pycompile_module="msgpack"
|
||||||
|
depends="python"
|
||||||
|
short_desc="Python module for Msgpack serializer (Python2)"
|
||||||
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
|
homepage="https://github.com/msgpack/msgpack-python"
|
||||||
|
license="Apache-2.0"
|
||||||
|
distfiles="http://pypi.python.org/packages/source/m/msgpack-python/msgpack-python-${version}.tar.gz"
|
||||||
|
checksum=0476e8fdd79e5b648b349bd0edebf06e41271ee29421ef7adb12cdbe55dac2a9
|
||||||
|
|
||||||
|
python3.4-msgpack_package() {
|
||||||
|
depends="python3.4"
|
||||||
|
pycompile_version="3.4"
|
||||||
|
pycompile_module="msgpack"
|
||||||
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove /usr/lib/python3.4
|
||||||
|
}
|
||||||
|
}
|
1
srcpkgs/python3.4-msgpack
Symbolic link
1
srcpkgs/python3.4-msgpack
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-msgpack
|
Loading…
Reference in a new issue