pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-decorator
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jan 16 08:04:48 UTC 2017
Modified Files:
pkgsrc/devel/py-decorator: Makefile distinfo
Log Message:
Updated py-decorator to 4.0.11.
## 4.0.11 (2017-01-15)
Small improvements to the documentation and tested with Python 3.6
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-decorator/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-decorator/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-decorator/Makefile
diff -u pkgsrc/devel/py-decorator/Makefile:1.10 pkgsrc/devel/py-decorator/Makefile:1.11
--- pkgsrc/devel/py-decorator/Makefile:1.10 Mon Jun 13 12:05:14 2016
+++ pkgsrc/devel/py-decorator/Makefile Mon Jan 16 08:04:48 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2016/06/13 12:05:14 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2017/01/16 08:04:48 wiz Exp $
-DISTNAME= decorator-4.0.10
+DISTNAME= decorator-4.0.11
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/decorator/}
@@ -10,10 +10,5 @@ HOMEPAGE= http://pypi.python.org/pypi/de
COMMENT= Generic Python decorator utilities
LICENSE= 2-clause-bsd
-# bug in 4.0.10 distfile
-# https://github.com/micheles/decorator/issues/32
-post-extract:
- ${RM} -f ${WRKSRC}/src/decorator.egg-info/SOURCES.txt~
-
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-decorator/distinfo
diff -u pkgsrc/devel/py-decorator/distinfo:1.7 pkgsrc/devel/py-decorator/distinfo:1.8
--- pkgsrc/devel/py-decorator/distinfo:1.7 Mon Jun 13 12:03:01 2016
+++ pkgsrc/devel/py-decorator/distinfo Mon Jan 16 08:04:48 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2016/06/13 12:03:01 wiz Exp $
+$NetBSD: distinfo,v 1.8 2017/01/16 08:04:48 wiz Exp $
-SHA1 (decorator-4.0.10.tar.gz) = bec8f871ef71a6d98134ff8d5bfe44548a5a6ba0
-RMD160 (decorator-4.0.10.tar.gz) = c9cd249f77a86405406fa52e071b43d6cb13af73
-SHA512 (decorator-4.0.10.tar.gz) = 612c2eafe16536c9b5eda07ea44999d868decbc38beb4207ab3f82325bafd346c431f9c9028f63bbf24573300a81dfb9446a51dee50bb34dc8b478088a541f73
-Size (decorator-4.0.10.tar.gz) = 68560 bytes
+SHA1 (decorator-4.0.11.tar.gz) = f2ddc2de311b8d2afae7bba8efec6131a7f4b986
+RMD160 (decorator-4.0.11.tar.gz) = 19db7e44fe288a296f2bd4adbab6d390a6f65554
+SHA512 (decorator-4.0.11.tar.gz) = acce545d26c05ad03e4a3889214c3e94d1d47a9ccba42318ff8acb4d9384e676839fdcdb8d501a808f9332f532e4087a60398c273a58e07dfbc02f04f04af69c
+Size (decorator-4.0.11.tar.gz) = 70616 bytes
Home |
Main Index |
Thread Index |
Old Index