add security/py-docker-pycreds

Python bindings for the docker credentials store API
This commit is contained in:
Nikolai Lifanov 2017-04-10 20:36:34 +00:00
parent 24a37a5771
commit fa1d54ae4d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438208
4 changed files with 27 additions and 0 deletions

View file

@ -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

View file

@ -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 <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1491855655
SHA256 (docker-pycreds-0.2.1.tar.gz) = 93833a2cf280b7d8abbe1b8121530413250c6cd4ffed2c1cf085f335262f7348
SIZE (docker-pycreds-0.2.1.tar.gz) = 7555

View file

@ -0,0 +1,3 @@
Python bindings for the docker credentials store API
WWW: https://github.com/shin-/dockerpy-creds/