mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-25 20:12:11 +00:00
package: add python-docker-pycreds
Python bindings for the docker credentials store API. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
14
package/python-docker-pycreds/python-docker-pycreds.mk
Normal file
14
package/python-docker-pycreds/python-docker-pycreds.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-docker-pycreds
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_DOCKER_PYCREDS_VERSION = 0.2.2
|
||||
PYTHON_DOCKER_PYCREDS_SOURCE = docker-pycreds-$(PYTHON_DOCKER_PYCREDS_VERSION).tar.gz
|
||||
PYTHON_DOCKER_PYCREDS_SITE = https://pypi.python.org/packages/db/73/42d4c698e70633d99f7f7c4c87c6de45ead5ad7b36dcfccd998fd1556ac9
|
||||
PYTHON_DOCKER_PYCREDS_SETUP_TYPE = setuptools
|
||||
PYTHON_DOCKER_PYCREDS_LICENSE = Apache-2.0
|
||||
PYTHON_DOCKER_PYCREDS_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user