package/python-pyxb: Drop package
The last time python-pyxb was updated according to pypi.org is in 2017. As there are no maintainers listed for the package, and the package uses distutils which has been removed in Python 3.12.0, remove the package. Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
e759e927b3
commit
c079912374
@ -146,6 +146,13 @@ endif
|
||||
|
||||
comment "Legacy options removed in 2023.11"
|
||||
|
||||
config BR2_PACKAGE_PYTHON_PYXB
|
||||
bool "python-pyxb removed"
|
||||
select BR2_LEGACY
|
||||
help
|
||||
python-pyxb has been removed due to being abandoned and
|
||||
distutils no longer being supported in python 3.12.0.
|
||||
|
||||
config BR2_PACKAGE_OPENJDK_VERSION_11
|
||||
bool "openjdk 11 has been removed"
|
||||
select BR2_LEGACY
|
||||
|
@ -1269,7 +1269,6 @@ menu "External python modules"
|
||||
source "package/python-pytz/Config.in"
|
||||
source "package/python-pyudev/Config.in"
|
||||
source "package/python-pyusb/Config.in"
|
||||
source "package/python-pyxb/Config.in"
|
||||
source "package/python-pyyaml/Config.in"
|
||||
source "package/python-pyzmq/Config.in"
|
||||
source "package/python-qrcode/Config.in"
|
||||
|
@ -1,8 +0,0 @@
|
||||
config BR2_PACKAGE_PYTHON_PYXB
|
||||
bool "python-pyxb"
|
||||
help
|
||||
PyXB is a pure Python package that generates Python code for
|
||||
classes that correspond to data structures defined by
|
||||
XMLSchema.
|
||||
|
||||
http://pyxb.sourceforge.net/
|
@ -1,4 +0,0 @@
|
||||
# md5 from https://pypi.python.org/pypi/PyXB/json, sha256 locally computed
|
||||
md5 4303573fc7094ce4664c5b71cd4bdb48 PyXB-1.2.6.tar.gz
|
||||
sha256 2a00f38dd1d87b88f92d79bc5a09718d730419b88e814545f472bbd5a3bf27b4 PyXB-1.2.6.tar.gz
|
||||
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE
|
@ -1,14 +0,0 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pyxb
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYXB_VERSION = 1.2.6
|
||||
PYTHON_PYXB_SOURCE = PyXB-$(PYTHON_PYXB_VERSION).tar.gz
|
||||
PYTHON_PYXB_SITE = https://pypi.python.org/packages/e3/09/4fdb190ea2b7cb43d6d3e745276ee69f4d6181be70fcbfda7df3c5f72f0e
|
||||
PYTHON_PYXB_LICENSE = Apache-2.0
|
||||
PYTHON_PYXB_LICENSE_FILES = LICENSE
|
||||
PYTHON_PYXB_SETUP_TYPE = distutils
|
||||
|
||||
$(eval $(python-package))
|
Loading…
Reference in New Issue
Block a user