pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-daemon



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat May  8 09:16:15 UTC 2021

Modified Files:
        pkgsrc/devel/py-daemon: Makefile distinfo

Log Message:
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`.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-daemon/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-daemon/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-daemon/Makefile
diff -u pkgsrc/devel/py-daemon/Makefile:1.16 pkgsrc/devel/py-daemon/Makefile:1.17
--- pkgsrc/devel/py-daemon/Makefile:1.16        Mon Aug 31 23:07:01 2020
+++ pkgsrc/devel/py-daemon/Makefile     Sat May  8 09:16:15 2021
@@ -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 @@ HOMEPAGE=   https://pagure.io/python-daemo
 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"

Index: pkgsrc/devel/py-daemon/distinfo
diff -u pkgsrc/devel/py-daemon/distinfo:1.7 pkgsrc/devel/py-daemon/distinfo:1.8
--- pkgsrc/devel/py-daemon/distinfo:1.7 Thu Dec  5 14:51:01 2019
+++ pkgsrc/devel/py-daemon/distinfo     Sat May  8 09:16:15 2021
@@ -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