pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/py-notify py-notify: updated to 0.3.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/c2ba140943e1
branches: trunk
changeset: 372897:c2ba140943e1
user: adam <adam%pkgsrc.org@localhost>
date: Tue Dec 19 13:09:09 2017 +0000
description:
py-notify: updated to 0.3.1
New in Py-notify 0.3.1:
* All methods that accepted arbitrary argument numbers now also accept
arbitrary keyword arguments.
* Updated to compile and work with Python 3.0rc1.
* A few minor fixes for potential bugs and optimizations in
`notify.gc' module and in documentation.
* 6 more unit test (164/186 in total).
diffstat:
sysutils/py-notify/DESCR | 2 +-
sysutils/py-notify/Makefile | 15 +++++++--------
sysutils/py-notify/PLIST | 4 ++--
sysutils/py-notify/distinfo | 10 +++++-----
4 files changed, 15 insertions(+), 16 deletions(-)
diffs (69 lines):
diff -r 9c4af23ffef4 -r c2ba140943e1 sysutils/py-notify/DESCR
--- a/sysutils/py-notify/DESCR Tue Dec 19 12:22:19 2017 +0000
+++ b/sysutils/py-notify/DESCR Tue Dec 19 13:09:09 2017 +0000
@@ -1,6 +1,6 @@
Py-notify is a Python package providing tools for implementing `Observer
programming pattern`. These tools include signals, conditions and variables.
-
+
Signals are lists of handlers that are called when signal is emitted. Conditions
are basically boolean variables coupled with a signal that is emitted when
condition state changes. They can be combined using standard logical operators
diff -r 9c4af23ffef4 -r c2ba140943e1 sysutils/py-notify/Makefile
--- a/sysutils/py-notify/Makefile Tue Dec 19 12:22:19 2017 +0000
+++ b/sysutils/py-notify/Makefile Tue Dec 19 13:09:09 2017 +0000
@@ -1,17 +1,16 @@
-# $NetBSD: Makefile,v 1.42 2017/09/04 18:55:09 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2017/12/19 13:09:09 adam Exp $
-DISTNAME= py-notify-0.2.1
-PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}/1}
-PKGREVISION= 4
-CATEGORIES= devel
-MASTER_SITES= http://download.gna.org/py-notify/
+DISTNAME= py-notify-0.3.1
+PKGNAME= ${DISTNAME:S/^py/${PYPKGPREFIX}/1}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/py-notify/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-#HOMEPAGE= https://pypi.python.org/pypi/py-notify/
+#HOMEPAGE= http://home.gna.org/py-notify/
COMMENT= Python package providing tool for observer programming pattern
LICENSE= gnu-lgpl-v2.1
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.2.1
+PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.3.1
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 9c4af23ffef4 -r c2ba140943e1 sysutils/py-notify/PLIST
--- a/sysutils/py-notify/PLIST Tue Dec 19 12:22:19 2017 +0000
+++ b/sysutils/py-notify/PLIST Tue Dec 19 13:09:09 2017 +0000
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.4 2013/08/13 09:18:46 obache Exp $
+@comment $NetBSD: PLIST,v 1.5 2017/12/19 13:09:09 adam Exp $
+${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/notify/_2_5/__init__.py
${PYSITELIB}/notify/_2_5/__init__.pyc
${PYSITELIB}/notify/_2_5/__init__.pyo
@@ -39,4 +40,3 @@
${PYSITELIB}/notify/variable.py
${PYSITELIB}/notify/variable.pyc
${PYSITELIB}/notify/variable.pyo
-${PYSITELIB}/${EGG_FILE}
diff -r 9c4af23ffef4 -r c2ba140943e1 sysutils/py-notify/distinfo
--- a/sysutils/py-notify/distinfo Tue Dec 19 12:22:19 2017 +0000
+++ b/sysutils/py-notify/distinfo Tue Dec 19 13:09:09 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/04 01:32:27 agc Exp $
+$NetBSD: distinfo,v 1.4 2017/12/19 13:09:09 adam Exp $
-SHA1 (py-notify-0.2.1.tar.gz) = 946d41e2c1cd3ecd04096f579af92dac813d5b29
-RMD160 (py-notify-0.2.1.tar.gz) = 59edfa4b14c7d67c7ffeffdc024986dccd60d96b
-SHA512 (py-notify-0.2.1.tar.gz) = 61346cca5a6d12f679e40bb385a7c4a520152d313d4ac63b1921d6389bc5af143a768ed26453a2a308aead8df1a5fd1d3dbd409feb3c0ca70a80a5a6bb555e57
-Size (py-notify-0.2.1.tar.gz) = 143167 bytes
+SHA1 (py-notify-0.3.1.tar.gz) = 99d04df4b32a214aefb1e6ec7207e2457ba187ab
+RMD160 (py-notify-0.3.1.tar.gz) = 5a914c8742a36075c48daec75e5e129e63150c58
+SHA512 (py-notify-0.3.1.tar.gz) = ef325a0259e764f8ecef3c706eda0bf90984d15370c5a94ef3b9128de4a5ee43d1af170a2277fb190f1b373f84f2abb3475c15b0ce6e62822d546fc58d5a312b
+Size (py-notify-0.3.1.tar.gz) = 144952 bytes
Home |
Main Index |
Thread Index |
Old Index