pkgsrc-WIP-changes archive

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

py-click: remove



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu Mar 3 13:58:06 2016 +0100
Changeset:	27bddd24a3ebfb6fcd1aa71ad00d4fd86e8e095c

Modified Files:
	py-cookiecutter/Makefile
Removed Files:
	py-click/DESCR
	py-click/Makefile
	py-click/PLIST
	py-click/distinfo

Log Message:
py-click: remove

I have just updated py-click on pkgsrc to 6.3.

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

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 ------
 py-cookiecutter/Makefile |  2 +-
 5 files changed, 1 insertion(+), 92 deletions(-)

diffs:
diff --git a/py-click/DESCR b/py-click/DESCR
deleted file mode 100644
index c4482d6..0000000
--- a/py-click/DESCR
+++ /dev/null
@@ -1,8 +0,0 @@
-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
deleted file mode 100644
index 5e8a67f..0000000
--- a/py-click/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $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
deleted file mode 100644
index ae57ddf..0000000
--- a/py-click/PLIST
+++ /dev/null
@@ -1,56 +0,0 @@
-@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
deleted file mode 100644
index 1d49938..0000000
--- a/py-click/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$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
diff --git a/py-cookiecutter/Makefile b/py-cookiecutter/Makefile
index 225edf3..326b47f 100644
--- a/py-cookiecutter/Makefile
+++ b/py-cookiecutter/Makefile
@@ -23,7 +23,7 @@ BUILD_DEPENDS+=			${PYPKGPREFIX}-test>=2.3.0:../../devel/py-test
 DEPENDS+=			${PYPKGPREFIX}-future>=0.15.2:../../wip/py-future
 DEPENDS+=			${PYPKGPREFIX}-binaryornot>=0.2.0:../../wip/py-binaryornot
 DEPENDS+=			${PYPKGPREFIX}-jinja2>=2.7:../../textproc/py-jinja2
-DEPENDS+=			${PYPKGPREFIX}-click>=6.3:../../wip/py-click
+DEPENDS+=			${PYPKGPREFIX}-click>=6.3:../../devel/py-click
 DEPENDS+=			${PYPKGPREFIX}-whichcraft>=0.1.1:../../wip/py-whichcraft
 DEPENDS+=			${PYPKGPREFIX}-ruamel-yaml>=0.10.12:../../wip/py-ruamel-yaml
 DEPENDS+=			${PYPKGPREFIX}-markupsafe-[0-9]*:../../textproc/py-markupsafe


Home | Main Index | Thread Index | Old Index