Date: Mon, 10 Apr 2017 20:36:34 +0000 (UTC) From: Nikolai Lifanov <lifanov@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438208 - in head/security: . py-docker-pycreds Message-ID: <201704102036.v3AKaYJw031712@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lifanov Date: Mon Apr 10 20:36:34 2017 New Revision: 438208 URL: https://svnweb.freebsd.org/changeset/ports/438208 Log: add security/py-docker-pycreds Python bindings for the docker credentials store API Added: head/security/py-docker-pycreds/ head/security/py-docker-pycreds/Makefile (contents, props changed) head/security/py-docker-pycreds/distinfo (contents, props changed) head/security/py-docker-pycreds/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Mon Apr 10 20:24:11 2017 (r438207) +++ head/security/Makefile Mon Apr 10 20:36:34 2017 (r438208) @@ -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 Added: head/security/py-docker-pycreds/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-docker-pycreds/Makefile Mon Apr 10 20:36:34 2017 (r438208) @@ -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> Added: head/security/py-docker-pycreds/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-docker-pycreds/distinfo Mon Apr 10 20:36:34 2017 (r438208) @@ -0,0 +1,3 @@ +TIMESTAMP = 1491855655 +SHA256 (docker-pycreds-0.2.1.tar.gz) = 93833a2cf280b7d8abbe1b8121530413250c6cd4ffed2c1cf085f335262f7348 +SIZE (docker-pycreds-0.2.1.tar.gz) = 7555 Added: head/security/py-docker-pycreds/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-docker-pycreds/pkg-descr Mon Apr 10 20:36:34 2017 (r438208) @@ -0,0 +1,3 @@ +Python bindings for the docker credentials store API + +WWW: https://github.com/shin-/dockerpy-creds/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704102036.v3AKaYJw031712>