void-packages/srcpkgs/python-setproctitle/template
Alessio Sergi 7f48bc8345 python-setproctitle: rebuild for Python 3.5
Switch to python3-* pkgs.
Convert python3.4-* pkg into dummy pkg.
2016-10-17 10:19:51 +02:00

33 lines
1,018 B
Bash

# Template file for 'python-setproctitle'
pkgname=python-setproctitle
version=1.1.10
revision=3
wrksrc="setproctitle-${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
makedepends="python-devel python3-devel"
short_desc="Python2 library to allow customization of the process title"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="https://github.com/dvarrazzo/py-setproctitle"
license="3-clause-BSD"
distfiles="${PYPI_SITE}/s/setproctitle/setproctitle-${version}.tar.gz"
checksum=6283b7a58477dd8478fbb9e76defb37968ee4ba47b05ec1c053cb39638bd7398
post_install() {
vlicense COPYRIGHT LICENSE
}
python3-setproctitle_package() {
replaces="python3.4-setproctitle>=0"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vlicense COPYRIGHT LICENSE
vmove usr/lib/python3*
}
}
python3.4-setproctitle_package() {
build_style=meta
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
depends="python3-setproctitle>=${version}_${revision}"
}