python-nbxmpp: mark empty
nbxmpp doesn't support Python 2 anymore. But 1.0.0 has been published, mark it as empty to remove.
This commit is contained in:
parent
ebbc6cbcad
commit
ec426111a3
|
@ -0,0 +1 @@
|
||||||
|
python3-nbxmpp
|
|
@ -1 +0,0 @@
|
||||||
python-nbxmpp
|
|
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'python-nbxmpp'
|
# Template file for 'python3-nbxmpp'
|
||||||
pkgname=python-nbxmpp
|
pkgname=python3-nbxmpp
|
||||||
version=1.0.0
|
version=1.0.0
|
||||||
revision=1
|
revision=2
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
build_style=python-module
|
build_style=python3-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python-openssl"
|
depends="python3-openssl"
|
||||||
short_desc="Non blocking Jabber/XMPP module (Python2)"
|
short_desc="Non blocking Jabber/XMPP module"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://python-nbxmpp.gajim.org/"
|
homepage="https://python-nbxmpp.gajim.org/"
|
||||||
|
@ -15,11 +15,9 @@ homepage="https://python-nbxmpp.gajim.org/"
|
||||||
distfiles="${PYPI_SITE}/n/nbxmpp/nbxmpp-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/n/nbxmpp/nbxmpp-${version}.tar.gz"
|
||||||
checksum=8b7e967bc1d0f1a1f7cf3395b6f5d70009ae5607ad9afb8de32ff92b661693ad
|
checksum=8b7e967bc1d0f1a1f7cf3395b6f5d70009ae5607ad9afb8de32ff92b661693ad
|
||||||
|
|
||||||
python3-nbxmpp_package() {
|
python-nbxmpp_package() {
|
||||||
|
build_style=meta
|
||||||
archs=noarch
|
archs=noarch
|
||||||
depends="python3-openssl"
|
# Someone bumped this package to 1.0.0, which doesn't support Python 2
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc+=" - Python 2 - removed package"
|
||||||
pkg_install() {
|
|
||||||
vmove "usr/lib/python${py3_ver}"
|
|
||||||
}
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue