From fa1d54ae4d62fa8252bf16aaba43b0396bd930c9 Mon Sep 17 00:00:00 2001 From: Nikolai Lifanov Date: Mon, 10 Apr 2017 20:36:34 +0000 Subject: [PATCH] add security/py-docker-pycreds Python bindings for the docker credentials store API --- security/Makefile | 1 + security/py-docker-pycreds/Makefile | 20 ++++++++++++++++++++ security/py-docker-pycreds/distinfo | 3 +++ security/py-docker-pycreds/pkg-descr | 3 +++ 4 files changed, 27 insertions(+) create mode 100644 security/py-docker-pycreds/Makefile create mode 100644 security/py-docker-pycreds/distinfo create mode 100644 security/py-docker-pycreds/pkg-descr diff --git a/security/Makefile b/security/Makefile index c5978b0fed78..bf716740173d 100644 --- a/security/Makefile +++ b/security/Makefile @@ -857,6 +857,7 @@ SUBDIR += py-dfdatetime SUBDIR += py-dfvfs SUBDIR += py-dfwinreg + SUBDIR += py-docker-pycreds SUBDIR += py-ecdsa SUBDIR += py-ed25519ll SUBDIR += py-fail2ban diff --git a/security/py-docker-pycreds/Makefile b/security/py-docker-pycreds/Makefile new file mode 100644 index 000000000000..c117514f4714 --- /dev/null +++ b/security/py-docker-pycreds/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= docker-pycreds +PORTVERSION= 0.2.1 +CATEGORIES= security python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= lifanov@FreeBSD.org +COMMENT= Python bindings for the docker credentials store API + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six + +USES= python +USE_PYTHON= autoplist distutils + +.include diff --git a/security/py-docker-pycreds/distinfo b/security/py-docker-pycreds/distinfo new file mode 100644 index 000000000000..82fb8e174565 --- /dev/null +++ b/security/py-docker-pycreds/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1491855655 +SHA256 (docker-pycreds-0.2.1.tar.gz) = 93833a2cf280b7d8abbe1b8121530413250c6cd4ffed2c1cf085f335262f7348 +SIZE (docker-pycreds-0.2.1.tar.gz) = 7555 diff --git a/security/py-docker-pycreds/pkg-descr b/security/py-docker-pycreds/pkg-descr new file mode 100644 index 000000000000..695086e0be6f --- /dev/null +++ b/security/py-docker-pycreds/pkg-descr @@ -0,0 +1,3 @@ +Python bindings for the docker credentials store API + +WWW: https://github.com/shin-/dockerpy-creds/