mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
Upgrade ShredOS to buildroot v24.11
This commit is contained in:
9
package/python-email-validator/Config.in
Normal file
9
package/python-email-validator/Config.in
Normal file
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_PYTHON_EMAIL_VALIDATOR
|
||||
bool "python-email-validator"
|
||||
select BR2_PACKAGE_PYTHON_DNSPYTHON # runtime
|
||||
select BR2_PACKAGE_PYTHON_IDNA # runtime
|
||||
help
|
||||
A robust email address syntax and deliverability validation
|
||||
library.
|
||||
|
||||
https://github.com/JoshData/python-email-validator
|
||||
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/email-validator/json
|
||||
md5 593073eca56ac1e947d47b9b314f2f11 email_validator-2.2.0.tar.gz
|
||||
sha256 cb690f344c617a714f22e66ae771445a1ceb46821152df8e165c5f9a364582b7 email_validator-2.2.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 672179752e109134a3fb2bdd0780b29fdb7a03974f0f586a13aead5129562d4c LICENSE
|
||||
14
package/python-email-validator/python-email-validator.mk
Normal file
14
package/python-email-validator/python-email-validator.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-email-validator
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_EMAIL_VALIDATOR_VERSION = 2.2.0
|
||||
PYTHON_EMAIL_VALIDATOR_SOURCE = email_validator-$(PYTHON_EMAIL_VALIDATOR_VERSION).tar.gz
|
||||
PYTHON_EMAIL_VALIDATOR_SITE = https://files.pythonhosted.org/packages/48/ce/13508a1ec3f8bb981ae4ca79ea40384becc868bfae97fd1c942bb3a001b1
|
||||
PYTHON_EMAIL_VALIDATOR_SETUP_TYPE = setuptools
|
||||
PYTHON_EMAIL_VALIDATOR_LICENSE = Unlicense
|
||||
PYTHON_EMAIL_VALIDATOR_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user