package/python-m2crypto: remove package

The python-m2crypto package was removed as it is in maintained
only mode and is not recommended for new projects.

See:
3721ec298f

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
[Julien: add reference url]
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Yegor Yefremov
2024-12-16 11:22:49 +01:00
committed by Julien Olivain
parent 24615d1502
commit 310d46ca96
6 changed files with 7 additions and 36 deletions

View File

@@ -146,6 +146,13 @@ endif
comment "Legacy options removed in 2025.02"
config BR2_PACKAGE_PYTHON_M2CRYPTO
bool "python-m2crypto has been removed"
select BR2_LEGACY
help
The python-m2crypto package was removed as it is in maintained
only mode and is not recommended for new projects.
config BR2_KERNEL_HEADERS_4_19
bool "kernel headers version 4.19.x are no longer supported"
select BR2_LEGACY

View File

@@ -1351,9 +1351,6 @@ F: support/testing/tests/package/sample_python_scipy.py
F: support/testing/tests/package/test_python_pybind.py
F: support/testing/tests/package/test_python_scipy.py
N: Gustavo Heinz <gustavo@gsthnz.com>
F: package/python-m2crypto/
N: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
F: board/terasic/de10nano_cyclone5/
F: configs/terasic_de10nano_cyclone5_defconfig

View File

@@ -1206,7 +1206,6 @@ menu "External python modules"
source "package/python-logbook/Config.in"
source "package/python-logstash/Config.in"
source "package/python-lxml/Config.in"
source "package/python-m2crypto/Config.in"
source "package/python-magic-wormhole/Config.in"
source "package/python-magic-wormhole-mailbox-server/Config.in"
source "package/python-magic-wormhole-transit-relay/Config.in"

View File

@@ -1,9 +0,0 @@
config BR2_PACKAGE_PYTHON_M2CRYPTO
bool "python-m2crypto"
select BR2_PACKAGE_OPENSSL
select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime
select BR2_PACKAGE_PYTHON3_SSL # runtime
help
M2Crypto: A Python crypto and SSL toolkit.
https://gitlab.com/m2crypto/m2crypto

View File

@@ -1,5 +0,0 @@
# md5, sha256 from https://pypi.org/pypi/m2crypto/json
md5 75c50150857eb60e4f447b04d13ff507 m2crypto-0.43.0.tar.gz
sha256 6c2c1c7bb0e8aa768f7ca803da7dbc2666d4003b26bd7adf70233afc59d8cf33 m2crypto-0.43.0.tar.gz
# Locally computed sha256 checksums
sha256 4eca478396f4b2b020729a111fce3f096456d74500bfd8f2b0388c3c69f997c0 LICENCE

View File

@@ -1,18 +0,0 @@
################################################################################
#
# python-m2crypto
#
################################################################################
PYTHON_M2CRYPTO_VERSION = 0.43.0
PYTHON_M2CRYPTO_SOURCE = m2crypto-$(PYTHON_M2CRYPTO_VERSION).tar.gz
PYTHON_M2CRYPTO_SITE = https://files.pythonhosted.org/packages/ff/1b/4771f0ecfdd9df6752ae5d0cf040545bb3cfe8a504af87e05c9ac4a6a499
PYTHON_M2CRYPTO_SETUP_TYPE = setuptools
PYTHON_M2CRYPTO_LICENSE = MIT
PYTHON_M2CRYPTO_LICENSE_FILES = LICENCE
PYTHON_M2CRYPTO_CPE_ID_VENDOR = m2crypto_project
PYTHON_M2CRYPTO_CPE_ID_PRODUCT = m2crypto
PYTHON_M2CRYPTO_DEPENDENCIES = openssl host-swig
PYTHON_M2CRYPTO_ENV = OPENSSL_PATH="$(STAGING_DIR)/usr"
$(eval $(python-package))