[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_DOCKER_PYCREDS
bool "python-docker-pycreds"
select BR2_PACKAGE_PYTHON_SIX # runtime
help
Python bindings for the docker credentials store API.
https://github.com/shin-/dockerpy-creds

View File

@ -0,0 +1,4 @@
# md5 and sha256 from https://pypi.python.org/pypi/docker-pycreds/json
md5 322f570cea6b4661c6ac335683988e18 docker-pycreds-0.4.0.tar.gz
sha256 6ce3270bcaf404cc4c3e27e4b6c70d3521deae82fb508767870fdbf772d584d4 docker-pycreds-0.4.0.tar.gz
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-docker-pycreds
#
################################################################################
PYTHON_DOCKER_PYCREDS_VERSION = 0.4.0
PYTHON_DOCKER_PYCREDS_SOURCE = docker-pycreds-$(PYTHON_DOCKER_PYCREDS_VERSION).tar.gz
PYTHON_DOCKER_PYCREDS_SITE = https://files.pythonhosted.org/packages/c5/e6/d1f6c00b7221e2d7c4b470132c931325c8b22c51ca62417e300f5ce16009
PYTHON_DOCKER_PYCREDS_SETUP_TYPE = setuptools
PYTHON_DOCKER_PYCREDS_LICENSE = Apache-2.0
PYTHON_DOCKER_PYCREDS_LICENSE_FILES = LICENSE
$(eval $(python-package))