pkgsrc-WIP-changes archive

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

Bump to version 6.3 in order to correct a bug



Module Name:	pkgsrc-wip
Committed By:	Guillaume Delpierre <gde%llew.me@localhost>
Pushed By:	gdelpierre
Date:		Wed Feb 24 14:49:36 2016 +0100
Changeset:	f32af5bbd14882280e8a766735d19ab517f66fb6

Added Files:
	py-click/DESCR
	py-click/Makefile
	py-click/PLIST
	py-click/distinfo

Log Message:
Bump to version 6.3 in order to correct a bug

(bugfix release; released on February 22 2016)
Fixed a bug that cased locale detection to error out on Python 3.

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

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

diffstat:
 py-click/DESCR    |  8 ++++++++
 py-click/Makefile | 21 +++++++++++++++++++++
 py-click/PLIST    | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 py-click/distinfo |  6 ++++++
 4 files changed, 91 insertions(+)

diffs:
diff --git a/py-click/DESCR b/py-click/DESCR
new file mode 100644
index 0000000..c4482d6
--- /dev/null
+++ b/py-click/DESCR
@@ -0,0 +1,8 @@
+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.
diff --git a/py-click/Makefile b/py-click/Makefile
new file mode 100644
index 0000000..5e8a67f
--- /dev/null
+++ b/py-click/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.7 2015/12/04 20:43:14 wiz Exp $
+
+DISTNAME=	click-6.3
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_PYPI:=c/click/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://pypi.python.org/pypi/click
+COMMENT=	Simple wrapper around optparse for powerful command line utilities
+LICENSE=	modified-bsd
+
+BUILD_DEPENDS+=	${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+
+USE_LANGUAGES=	# none
+
+do-test:
+	cd ${WRKSRC}/tests && PYTHONPATH=.. py.test-${PYVERSSUFFIX} --tb=short
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-click/PLIST b/py-click/PLIST
new file mode 100644
index 0000000..ae57ddf
--- /dev/null
+++ b/py-click/PLIST
@@ -0,0 +1,56 @@
+@comment $NetBSD$
+${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__.pyo
+${PYSITELIB}/click/__init__.pyc
+${PYSITELIB}/click/_bashcomplete.pyo
+${PYSITELIB}/click/_bashcomplete.pyc
+${PYSITELIB}/click/_compat.pyo
+${PYSITELIB}/click/_compat.pyc
+${PYSITELIB}/click/_termui_impl.pyo
+${PYSITELIB}/click/_termui_impl.pyc
+${PYSITELIB}/click/_textwrap.pyo
+${PYSITELIB}/click/_textwrap.pyc
+${PYSITELIB}/click/_unicodefun.pyo
+${PYSITELIB}/click/_unicodefun.pyc
+${PYSITELIB}/click/_winconsole.pyo
+${PYSITELIB}/click/_winconsole.pyc
+${PYSITELIB}/click/core.pyo
+${PYSITELIB}/click/core.pyc
+${PYSITELIB}/click/decorators.pyo
+${PYSITELIB}/click/decorators.pyc
+${PYSITELIB}/click/exceptions.pyo
+${PYSITELIB}/click/exceptions.pyc
+${PYSITELIB}/click/formatting.pyo
+${PYSITELIB}/click/formatting.pyc
+${PYSITELIB}/click/globals.pyo
+${PYSITELIB}/click/globals.pyc
+${PYSITELIB}/click/parser.pyo
+${PYSITELIB}/click/parser.pyc
+${PYSITELIB}/click/termui.pyo
+${PYSITELIB}/click/termui.pyc
+${PYSITELIB}/click/testing.pyo
+${PYSITELIB}/click/testing.pyc
+${PYSITELIB}/click/types.pyo
+${PYSITELIB}/click/types.pyc
+${PYSITELIB}/click/utils.pyo
+${PYSITELIB}/click/utils.pyc
+${PYSITELIB}/click/_bashcomplete.py
+${PYSITELIB}/click/_compat.py
+${PYSITELIB}/click/_termui_impl.py
+${PYSITELIB}/click/_textwrap.py
+${PYSITELIB}/click/_unicodefun.py
+${PYSITELIB}/click/_winconsole.py
+${PYSITELIB}/click/core.py
+${PYSITELIB}/click/decorators.py
+${PYSITELIB}/click/exceptions.py
+${PYSITELIB}/click/formatting.py
+${PYSITELIB}/click/globals.py
+${PYSITELIB}/click/parser.py
+${PYSITELIB}/click/termui.py
+${PYSITELIB}/click/testing.py
+${PYSITELIB}/click/types.py
+${PYSITELIB}/click/utils.py
diff --git a/py-click/distinfo b/py-click/distinfo
new file mode 100644
index 0000000..1d49938
--- /dev/null
+++ b/py-click/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.8 2015/12/04 20:43:14 wiz Exp $
+
+SHA1 (click-6.3.tar.gz) = 512519c16b75b7027269cf077ad4687d638556f4
+RMD160 (click-6.3.tar.gz) = 44a350d3786e8ee2e146ae32b59119d403812bff
+SHA512 (click-6.3.tar.gz) = c7518b9c595fe35efb6be4391006a471cdc909f6725b9b3c45b06ec7b8b24560543ee151ff3afabc76ea23f4367795c4e5ace9b4b780c18c48a3e512474e3bf8
+Size (click-6.3.tar.gz) = 283062 bytes


Home | Main Index | Thread Index | Old Index