31 lines
806 B
Bash
31 lines
806 B
Bash
# Template file for 'python-urwid'
|
|
pkgname=python-urwid
|
|
version=1.3.0
|
|
revision=1
|
|
wrksrc="urwid-${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="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=29f04fad3bf0a79c5491f7ebec2d50fa086e9d16359896c9204c6a92bc07aba2
|
|
|
|
pre_build() {
|
|
# remove shebang
|
|
sed -i '/^#!\//,1d' urwid/*.py
|
|
}
|
|
|
|
python3.4-urwid_package() {
|
|
pycompile_version="3.4"
|
|
pycompile_module="urwid"
|
|
short_desc="${short_desc/Python2/Python3.4}"
|
|
pkg_install() {
|
|
vmove usr/lib/python3.4
|
|
}
|
|
}
|