void-packages/srcpkgs/python-psutil/template
2014-09-22 17:27:44 +02:00

33 lines
843 B
Plaintext

# Template file for 'python-psutil'
pkgname=python-psutil
version=2.1.2
revision=1
wrksrc="psutil-${version}"
build_style="python-module"
python_versions="2.7 3.4"
hostmakedepends="python-setuptools python3.4-setuptools"
makedepends="python-devel python3.4-devel"
pycompile_module="psutil"
maintainer="Steven R <dev@styez.com>"
homepage="https://github.com/giampaolo/psutil"
license="BSD"
short_desc="Cross-platform process and system utilities module for Python2"
distfiles="${PYPI_SITE}/p/psutil/psutil-${version}.tar.gz"
checksum=897e5163e0669001bf8bcb0557362f14703356336519082a93c38d54e5b392e4
CC=$CC
pre_build() {
# remove shebangs
sed -i '1d' psutil/*.py
}
python3.4-psutil_package() {
pycompile_version="3.4"
pycompile_module="psutil"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
}
}