pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-daemon py-daemon: updated to 2.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/964ef80b8db4
branches:  trunk
changeset: 325879:964ef80b8db4
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Nov 27 16:36:28 2018 +0000

description:
py-daemon: updated to 2.2.0

Version 2.2.0

Bug Fixes:
* Correct the description of the return value for
  daemon.is_detach_process_context_required.
* Set a sensible default for Distribution.script_name.
  This works around a bug in Setuptools which calls commands before
  the Distribution is initialised.

Changes:
* The test suite now relies on the test discovery feature in
  ?unittest?. This feature is in Python version 2.7 and later.
* Improve performance of daemon.close_all_open_files.

diffstat:

 devel/py-daemon/Makefile |  20 ++++++++++----------
 devel/py-daemon/distinfo |  10 +++++-----
 2 files changed, 15 insertions(+), 15 deletions(-)

diffs (53 lines):

diff -r 311ee0d6ac81 -r 964ef80b8db4 devel/py-daemon/Makefile
--- a/devel/py-daemon/Makefile  Tue Nov 27 16:31:09 2018 +0000
+++ b/devel/py-daemon/Makefile  Tue Nov 27 16:36:28 2018 +0000
@@ -1,24 +1,24 @@
-# $NetBSD: Makefile,v 1.11 2017/09/04 18:08:20 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2018/11/27 16:36:28 adam Exp $
 
-DISTNAME=      python-daemon-2.1.2
+DISTNAME=      python-daemon-2.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/python-//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-daemon/}
 
 MAINTAINER=    kamel.derouiche%gmail.com@localhost
-HOMEPAGE=      https://pypi.python.org/pypi/python-daemon/
+HOMEPAGE=      https://pagure.io/python-daemon/
 COMMENT=       Library to implement a well-behaved Unix daemon process
 LICENSE=       gnu-gpl-v2
 
-DEPENDS+=      ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
+DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-lockfile>=0.10:../../devel/py-lockfile
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-mock>=1.3:../../devel/py-mock
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-testscenarios>=0.4:../../devel/py-testscenarios
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-testtools-[0-9]*:../../devel/py-testtools
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-unittest2>=0.5.1:../../devel/py-unittest2
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
+TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=1.3:../../devel/py-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-testscenarios>=0.4:../../devel/py-testscenarios
+TEST_DEPENDS+= ${PYPKGPREFIX}-testtools-[0-9]*:../../devel/py-testtools
+TEST_DEPENDS+= ${PYPKGPREFIX}-unittest2>=0.5.1:../../devel/py-unittest2
 
-USE_LANGUAGES=         # none
+USE_LANGUAGES= # none
 
-.include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 311ee0d6ac81 -r 964ef80b8db4 devel/py-daemon/distinfo
--- a/devel/py-daemon/distinfo  Tue Nov 27 16:31:09 2018 +0000
+++ b/devel/py-daemon/distinfo  Tue Nov 27 16:36:28 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2017/07/30 05:53:52 adam Exp $
+$NetBSD: distinfo,v 1.5 2018/11/27 16:36:28 adam Exp $
 
-SHA1 (python-daemon-2.1.2.tar.gz) = e333e9031424611b8974d2b2d2804dd26c4fae8e
-RMD160 (python-daemon-2.1.2.tar.gz) = 6803407c793e81ae4fe0847b9b398482c975404a
-SHA512 (python-daemon-2.1.2.tar.gz) = 28ae118fd652a0a26524215568df0b16264e3a844640fe47f0a08c45c7a16be1b60d78293c2fc13edfe1402a8b5dcd72ec11101c3b53e5b66f232b7e21d5d346
-Size (python-daemon-2.1.2.tar.gz) = 76176 bytes
+SHA1 (python-daemon-2.2.0.tar.gz) = 9135b7edafa5bcd457d88bb2c0dfae024b3d8778
+RMD160 (python-daemon-2.2.0.tar.gz) = 613947783fbb5a675e0209abc314c099032dacf5
+SHA512 (python-daemon-2.2.0.tar.gz) = c9726f62b01f304e096dde9c07a716fa428896d9adb0746205fd39a5a4f2372b45ea24e84ca5b8b93afd3fe8165bae868a583caf8aa82c9934d1edd62353343e
+Size (python-daemon-2.2.0.tar.gz) = 79509 bytes



Home | Main Index | Thread Index | Old Index