Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Apr 2023 00:33:32 GMT
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b6edf8d45949 - main - devel/py-click-creds: New port: Pluggable credentials storage and management for click cli apps
Message-ID:  <202304300033.33U0XWKH043234@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by acm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b6edf8d45949245e6c707ee1b3fd01b8cd3aee12

commit b6edf8d45949245e6c707ee1b3fd01b8cd3aee12
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2023-04-30 00:28:21 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2023-04-30 00:28:21 +0000

    devel/py-click-creds: New port: Pluggable credentials storage and management for click cli apps
    
    Pluggable credentials storage and management for click CLI applications.
---
 devel/Makefile                 |  1 +
 devel/py-click-creds/Makefile  | 22 ++++++++++++++++++++++
 devel/py-click-creds/distinfo  |  3 +++
 devel/py-click-creds/pkg-descr |  1 +
 4 files changed, 27 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 7a9241403dd1..51c9766c13b0 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4422,6 +4422,7 @@
     SUBDIR += py-cliapp
     SUBDIR += py-click
     SUBDIR += py-click-completion
+    SUBDIR += py-click-creds
     SUBDIR += py-click-default-group
     SUBDIR += py-click-default-group-wheel
     SUBDIR += py-click-log
diff --git a/devel/py-click-creds/Makefile b/devel/py-click-creds/Makefile
new file mode 100644
index 000000000000..ad67c6c8a202
--- /dev/null
+++ b/devel/py-click-creds/Makefile
@@ -0,0 +1,22 @@
+PORTNAME=	click-creds
+PORTVERSION=	0.0.3
+CATEGORIES=	devel python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	acm@FreeBSD.org
+COMMENT=	Pluggable credentials storage and management for click cli apps
+WWW=		https://github.com/eshaan7/click-creds
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}tinynetrc>0:devel/py-tinynetrc@${PY_FLAVOR}
+
+USES=		python:3.6+
+USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-click-creds/distinfo b/devel/py-click-creds/distinfo
new file mode 100644
index 000000000000..8ef698b92060
--- /dev/null
+++ b/devel/py-click-creds/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1680319054
+SHA256 (click-creds-0.0.3.tar.gz) = 1ee3e53ef25e7a5f13ca76033d450c648772cf9a1f8ea958b8fdcdf0aa87adfa
+SIZE (click-creds-0.0.3.tar.gz) = 6573
diff --git a/devel/py-click-creds/pkg-descr b/devel/py-click-creds/pkg-descr
new file mode 100644
index 000000000000..34ac9f157aa8
--- /dev/null
+++ b/devel/py-click-creds/pkg-descr
@@ -0,0 +1 @@
+Pluggable credentials storage and management for click CLI applications.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304300033.33U0XWKH043234>