pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-click7 devel/py-click7: import py27-click-7.1...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9382ef5cdc00
branches:  trunk
changeset: 372785:9382ef5cdc00
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 31 09:43:23 2022 +0000

description:
devel/py-click7: import py27-click-7.1.2nb1

Click is a Python package for creating beautiful command line
interfaces in a composable way with as little code as necessary.
It's the "Command Line Interface Creation Kit".  It's highly
configurable but comes with sensible defaults out of the box.

It aims to make the process of writing command line tools quick
and fun while also preventing any frustration caused by the inability
to implement an intended CLI API.

This package contains the last version supporting Python 2.

diffstat:

 devel/py-click7/DESCR    |  10 ++++++++
 devel/py-click7/Makefile |  23 +++++++++++++++++++
 devel/py-click7/PLIST    |  56 ++++++++++++++++++++++++++++++++++++++++++++++++
 devel/py-click7/distinfo |   5 ++++
 4 files changed, 94 insertions(+), 0 deletions(-)

diffs (110 lines):

diff -r 9c9aa2e1d259 -r 9382ef5cdc00 devel/py-click7/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-click7/DESCR     Mon Jan 31 09:43:23 2022 +0000
@@ -0,0 +1,10 @@
+Click is a Python package for creating beautiful command line
+interfaces in a composable way with as little code as necessary.
+It's the "Command Line Interface Creation Kit".  It's highly
+configurable but comes with sensible defaults out of the box.
+
+It aims to make the process of writing command line tools quick
+and fun while also preventing any frustration caused by the inability
+to implement an intended CLI API.
+
+This package contains the last version supporting Python 2.
diff -r 9c9aa2e1d259 -r 9382ef5cdc00 devel/py-click7/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-click7/Makefile  Mon Jan 31 09:43:23 2022 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2022/01/31 09:43:23 wiz Exp $
+
+DISTNAME=      click-7.1.2
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=c/click/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://palletsprojects.com/p/click/
+COMMENT=       Simple wrapper around optparse for powerful command line utilities
+LICENSE=       modified-bsd
+
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+
+PYTHON_VERSIONS_ACCEPTED=      27
+
+USE_LANGUAGES= # none
+
+PYSETUPTESTTARGET=     pytest
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 9c9aa2e1d259 -r 9382ef5cdc00 devel/py-click7/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-click7/PLIST     Mon Jan 31 09:43:23 2022 +0000
@@ -0,0 +1,56 @@
+@comment $NetBSD: PLIST,v 1.1 2022/01/31 09:43:23 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/click/__init__.py
+${PYSITELIB}/click/__init__.pyc
+${PYSITELIB}/click/__init__.pyo
+${PYSITELIB}/click/_bashcomplete.py
+${PYSITELIB}/click/_bashcomplete.pyc
+${PYSITELIB}/click/_bashcomplete.pyo
+${PYSITELIB}/click/_compat.py
+${PYSITELIB}/click/_compat.pyc
+${PYSITELIB}/click/_compat.pyo
+${PYSITELIB}/click/_termui_impl.py
+${PYSITELIB}/click/_termui_impl.pyc
+${PYSITELIB}/click/_termui_impl.pyo
+${PYSITELIB}/click/_textwrap.py
+${PYSITELIB}/click/_textwrap.pyc
+${PYSITELIB}/click/_textwrap.pyo
+${PYSITELIB}/click/_unicodefun.py
+${PYSITELIB}/click/_unicodefun.pyc
+${PYSITELIB}/click/_unicodefun.pyo
+${PYSITELIB}/click/_winconsole.py
+${PYSITELIB}/click/_winconsole.pyc
+${PYSITELIB}/click/_winconsole.pyo
+${PYSITELIB}/click/core.py
+${PYSITELIB}/click/core.pyc
+${PYSITELIB}/click/core.pyo
+${PYSITELIB}/click/decorators.py
+${PYSITELIB}/click/decorators.pyc
+${PYSITELIB}/click/decorators.pyo
+${PYSITELIB}/click/exceptions.py
+${PYSITELIB}/click/exceptions.pyc
+${PYSITELIB}/click/exceptions.pyo
+${PYSITELIB}/click/formatting.py
+${PYSITELIB}/click/formatting.pyc
+${PYSITELIB}/click/formatting.pyo
+${PYSITELIB}/click/globals.py
+${PYSITELIB}/click/globals.pyc
+${PYSITELIB}/click/globals.pyo
+${PYSITELIB}/click/parser.py
+${PYSITELIB}/click/parser.pyc
+${PYSITELIB}/click/parser.pyo
+${PYSITELIB}/click/termui.py
+${PYSITELIB}/click/termui.pyc
+${PYSITELIB}/click/termui.pyo
+${PYSITELIB}/click/testing.py
+${PYSITELIB}/click/testing.pyc
+${PYSITELIB}/click/testing.pyo
+${PYSITELIB}/click/types.py
+${PYSITELIB}/click/types.pyc
+${PYSITELIB}/click/types.pyo
+${PYSITELIB}/click/utils.py
+${PYSITELIB}/click/utils.pyc
+${PYSITELIB}/click/utils.pyo
diff -r 9c9aa2e1d259 -r 9382ef5cdc00 devel/py-click7/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-click7/distinfo  Mon Jan 31 09:43:23 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/01/31 09:43:23 wiz Exp $
+
+BLAKE2s (click-7.1.2.tar.gz) = c727d901b84722538430c19422b6f98b54d21cd49327f8e732d1501eab170b56
+SHA512 (click-7.1.2.tar.gz) = b9fba8a30f57e380a2005b45c4f37074a27637ace9e16fb0fb0cce88aac72cfa806eea2829dac665fe2b558b8753a40b811dbfcca94dfccf999ad494865d7888
+Size (click-7.1.2.tar.gz) = 297279 bytes



Home | Main Index | Thread Index | Old Index