void-packages/srcpkgs/python-rencode/template
2016-07-17 10:10:03 +02:00

26 lines
804 B
Bash

# Template file for 'python-rencode'
pkgname=python-rencode
version=1.0.5
revision=1
wrksrc="rencode-${version}"
build_style=python-module
python_versions="2.7 3.4"
hostmakedepends="python-setuptools python3.4-setuptools python-Cython python3.4-Cython"
makedepends="python-devel python3.4-devel"
pycompile_module="rencode"
short_desc="Python2 module for fast (basic) object serialization"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="GPL-3"
homepage="https://github.com/aresch/rencode"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=cbdb8d2473aa5a7246e1a8077055be697fccec88477b78248c5fe93d79e2cd26
python3.4-rencode_package() {
pycompile_version="3.4"
pycompile_module="rencode"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
}
}