mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
python-urwid: update to 2.1.0.
This commit is contained in:
parent
68269ab6ae
commit
a20e2ef0b7
1 changed files with 5 additions and 6 deletions
|
@ -1,21 +1,20 @@
|
||||||
# Template file for 'python-urwid'
|
# Template file for 'python-urwid'
|
||||||
pkgname=python-urwid
|
pkgname=python-urwid
|
||||||
version=2.0.1
|
version=2.1.0
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="urwid-${version}"
|
wrksrc="urwid-${version}"
|
||||||
build_style="python-module"
|
build_style="python-module"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
makedepends="python-devel python3-devel"
|
makedepends="python-devel python3-devel"
|
||||||
pycompile_module="urwid"
|
|
||||||
short_desc="Console user interface library for Python2"
|
short_desc="Console user interface library for Python2"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
license="LGPL-2.1-or-later"
|
||||||
homepage="http://urwid.org/"
|
homepage="http://urwid.org/"
|
||||||
license="LGPL-2.1"
|
changelog="https://raw.githubusercontent.com/urwid/urwid/master/docs/changelog.rst"
|
||||||
distfiles="${PYPI_SITE}/u/urwid/urwid-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/u/urwid/urwid-${version}.tar.gz"
|
||||||
checksum=644d3e3900867161a2fc9287a9762753d66bd194754679adb26aede559bcccbc
|
checksum=0896f36060beb6bf3801cb554303fef336a79661401797551ba106d23ab4cd86
|
||||||
|
|
||||||
python3-urwid_package() {
|
python3-urwid_package() {
|
||||||
pycompile_module="urwid"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
|
|
Loading…
Add table
Reference in a new issue