mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
add security/py-docker-pycreds
Python bindings for the docker credentials store API
This commit is contained in:
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
|
@ -857,6 +857,7 @@
|
||||||
SUBDIR += py-dfdatetime
|
SUBDIR += py-dfdatetime
|
||||||
SUBDIR += py-dfvfs
|
SUBDIR += py-dfvfs
|
||||||
SUBDIR += py-dfwinreg
|
SUBDIR += py-dfwinreg
|
||||||
|
SUBDIR += py-docker-pycreds
|
||||||
SUBDIR += py-ecdsa
|
SUBDIR += py-ecdsa
|
||||||
SUBDIR += py-ed25519ll
|
SUBDIR += py-ed25519ll
|
||||||
SUBDIR += py-fail2ban
|
SUBDIR += py-fail2ban
|
||||||
|
|
20
security/py-docker-pycreds/Makefile
Normal file
20
security/py-docker-pycreds/Makefile
Normal 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>
|
3
security/py-docker-pycreds/distinfo
Normal file
3
security/py-docker-pycreds/distinfo
Normal 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
|
3
security/py-docker-pycreds/pkg-descr
Normal file
3
security/py-docker-pycreds/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Python bindings for the docker credentials store API
|
||||||
|
|
||||||
|
WWW: https://github.com/shin-/dockerpy-creds/
|
Loading…
Add table
Reference in a new issue