python-urwid: rebuild for Python 3.5
Switch to python3-* pkgs. Convert python3.4-* pkg into dummy pkg.
This commit is contained in:
parent
fb5d5fdc3f
commit
7e63f3320c
@ -1,12 +1,11 @@
|
|||||||
# Template file for 'python-urwid'
|
# Template file for 'python-urwid'
|
||||||
pkgname=python-urwid
|
pkgname=python-urwid
|
||||||
version=1.3.1
|
version=1.3.1
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="urwid-${version}"
|
wrksrc="urwid-${version}"
|
||||||
build_style="python-module"
|
build_style="python-module"
|
||||||
python_versions="2.7 3.4"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
makedepends="python-devel python3-devel"
|
||||||
makedepends="python-devel python3.4-devel"
|
|
||||||
pycompile_module="urwid"
|
pycompile_module="urwid"
|
||||||
short_desc="Console user interface library for Python2"
|
short_desc="Console user interface library for Python2"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
@ -15,16 +14,16 @@ license="LGPL-2.1"
|
|||||||
distfiles="${PYPI_SITE}/u/urwid/urwid-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/u/urwid/urwid-${version}.tar.gz"
|
||||||
checksum=cfcec03e36de25a1073e2e35c2c7b0cc6969b85745715c3a025a31d9786896a1
|
checksum=cfcec03e36de25a1073e2e35c2c7b0cc6969b85745715c3a025a31d9786896a1
|
||||||
|
|
||||||
pre_build() {
|
python3-urwid_package() {
|
||||||
# remove shebang
|
|
||||||
sed -i '/^#!\//,1d' urwid/*.py
|
|
||||||
}
|
|
||||||
|
|
||||||
python3.4-urwid_package() {
|
|
||||||
pycompile_version="3.4"
|
|
||||||
pycompile_module="urwid"
|
pycompile_module="urwid"
|
||||||
short_desc="${short_desc/Python2/Python3.4}"
|
replaces="python3.4-urwid>=0"
|
||||||
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3.4
|
vmove usr/lib/python3*
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
python3.4-urwid_package() {
|
||||||
|
build_style=meta
|
||||||
|
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
|
||||||
|
depends="python3-urwid>=${version}_${revision}"
|
||||||
|
}
|
||||||
|
1
srcpkgs/python3-urwid
Symbolic link
1
srcpkgs/python3-urwid
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
python-urwid
|
Loading…
x
Reference in New Issue
Block a user