void-packages/srcpkgs/python-urwid/template
Alessio Sergi 217e7d31f2 srcpkgs: remove python3.4-* transitional dummy packages
After more than a year the switch to python3 packages, it is time to say
them goodbye. So long, and thanks for all the fish.
2017-12-20 11:29:51 +01:00

24 lines
679 B
Bash

# Template file for 'python-urwid'
pkgname=python-urwid
version=1.3.1
revision=3
wrksrc="urwid-${version}"
build_style="python-module"
hostmakedepends="python-setuptools python3-setuptools"
makedepends="python-devel python3-devel"
pycompile_module="urwid"
short_desc="Console user interface library for Python2"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://urwid.org/"
license="LGPL-2.1"
distfiles="${PYPI_SITE}/u/urwid/urwid-${version}.tar.gz"
checksum=cfcec03e36de25a1073e2e35c2c7b0cc6969b85745715c3a025a31d9786896a1
python3-urwid_package() {
pycompile_module="urwid"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
}
}