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.3.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0853c008752f
branches:  trunk
changeset: 452303:0853c008752f
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat May 08 09:16:15 2021 +0000

description:
py-daemon: updated to 2.3.0

Version 2.3.0
=============
Removed:

* Remove support for Python versions older than Python 3.

  Python 2 has been unsupported by the Python project since 2020.

* Remove dependency on back-ported `unittest2` and `mock`.
  Depend instead on standard library `unittest` and `unittest.mock`.

diffstat:

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

diffs (52 lines):

diff -r a4347e8df4e3 -r 0853c008752f devel/py-daemon/Makefile
--- a/devel/py-daemon/Makefile  Sat May 08 09:14:20 2021 +0000
+++ b/devel/py-daemon/Makefile  Sat May 08 09:16:15 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2020/08/31 23:07:01 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2021/05/08 09:16:15 adam Exp $
 
-DISTNAME=      python-daemon-2.2.4
+DISTNAME=      python-daemon-2.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/python-//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-daemon/}
@@ -10,19 +10,16 @@
 COMMENT=       Library to implement a well-behaved Unix daemon process
 LICENSE=       gnu-gpl-v2
 
+DEPENDS+=      ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
 DEPENDS+=      ${PYPKGPREFIX}-lockfile>=0.10:../../devel/py-lockfile
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-twine-[0-9]*:../../net/py-twine
-TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=1.3:../../devel/py-mock
+DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
 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
-
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-PYTHON_VERSIONED_DEPENDENCIES+=        setuptools
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r a4347e8df4e3 -r 0853c008752f devel/py-daemon/distinfo
--- a/devel/py-daemon/distinfo  Sat May 08 09:14:20 2021 +0000
+++ b/devel/py-daemon/distinfo  Sat May 08 09:16:15 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/12/05 14:51:01 adam Exp $
+$NetBSD: distinfo,v 1.8 2021/05/08 09:16:15 adam Exp $
 
-SHA1 (python-daemon-2.2.4.tar.gz) = 14a86a2088915edb8f8651629d3ebe94749029eb
-RMD160 (python-daemon-2.2.4.tar.gz) = 2447e4d6f1fe6fa0d4c9b5cd5751d12ba86bc27d
-SHA512 (python-daemon-2.2.4.tar.gz) = 9a7a4e23e126f05e4c1c503f15401cddd758c5f9195c370997060ca1bbfe71cc51d82d3ae16bcf0023c28fa50b0b8d6cd406e515b27725ffa9fec10fde3ed64a
-Size (python-daemon-2.2.4.tar.gz) = 80775 bytes
+SHA1 (python-daemon-2.3.0.tar.gz) = c1a321e0751dfae5a082cd4a0b7924b30bb4d2a1
+RMD160 (python-daemon-2.3.0.tar.gz) = d319b4f9fc17323f724c52dfd5627e8318bc6f0d
+SHA512 (python-daemon-2.3.0.tar.gz) = 30bb70821aae720d09032c8c666524fa9a1a486314ffff73eb161231a1f2b954914295b4ad41f9c8529bc045fb6d0f89256bc59f8979a4f8a6698e9bd4d7441a
+Size (python-daemon-2.3.0.tar.gz) = 82831 bytes



Home | Main Index | Thread Index | Old Index