summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-12-04 20:44:48 +0000
committerwiz <wiz@pkgsrc.org>2015-12-04 20:44:48 +0000
commit46e1c8f3d2c8bb167325c96f48e7ae1153f48ff9 (patch)
tree25b6708d4729bf217bc5254db870bbd40dbd0e98 /devel
parent0224f298a2189785b44d0faa9e6db26d17577629 (diff)
downloadpkgsrc-46e1c8f3d2c8bb167325c96f48e7ae1153f48ff9.tar.gz
Update py-decorator to 4.0.2:
4.0.2 Fix: docs/README.rst was not included in MANIFEST.in by accident, thus breaking the source installation (2015/07/28) 4.0.1 Added docs directory and upload_docs command. Fixed bug with `__qualname__`, reported by Lucian Petrut (2015/07/28) 4.0.0 Removed the need for 2to3 by dropping the support for Python 2.5. Added a MANIFEST.in file and produced a proper wheel. Improved the integration with setuptools so that `python setup.py test` works. Reworked the documentation and introduced `decorator.decorated`. Removed any dependence from `inspect.getargspec`, which is deprecated in Python 3.5, as signaled by Ralf Gommers. Fixed `contextmanager` to work with Python 3.5. Copied the `__qualname__` attribute, as requested by Frazer McLean. Added a `dispatch_on` facility to implement generic functions. (2015/07/24) 3.4.2 Same as 3.4.1, re-uploaded to PyPI (2015-03-22) 3.4.1 Ported the repository from GoogleCode to GitHub and added Travis CI support. Tests are executed with the new command `python test.py -v`. setuptools is now mandatory in Python 3. The suggested installation tool is now `pip`, not `easy_install`. Supported IronPython and other Python implementations without sys._getframe, as requested by Doug Blank (2015/03/16)
Diffstat (limited to 'devel')
-rw-r--r--devel/py-decorator/Makefile4
-rw-r--r--devel/py-decorator/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/py-decorator/Makefile b/devel/py-decorator/Makefile
index b89382625e5..2b60cafa1ff 100644
--- a/devel/py-decorator/Makefile
+++ b/devel/py-decorator/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2014/12/31 13:57:26 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2015/12/04 20:44:48 wiz Exp $
-DISTNAME= decorator-3.4.0
+DISTNAME= decorator-4.0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= http://pypi.python.org/packages/source/d/decorator/
diff --git a/devel/py-decorator/distinfo b/devel/py-decorator/distinfo
index 863c180fc26..40de0e2d43f 100644
--- a/devel/py-decorator/distinfo
+++ b/devel/py-decorator/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/03 03:29:06 agc Exp $
+$NetBSD: distinfo,v 1.4 2015/12/04 20:44:48 wiz Exp $
-SHA1 (decorator-3.4.0.tar.gz) = 66474034467c56cc866ef0a87793480a4087aa7e
-RMD160 (decorator-3.4.0.tar.gz) = 57b014f5fb2a1750910364882d430a85f94a8b85
-SHA512 (decorator-3.4.0.tar.gz) = 94ae8ff3bf694b72ad85a04d02ed9b58c42d50341fbc7307a12fc5abcb8042d8f67df80b53e63afd4b692c52fbefec83b80b591cba036deee21e281a5e8ff249
-Size (decorator-3.4.0.tar.gz) = 30333 bytes
+SHA1 (decorator-4.0.2.tar.gz) = 9ca491f88a5b5456d0f0eb8d26cf6ebd780e2934
+RMD160 (decorator-4.0.2.tar.gz) = 1ab4e6813c865e06685e22d47e3f9c81c2859861
+SHA512 (decorator-4.0.2.tar.gz) = 9f135c9c624557a90619e46002f12d54f8c53045420f524bbc52dee0b488268501467b207ea8f4445a8aa7d119af3e615cd76cbc25c1d1335d3bb581a1045ab3
+Size (decorator-4.0.2.tar.gz) = 64850 bytes