package/python-decouple: new package

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
James Hilliard 2023-12-14 03:08:33 -07:00 committed by Thomas Petazzoni
parent 31c169f556
commit 8dc5506c76
4 changed files with 25 additions and 0 deletions

View File

@ -1056,6 +1056,7 @@ menu "External python modules"
source "package/python-dbus-fast/Config.in"
source "package/python-dbus-next/Config.in"
source "package/python-decorator/Config.in"
source "package/python-decouple/Config.in"
source "package/python-defusedxml/Config.in"
source "package/python-dialog3/Config.in"
source "package/python-dicttoxml/Config.in"

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_DECOUPLE
bool "python-decouple"
help
Strict separation of settings from code.
http://github.com/henriquebastos/python-decouple/

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/python-decouple/json
md5 21b174a381d6bff5f4814018a4fd44cd python-decouple-3.8.tar.gz
sha256 ba6e2657d4f376ecc46f77a3a615e058d93ba5e465c01bbe57289bfb7cce680f python-decouple-3.8.tar.gz
# Locally computed sha256 checksums
sha256 4d6e3c2ef229ec3c1a486f52c9d76235e9eb7c94db8ec71a8bff0af60e4f0aa4 LICENSE

View File

@ -0,0 +1,13 @@
################################################################################
#
# python-decouple
#
################################################################################
PYTHON_DECOUPLE_VERSION = 3.8
PYTHON_DECOUPLE_SITE = https://files.pythonhosted.org/packages/e1/97/373dcd5844ec0ea5893e13c39a2c67e7537987ad8de3842fe078db4582fa
PYTHON_DECOUPLE_SETUP_TYPE = setuptools
PYTHON_DECOUPLE_LICENSE = MIT
PYTHON_DECOUPLE_LICENSE_FILES = LICENSE
$(eval $(python-package))