python-xdg: remove package
This commit is contained in:
parent
b5e400eb8e
commit
d70f4603a0
5 changed files with 15 additions and 25 deletions
|
@ -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*
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
python-xdg
|
14
srcpkgs/python3-xdg/template
Normal file
14
srcpkgs/python3-xdg/template
Normal 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
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue