pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-click-command-tree: new finished package



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Fri Dec 8 08:18:04 2023 +0100
Changeset:	4609183d6244713eefe7819812ecd62c4f34d043

Modified Files:
	Makefile
Added Files:
	py-click-command-tree/DESCR
	py-click-command-tree/Makefile
	py-click-command-tree/PLIST
	py-click-command-tree/distinfo

Log Message:
py-click-command-tree: new finished package

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4609183d6244713eefe7819812ecd62c4f34d043

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                       |  1 +
 py-click-command-tree/DESCR    | 23 +++++++++++++++++++++++
 py-click-command-tree/Makefile | 22 ++++++++++++++++++++++
 py-click-command-tree/PLIST    | 10 ++++++++++
 py-click-command-tree/distinfo |  5 +++++
 5 files changed, 61 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 58f4411c17..a48f853ec0 100644
--- a/Makefile
+++ b/Makefile
@@ -3359,6 +3359,7 @@ SUBDIR+=	py-cito
 SUBDIR+=	py-cityhash
 SUBDIR+=	py-cli
 SUBDIR+=	py-cli_helpers
+SUBDIR+=	py-click-command-tree
 SUBDIR+=	py-click-option-group
 SUBDIR+=	py-clickatell
 SUBDIR+=	py-clid
diff --git a/py-click-command-tree/DESCR b/py-click-command-tree/DESCR
new file mode 100644
index 0000000000..4c4efc0fba
--- /dev/null
+++ b/py-click-command-tree/DESCR
@@ -0,0 +1,23 @@
+TODO: Adjust the following lines from README.md
+
+click-command-tree
+==================
+
+`click-command-tree` is a [click](https://github.com/pallets/click) plugin to show the command tree of your CLI
+
+Installation
+------------
+
+```
+pip install click-command-tree
+```
+
+Tested against Python 3.4, 3.5, and 3.6 and click >= 5.0
+
+Example
+-------
+
+```python
+from pkg_resources import iter_entry_points
+
+...
diff --git a/py-click-command-tree/Makefile b/py-click-command-tree/Makefile
new file mode 100644
index 0000000000..c79579cae0
--- /dev/null
+++ b/py-click-command-tree/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+DISTNAME=	click-command-tree-1.1.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=c/click-command-tree/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/whwright/click-command-tree
+COMMENT=	Python click plugin to show the command tree of your CLI
+LICENSE=	mit
+
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
+TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
+DEPENDS+=	${PYPKGPREFIX}-click>=0:../../devel/py-click
+
+USE_LANGUAGES=	# none
+
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-click-command-tree/PLIST b/py-click-command-tree/PLIST
new file mode 100644
index 0000000000..8699cf38ea
--- /dev/null
+++ b/py-click-command-tree/PLIST
@@ -0,0 +1,10 @@
+@comment $NetBSD$
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/click_command_tree.py
+${PYSITELIB}/click_command_tree.pyc
+${PYSITELIB}/click_command_tree.pyo
diff --git a/py-click-command-tree/distinfo b/py-click-command-tree/distinfo
new file mode 100644
index 0000000000..c4d40be444
--- /dev/null
+++ b/py-click-command-tree/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (click-command-tree-1.1.1.tar.gz) = 62fce43daf9b6c9700fbc43914eac37ee229ad3c5e568b1396032bc88b0f1e8e
+SHA512 (click-command-tree-1.1.1.tar.gz) = 90a1227cd7c060dcd08bc4e373e9be507b5ad40003b98a701427e9a943153fc375759d9c4c50b900249406b572f68f150547a4d1b161fa0d0671e1742f344c27
+Size (click-command-tree-1.1.1.tar.gz) = 3093 bytes


Home | Main Index | Thread Index | Old Index