python-xdg: remove package

This commit is contained in:
Michal Vasilek 2022-03-03 21:35:30 +01:00
parent b5e400eb8e
commit d70f4603a0
5 changed files with 15 additions and 25 deletions

View file

@ -1,24 +0,0 @@
# Template file for 'python-xdg'
pkgname=python-xdg
version=0.27
revision=2
wrksrc="pyxdg-${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
depends="python"
pycompile_module="xdg"
short_desc="Python2 library to access freedesktop.org standards"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.0-only"
homepage="https://freedesktop.org/Software/pyxdg"
distfiles="${PYPI_SITE}/p/pyxdg/pyxdg-${version}.tar.gz"
checksum=80bd93aae5ed82435f20462ea0208fb198d8eec262e831ee06ce9ddb6b91c5a5
python3-xdg_package() {
depends="python3"
pycompile_module="xdg"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
}
}

View file

@ -1 +0,0 @@
python-xdg

View file

@ -0,0 +1,14 @@
# Template file for 'python3-xdg'
pkgname=python3-xdg
version=0.27
revision=2
wrksrc="pyxdg-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Python3 library to access freedesktop.org standards"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.0-only"
homepage="https://freedesktop.org/Software/pyxdg"
distfiles="${PYPI_SITE}/p/pyxdg/pyxdg-${version}.tar.gz"
checksum=80bd93aae5ed82435f20462ea0208fb198d8eec262e831ee06ce9ddb6b91c5a5

View file

@ -301,6 +301,7 @@ replaces="
python-sqlite<=2.8.3_1
python-unicorn>=0
python-urllib3<=1.26.6_2
python-xdg<=0.27_2
python-xlib<0.29_1
python3-Django<=3.0.7_2
python3-SPARQLWrapper<=1.8.4_4