mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python-urwid: remove.
This commit is contained in:
parent
d201beba66
commit
7511614dea
4 changed files with 17 additions and 24 deletions
|
@ -1,23 +0,0 @@
|
||||||
# Template file for 'python-urwid'
|
|
||||||
pkgname=python-urwid
|
|
||||||
version=2.1.2
|
|
||||||
revision=3
|
|
||||||
wrksrc="urwid-${version}"
|
|
||||||
build_style=python-module
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
|
||||||
makedepends="python-devel python3-devel"
|
|
||||||
short_desc="Console user interface library for Python2"
|
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
||||||
license="LGPL-2.1-or-later"
|
|
||||||
homepage="http://urwid.org/"
|
|
||||||
changelog="https://raw.githubusercontent.com/urwid/urwid/master/docs/changelog.rst"
|
|
||||||
distfiles="${PYPI_SITE}/u/urwid/urwid-${version}.tar.gz"
|
|
||||||
checksum=588bee9c1cb208d0906a9f73c613d2bd32c3ed3702012f51efe318a3f2127eae
|
|
||||||
|
|
||||||
python3-urwid_package() {
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
depends="python3"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
python-urwid
|
|
16
srcpkgs/python3-urwid/template
Normal file
16
srcpkgs/python3-urwid/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'python3-urwid'
|
||||||
|
pkgname=python3-urwid
|
||||||
|
version=2.1.2
|
||||||
|
revision=3
|
||||||
|
wrksrc="urwid-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
makedepends="python3-devel"
|
||||||
|
depends="python3"
|
||||||
|
short_desc="Console user interface library for Python3"
|
||||||
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
license="LGPL-2.1-or-later"
|
||||||
|
homepage="http://urwid.org/"
|
||||||
|
changelog="https://raw.githubusercontent.com/urwid/urwid/master/docs/changelog.rst"
|
||||||
|
distfiles="${PYPI_SITE}/u/urwid/urwid-${version}.tar.gz"
|
||||||
|
checksum=588bee9c1cb208d0906a9f73c613d2bd32c3ed3702012f51efe318a3f2127eae
|
|
@ -331,6 +331,7 @@ replaces="
|
||||||
python-sqlite<=2.8.3_1
|
python-sqlite<=2.8.3_1
|
||||||
python-unicorn>=0
|
python-unicorn>=0
|
||||||
python-urllib3<=1.26.6_2
|
python-urllib3<=1.26.6_2
|
||||||
|
python-urwid<=2.1.2_3
|
||||||
python-xdg<=0.27_2
|
python-xdg<=0.27_2
|
||||||
python-xlib<=0.29_1
|
python-xlib<=0.29_1
|
||||||
python3-Django<=3.0.7_2
|
python3-Django<=3.0.7_2
|
||||||
|
|
Loading…
Add table
Reference in a new issue