26 lines
804 B
Bash
26 lines
804 B
Bash
# Template file for 'python-rencode'
|
|
pkgname=python-rencode
|
|
version=1.0.4
|
|
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=06fad401335bf34e0659885c97f5421b9991c955769f9c4a89f109378fed9657
|
|
|
|
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
|
|
}
|
|
}
|