Index | Thread | Search

From:
Martin Ziemer <horrad@horrad.de>
Subject:
Re: [new port] productivity/remind-caldav
To:
"Kirill A. Korinsky" <kirill@korins.ky>
Cc:
ports@openbsd.org
Date:
Mon, 23 Jun 2025 06:38:53 +0200

Download raw body.

Thread
Am Sun, Jun 22, 2025 at 03:40:36PM +0200 schrieb Kirill A. Korinsky:
> On Sun, 22 Jun 2025 13:12:42 +0200,
> Martin Ziemer <horrad@horrad.de> wrote:
> > Am Sun, Jun 22, 2025 at 10:24:09AM +0200 schrieb Kirill A. Korinsky:
> > > On Fri, 20 Jun 2025 09:06:47 +0200,
> > > Both new ports read ok for me, but make test at py-remind fails as:
> > Found the Error: there was no dependency on py-vobject, which is needed.
> > (On my system this package was already installed, so no visible error)
> > Added dependency to py-dateutil as well, as it is named in setup.py.
> You have in py-remind:
> 
> BUILD_DEPENDS =	devel/py-coverage \
> 		devel/py-nose \
> 		textproc/py-vobject \
> 		devel/py-dateutil
> 
> But https://github.com/jspricke/python-remind/blob/v0.19.2/setup.py has:
> 
> install_requires=["python-dateutil", "vobject"],
> 
> are you sure that it is BUILD_DEPENDS and not RDEPS?
> 
> also, I don't see any trace of nose nor coverage which seems was droped by
> https://github.com/jspricke/python-remind/commit/5d788c226cb962341092acff02957b5dcb3e559e
You are right. And looking into it the Depends on remind-caldav itself
were also outdated.
I Fixed Depends for both in the attached tarball