Am 27.12.24 um 22:04 schrieb Stuart Henderson:
> ok to update py-daemon and import this new dep (textproc/py-changelog-chug)?
> changelog at https://pagure.io/python-daemon/blob/main/f/ChangeLog
Hi Stuart,
thank you for the Update. I see the diff, but don't see the new dep?
-m
>
> 3.0.2 fixes build with newer setuptools, but I don't see a reason not to
> go for the newest.
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/sysutils/py-daemon/Makefile,v
> diff -u -p -r1.22 Makefile
> --- Makefile 21 Dec 2024 11:38:53 -0000 1.22
> +++ Makefile 27 Dec 2024 20:59:29 -0000
> @@ -1,10 +1,9 @@
> COMMENT = library to implement a Unix daemon process
>
> -MODPY_DISTV = 3.0.1
> -DISTNAME = python-daemon-${MODPY_DISTV}
> +MODPY_DISTV = 3.1.2
> +DISTNAME = python_daemon-${MODPY_DISTV}
> PKGNAME = py-daemon-${MODPY_DISTV}
> CATEGORIES = sysutils
> -REVISION = 1
>
> MAINTAINER = Martin Reindl <martin@catai.org>
>
> @@ -17,14 +16,14 @@ MODULES = lang/python
> MODPY_PI = Yes
> MODPY_PYBUILD = setuptools
>
> -BUILD_DEPENDS = textproc/py-docutils
> +BUILD_DEPENDS = textproc/py-changelog-chug \
> + textproc/py-docutils
>
> RUN_DEPENDS = sysutils/py-lockfile
>
> -# XXX also needs py-testscenarios
> -TEST_DEPENDS= devel/py-test \
> -# devel/py-testscenarios \
> - devel/py-testtools
> +# needs py-testscenarios, not in ports
> +TEST_DEPENDS = devel/py-test \
> + devel/py-testtools
>
> DOCSDIR = ${PREFIX}/share/doc/${MODPY_PY_PREFIX}daemon
>
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/sysutils/py-daemon/distinfo,v
> diff -u -p -r1.5 distinfo
> --- distinfo 24 Oct 2023 18:47:12 -0000 1.5
> +++ distinfo 27 Dec 2024 20:59:29 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (python-daemon-3.0.1.tar.gz) = bFdFI3L36v9Ak0ocA60YJr9eeTVY6H/vSRMeZGS02uU=
> -SIZE (python-daemon-3.0.1.tar.gz) = 81337
> +SHA256 (python_daemon-3.1.2.tar.gz) = 97BDNa3Ec96Hf1EX4m1fEUL0yffNdlQI8Id3V75a+/Q=
> +SIZE (python_daemon-3.1.2.tar.gz) = 71576
> Index: pkg/PLIST
> ===================================================================
> RCS file: /cvs/ports/sysutils/py-daemon/pkg/PLIST,v
> diff -u -p -r1.7 PLIST
> --- pkg/PLIST 21 Dec 2024 11:38:53 -0000 1.7
> +++ pkg/PLIST 27 Dec 2024 20:59:29 -0000
> @@ -1,17 +1,14 @@
> -@pkgpath sysutils/py-daemon,python3
> @conflict py-daemon-*
> +@pkgpath sysutils/py-daemon,python3
> lib/python${MODPY_VERSION}/site-packages/daemon/
> lib/python${MODPY_VERSION}/site-packages/daemon/__init__.py
> ${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/daemon/${MODPY_PYCACHE}/
> lib/python${MODPY_VERSION}/site-packages/daemon/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
> lib/python${MODPY_VERSION}/site-packages/daemon/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/daemon/${MODPY_PYCACHE}_metadata.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
> -lib/python${MODPY_VERSION}/site-packages/daemon/${MODPY_PYCACHE}_metadata.${MODPY_PYC_MAGIC_TAG}pyc
> lib/python${MODPY_VERSION}/site-packages/daemon/${MODPY_PYCACHE}daemon.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
> lib/python${MODPY_VERSION}/site-packages/daemon/${MODPY_PYCACHE}daemon.${MODPY_PYC_MAGIC_TAG}pyc
> lib/python${MODPY_VERSION}/site-packages/daemon/${MODPY_PYCACHE}pidfile.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
> lib/python${MODPY_VERSION}/site-packages/daemon/${MODPY_PYCACHE}pidfile.${MODPY_PYC_MAGIC_TAG}pyc
> -lib/python${MODPY_VERSION}/site-packages/daemon/_metadata.py
> lib/python${MODPY_VERSION}/site-packages/daemon/daemon.py
> lib/python${MODPY_VERSION}/site-packages/daemon/pidfile.py
> lib/python${MODPY_VERSION}/site-packages/python_daemon-${MODPY_DISTV}.dist-info/
No comments:
Post a Comment