diff options
author | adam <adam@pkgsrc.org> | 2017-12-19 13:09:09 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-12-19 13:09:09 +0000 |
commit | 97e872ba01e50e8bdf3e6f3d415c65765beec937 (patch) | |
tree | 08ddda7e23ac348de4e0281add83155eac6ac199 | |
parent | 44807267d6bce1cf4e33e7405f5db35e6d874ca8 (diff) | |
download | pkgsrc-97e872ba01e50e8bdf3e6f3d415c65765beec937.tar.gz |
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).
-rw-r--r-- | sysutils/py-notify/DESCR | 2 | ||||
-rw-r--r-- | sysutils/py-notify/Makefile | 15 | ||||
-rw-r--r-- | sysutils/py-notify/PLIST | 4 | ||||
-rw-r--r-- | sysutils/py-notify/distinfo | 10 |
4 files changed, 15 insertions, 16 deletions
diff --git a/sysutils/py-notify/DESCR b/sysutils/py-notify/DESCR index 60bc8763980..8ce1a9c9abd 100644 --- a/sysutils/py-notify/DESCR +++ b/sysutils/py-notify/DESCR @@ -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 --git a/sysutils/py-notify/Makefile b/sysutils/py-notify/Makefile index 90d59b317e5..370e2f143e4 100644 --- a/sysutils/py-notify/Makefile +++ b/sysutils/py-notify/Makefile @@ -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 -#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 --git a/sysutils/py-notify/PLIST b/sysutils/py-notify/PLIST index 4dadc49bcc2..a19b75cde5f 100644 --- a/sysutils/py-notify/PLIST +++ b/sysutils/py-notify/PLIST @@ -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/utils.pyo ${PYSITELIB}/notify/variable.py ${PYSITELIB}/notify/variable.pyc ${PYSITELIB}/notify/variable.pyo -${PYSITELIB}/${EGG_FILE} diff --git a/sysutils/py-notify/distinfo b/sysutils/py-notify/distinfo index 41127b28d17..7728d621f68 100644 --- a/sysutils/py-notify/distinfo +++ b/sysutils/py-notify/distinfo @@ -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 |