pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-click7
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jan 31 09:43:23 UTC 2022
Added Files:
pkgsrc/devel/py-click7: DESCR Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-click7/DESCR \
pkgsrc/devel/py-click7/Makefile pkgsrc/devel/py-click7/PLIST \
pkgsrc/devel/py-click7/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/py-click7/DESCR
diff -u /dev/null pkgsrc/devel/py-click7/DESCR:1.1
--- /dev/null Mon Jan 31 09:43:23 2022
+++ pkgsrc/devel/py-click7/DESCR Mon Jan 31 09:43:23 2022
@@ -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.
Index: pkgsrc/devel/py-click7/Makefile
diff -u /dev/null pkgsrc/devel/py-click7/Makefile:1.1
--- /dev/null Mon Jan 31 09:43:23 2022
+++ pkgsrc/devel/py-click7/Makefile Mon Jan 31 09:43:23 2022
@@ -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"
Index: pkgsrc/devel/py-click7/PLIST
diff -u /dev/null pkgsrc/devel/py-click7/PLIST:1.1
--- /dev/null Mon Jan 31 09:43:23 2022
+++ pkgsrc/devel/py-click7/PLIST Mon Jan 31 09:43:23 2022
@@ -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
Index: pkgsrc/devel/py-click7/distinfo
diff -u /dev/null pkgsrc/devel/py-click7/distinfo:1.1
--- /dev/null Mon Jan 31 09:43:23 2022
+++ pkgsrc/devel/py-click7/distinfo Mon Jan 31 09:43:23 2022
@@ -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