Re: git: 3a2565d8c2e4 - 2024Q2 - devel/py-hologram: Unbreak build by removing dependency upper-limit
- Reply: Ruslan Makhmatkhanov : "Re: git: 3a2565d8c2e4 - 2024Q2 - devel/py-hologram: Unbreak build by removing dependency upper-limit"
- In reply to: Ruslan Makhmatkhanov : "Re: git: 3a2565d8c2e4 - 2024Q2 - devel/py-hologram: Unbreak build by removing dependency upper-limit"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Jun 2024 08:54:41 UTC
On Tue, Jun 18, 2024 at 10:35 AM Ruslan Makhmatkhanov <rm@freebsd.org> wrote:
> 18.06.2024, 09:49, "Antoine Brodin" <antoine@freebsd.org>:
> On Mon, Jun 17, 2024 at 4:52 PM Ruslan Makhmatkhanov <rm@freebsd.org> wrote:
> The branch 2024Q2 has been updated by rm:
>
> URL: https://cgit.FreeBSD.org/ports/commit/?id=3a2565d8c2e44934be7c32417d625881ed6b5e53
>
> commit 3a2565d8c2e44934be7c32417d625881ed6b5e53
> Author: Yuri Victorovich <yuri@FreeBSD.org>
> AuthorDate: 2024-05-06 14:44:28 +0000
> Commit: Ruslan Makhmatkhanov <rm@FreeBSD.org>
> CommitDate: 2024-06-17 14:51:34 +0000
>
> devel/py-hologram: Unbreak build by removing dependency upper-limit
>
> Reported by: fallout
>
>
> Hello,
>
> This broke the 2024Q2 branch
> Please revert
>
> Antoine
>
> Yes, I asked about that in https://reviews.freebsd.org/R11:eb44fa832b1272ee0eb8273e13bc2dac348278c2#651874
> Reverting wouldn't unbreak this port. Are direct commits into branch allowed? This patch will fix the packaging:
Ok, please commit it.
Antoine
> diff --git a/devel/py-hologram/Makefile b/devel/py-hologram/Makefile
> index 704e231fbbbe..bc9edf8d2325 100644
> --- a/devel/py-hologram/Makefile
> +++ b/devel/py-hologram/Makefile
> @@ -1,5 +1,6 @@
> PORTNAME= hologram
> PORTVERSION= 0.0.16
> +PORTREVISION= 1
> CATEGORIES= devel python
> MASTER_SITES= PYPI
> PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
> @@ -10,7 +11,7 @@ WWW= https://github.com/dbt-labs/hologram
>
> LICENSE= MIT
>
> -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.8:devel/py-python-dateutil@${PY_FLAVOR} \
> +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.8:devel/py-dateutil@${PY_FLAVOR} \
> ${PYTHON_PKGNAMEPREFIX}jsonschema>=3.0:devel/py-jsonschema@${PY_FLAVOR}
>
> USES= python
>
>
> --
> Regards,
> Ruslan
>