From: Stuart Henderson Subject: Re: NEW: www/internetarchive To: "Anthony J. Bentley" Cc: ports@openbsd.org Date: Wed, 17 Apr 2024 19:50:03 +0100 On 2024/04/17 12:14, Anthony J. Bentley wrote: > Hi, > > > The internetarchive package provides a command-line tool named 'ia', > > as well as a Python module for programmatic access to Archive.org. > > > > > > Would have been fun to put it under archivers/, but I decided > > against it. > > > > ok? > > Updated RUN_DEPENDS. Generally python ports aren't using PKG_ARCH=*, I'd prefer to keep it like that. tests/cli/test_ia_download.py tests fail if ia isn't on the path so probably wants either a self-TEST_DEPENDS or adjusting the path to include the newly built files (TEST_ENV = PATH=${WRKINST}${PREFIX}/bin though this only works after 'make fake').