Fri Dec 4 20:44:48 2015 UTC ()
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)


(wiz)
diff -r1.4 -r1.5 pkgsrc/devel/py-decorator/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/py-decorator/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/devel/py-decorator/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-decorator/Makefile 2014/12/31 13:57:26 1.4
+++ pkgsrc/devel/py-decorator/Makefile 2015/12/04 20:44:48 1.5
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.4 2014/12/31 13:57:26 wiz Exp $ 1# $NetBSD: Makefile,v 1.5 2015/12/04 20:44:48 wiz Exp $
2 2
3DISTNAME= decorator-3.4.0 3DISTNAME= decorator-4.0.2
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= http://pypi.python.org/packages/source/d/decorator/ 6MASTER_SITES= http://pypi.python.org/packages/source/d/decorator/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://pypi.python.org/pypi/decorator 9HOMEPAGE= http://pypi.python.org/pypi/decorator
10COMMENT= Generic Python decorator utilities 10COMMENT= Generic Python decorator utilities
11LICENSE= 2-clause-bsd 11LICENSE= 2-clause-bsd
12 12
13.include "../../lang/python/egg.mk" 13.include "../../lang/python/egg.mk"
14.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/devel/py-decorator/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-decorator/distinfo 2015/11/03 03:29:06 1.3
+++ pkgsrc/devel/py-decorator/distinfo 2015/12/04 20:44:48 1.4
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.3 2015/11/03 03:29:06 agc Exp $ 1$NetBSD: distinfo,v 1.4 2015/12/04 20:44:48 wiz Exp $
2 2
3SHA1 (decorator-3.4.0.tar.gz) = 66474034467c56cc866ef0a87793480a4087aa7e 3SHA1 (decorator-4.0.2.tar.gz) = 9ca491f88a5b5456d0f0eb8d26cf6ebd780e2934
4RMD160 (decorator-3.4.0.tar.gz) = 57b014f5fb2a1750910364882d430a85f94a8b85 4RMD160 (decorator-4.0.2.tar.gz) = 1ab4e6813c865e06685e22d47e3f9c81c2859861
5SHA512 (decorator-3.4.0.tar.gz) = 94ae8ff3bf694b72ad85a04d02ed9b58c42d50341fbc7307a12fc5abcb8042d8f67df80b53e63afd4b692c52fbefec83b80b591cba036deee21e281a5e8ff249 5SHA512 (decorator-4.0.2.tar.gz) = 9f135c9c624557a90619e46002f12d54f8c53045420f524bbc52dee0b488268501467b207ea8f4445a8aa7d119af3e615cd76cbc25c1d1335d3bb581a1045ab3
6Size (decorator-3.4.0.tar.gz) = 30333 bytes 6Size (decorator-4.0.2.tar.gz) = 64850 bytes