Re: git: 9e64667d8b37 - main - dns/py-dnspython: Update version 2.3.0=>2.4.0
Date: Fri, 28 Jul 2023 13:46:16 UTC
Correction. Use devel/poetry-core instead of devel/poetry fixed issue: ${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR} Tested in poudriere 13.2-p1 amd64. 28.07.2023 16:21, Vladimir Druzenko пишет: > Build without errors and without hyge deps like gcc12, rust and > openblas if revert this: > -BUILD_DEPENDS= > ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.3:devel/py-setuptools_scm@${PY_FLAVOR} > \ > - ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} > +BUILD_DEPENDS= > ${PYTHON_PKGNAMEPREFIX}poetry>0:devel/py-poetry@${PY_FLAVOR} > > 28.07.2023 16:08, Vladimir Druzenko пишет: >> Can we prevent this? >> >> ===>>> The following actions will be taken if you choose to proceed: >> Upgrade py310-dnspython-2.3.0,1 to py310-dnspython-2.4.0,1 >> Install devel/py-poetry@py310 >> Install devel/py-cleo@py310 >> Install devel/py-crashtest@py310 >> Install devel/py-poetry-core@py310 >> Install devel/py-rapidfuzz2@py310 >> Install devel/py-rapidfuzz-capi@py310 >> Install devel/py-scikit-build@py310 >> Install sysutils/py-distro@py310 >> Install devel/rapidfuzz-cpp >> Install devel/taskflow >> Install math/py-numpy@py310 >> Install lang/gcc12 >> Install devel/isl >> Install math/mpc >> Install math/openblas >> Install textproc/jarowinkler-cpp >> Install textproc/py-jarowinkler@py310 >> Install devel/py-dulwich@py310 >> Install devel/py-jsonschema@py310 >> Install devel/py-attrs@py310 >> Install devel/py-hatch-fancy-pypi-readme@py310 >> Install devel/py-hatchling@py310 >> Install devel/py-editables@py310 >> Install devel/py-pathspec@py310 >> Install devel/py-pluggy@py310 >> Install devel/py-trove-classifiers@py310 >> Install devel/py-calver@py310 >> Install devel/py-hatch-vcs@py310 >> Install devel/py-jsonschema-specifications@py310 >> Install devel/py-referencing@py310 >> Install devel/py-rpds-py@py310 >> Install devel/py-maturin@py310 >> Install devel/py-setuptools-rust@py310 >> Install devel/py-semantic-version@py310 >> Install devel/py-typing-extensions@py310 >> Install lang/rust >> Install devel/py-platformdirs@py310 >> Install devel/py-poetry-plugin-export@py310 >> Install devel/py-shellingham@py310 >> Install devel/py-virtualenv@py310 >> Install devel/py-distlib@py310 >> Install sysutils/py-filelock@py310 >> Install misc/py-pexpect@py310 >> Install sysutils/py-ptyprocess@py310 >> Install security/py-keyring@py310 >> Install devel/py-jaraco.classes@py310 >> Install devel/py-jaraco@py310 >> Install devel/py-more-itertools@py310 >> Install security/py-SecretStorage@py310 >> Install devel/py-dbus@py310 >> Install devel/dbus-glib >> Install devel/dbus >> Install devel/pydbus-common >> Install devel/py-jeepney@py310 >> Install security/py-cryptography@py310 >> Install devel/py-cffi@py310 >> Install devel/py-pycparser@py310 >> Install sysutils/py-pkginfo@py310 >> Install textproc/py-tomlkit@py310 >> Install www/py-cachecontrol@py310 >> Install devel/py-msgpack@py310 >> Install www/py-requests@py310 >> Install net/py-pysocks@py310 >> Install net/py-urllib3@py310 >> Install security/py-certifi@py310 >> Install security/py-openssl@py310 >> Install devel/py-six@py310 >> Install textproc/py-charset-normalizer@py310 >> Install www/py-html5lib@py310 >> Install converters/py-webencodings@py310 >> Install www/py-requests-toolbelt@py310 >> >> 16.07.2023 14:25, Muhammad Moinur Rahman пишет: >>> The branch main has been updated by bofh: >>> >>> URL: >>> https://cgit.FreeBSD.org/ports/commit/?id=9e64667d8b373406e4e1aee6bfb0521b12a1f59e >>> >>> commit 9e64667d8b373406e4e1aee6bfb0521b12a1f59e >>> Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> >>> AuthorDate: 2023-07-16 10:02:05 +0000 >>> Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> >>> CommitDate: 2023-07-16 11:24:44 +0000 >>> >>> dns/py-dnspython: Update version 2.3.0=>2.4.0 >>> Changelog: >>> https://github.com/rthalley/dnspython/releases/tag/v2.4.0 >>> --- >>> dns/py-dnspython/Makefile | 25 +++++++++++-------------- >>> dns/py-dnspython/distinfo | 6 +++--- >>> 2 files changed, 14 insertions(+), 17 deletions(-) >>> >>> diff --git a/dns/py-dnspython/Makefile b/dns/py-dnspython/Makefile >>> index fcdb308fa18f..584b647c3059 100644 >>> --- a/dns/py-dnspython/Makefile >>> +++ b/dns/py-dnspython/Makefile >>> @@ -1,6 +1,5 @@ >>> PORTNAME= dnspython >>> -PORTVERSION= 2.3.0 >>> -PORTEPOCH= 1 >>> +PORTVERSION= 2.4.0 >>> CATEGORIES= dns python >>> MASTER_SITES= PYPI >>> PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >>> @@ -12,31 +11,29 @@ WWW= https://www.dnspython.org/ >>> LICENSE= ISCL >>> LICENSE_FILE= ${WRKSRC}/LICENSE >>> -BUILD_DEPENDS= >>> ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.3:devel/py-setuptools_scm@${PY_FLAVOR} >>> \ >>> - ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} >>> +BUILD_DEPENDS= >>> ${PYTHON_PKGNAMEPREFIX}poetry>0:devel/py-poetry@${PY_FLAVOR} >>> USES= python >>> -USE_PYTHON= autoplist concurrent cython distutils >>> +USE_PYTHON= autoplist concurrent cython pep517 >>> NO_ARCH= yes >>> PORTEXAMPLES= ddns.py e164.py mx.py name.py reverse.py >>> reverse_name.py xfr.py \ >>> zonediff.py >>> -OPTIONS_DEFINE= CURIO DNSSEC DOH EXAMPLES IDNA TRIO >>> -CURIO_DESC= Coroutine-based library Support >>> +OPTIONS_DEFINE= DNSSEC DOH DOQ EXAMPLES IDNA TRIO >>> +OPTIONS_DEFAULT= DNSSEC DOH DOQ IDNA TRIO >>> + >>> DNSSEC_DESC= DNSSEC Support >>> DOH_DESC= DNS over HTTPS Support >>> +DOQ_DESC= DNS over QUIC Support >>> IDNA_DESC= Internationalizede Domain Names in Application >>> Support >>> TRIO_DESC= TRIO Support >>> -CURIO_RUN_DEPENDS= >>> ${PYTHON_PKGNAMEPREFIX}curio>=1.2:devel/py-curio@${PY_FLAVOR} \ >>> - ${PYTHON_PKGNAMEPREFIX}sniffio>=1.1:devel/py-sniffio@${PY_FLAVOR} >>> + >>> DNSSEC_RUN_DEPENDS= >>> ${PYTHON_PKGNAMEPREFIX}cryptography>=2.6:security/py-cryptography@${PY_FLAVOR} >>> -DOH_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}h2>0:www/py-h2@${PY_FLAVOR} \ >>> - ${PYTHON_PKGNAMEPREFIX}httpx>=0.21.10:www/py-httpx@${PY_FLAVOR} \ >>> - >>> ${PYTHON_PKGNAMEPREFIX}requests-toolbelt>0:www/py-requests-toolbelt@${PY_FLAVOR} >>> \ >>> - ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} >>> - # Requires h2>=4.1.0 >>> +DOH_RUN_DEPENDS= >>> ${PYTHON_PKGNAMEPREFIX}h2>=4.0.0:www/py-h2@${PY_FLAVOR} \ >>> + ${PYTHON_PKGNAMEPREFIX}httpx>=0.24.1:www/py-httpx@${PY_FLAVOR} >>> +DOQ_RUN_DEPENDS= >>> ${PYTHON_PKGNAMEPREFIX}aioquic>0:www/py-aioquic@${PY_FLAVOR} >>> IDNA_RUN_DEPENDS= >>> ${PYTHON_PKGNAMEPREFIX}idna>=2.1:dns/py-idna@${PY_FLAVOR} >>> TRIO_RUN_DEPENDS= >>> ${PYTHON_PKGNAMEPREFIX}trio>=0.14.0:net/py-trio@${PY_FLAVOR} >>> diff --git a/dns/py-dnspython/distinfo b/dns/py-dnspython/distinfo >>> index ee7704a08c48..3e49fec3cbed 100644 >>> --- a/dns/py-dnspython/distinfo >>> +++ b/dns/py-dnspython/distinfo >>> @@ -1,3 +1,3 @@ >>> -TIMESTAMP = 1680176439 >>> -SHA256 (dnspython-2.3.0.tar.gz) = >>> 224e32b03eb46be70e12ef6d64e0be123a64e621ab4c0822ff6d450d52a540b9 >>> -SIZE (dnspython-2.3.0.tar.gz) = 312313 >>> +TIMESTAMP = 1689499513 >>> +SHA256 (dnspython-2.4.0.tar.gz) = >>> 758e691dbb454d5ccf4e1b154a19e52847f79e21a42fef17b969144af29a4e6c >>> +SIZE (dnspython-2.4.0.tar.gz) = 327279 >> >> > -- Best regards, Vladimir Druzenko