Re: Fwd: [Update] devel/py-tqdm (from lau...@tratt.net)

2024-05-31 Thread Stuart Henderson
On 2024/05/31 09:19, Laurence Tratt wrote: > A quick ping on this one: I've tested it with the latest ports tree > (including ffmpeg-normalize) and it works as expected (including `make > test`). oops, sorry for the delay - committed.

Fwd: [Update] devel/py-tqdm (from lau...@tratt.net)

2024-05-31 Thread Laurence Tratt
bject: [Update] devel/py-tqdm This patch updates devel/py-tqdm. [Note that it implicitly relies on the recent devel/py-test update: without it, there will be a missing (indirect) dependency that causes `make test` to fail.] Tested working with audio/ffmpeg-normalize. Laurie diff --git devel/py

[Update] devel/py-tqdm

2024-04-19 Thread Laurence Tratt
This patch updates devel/py-tqdm. [Note that it implicitly relies on the recent devel/py-test update: without it, there will be a missing (indirect) dependency that causes `make test` to fail.] Tested working with audio/ffmpeg-normalize. Laurie diff --git devel/py-tqdm/Makefile devel/py-tqdm/Ma

Re: [Update] devel/py-tqdm

2023-08-07 Thread Laurence Tratt
On Fri, Jul 28, 2023 at 03:20:37PM +0100, Laurence Tratt wrote: Ping on this update (needed for ffmpeg-normalize). Laurie > The patch below updates devel/py-tqdm to the latest version. Lightly > tested with ffmpeg-normalize. > > > Laurie > > > diff --git devel/py-tqdm/Makefile devel/py-tqdm

[Update] devel/py-tqdm

2023-07-28 Thread Laurence Tratt
The patch below updates devel/py-tqdm to the latest version. Lightly tested with ffmpeg-normalize. Laurie diff --git devel/py-tqdm/Makefile devel/py-tqdm/Makefile index 8de57c1bc08..17226fa83b8 100644 --- devel/py-tqdm/Makefile +++ devel/py-tqdm/Makefile @@ -1,9 +1,8 @@ COMMENT =

Re: [Update] devel/py-tqdm

2021-04-28 Thread Stuart Henderson
On 2021/04/28 20:10, Laurence Tratt wrote: > On Wed, Apr 28, 2021 at 01:30:19PM +0100, Stuart Henderson wrote: > > Hello Stuart, > > > The contrib files are still installed by "make fake". If you want to strip > > them out please add a post-install target that removes them so that > > regeneratin

Re: [Update] devel/py-tqdm

2021-04-28 Thread Laurence Tratt
On Wed, Apr 28, 2021 at 01:30:19PM +0100, Stuart Henderson wrote: Hello Stuart, > The contrib files are still installed by "make fake". If you want to strip > them out please add a post-install target that removes them so that > regenerating plist doesn't bring them back. I don't see a big need t

Re: [Update] devel/py-tqdm

2021-04-28 Thread Stuart Henderson
On 2021/04/28 12:31, Laurence Tratt wrote: > On Tue, Mar 30, 2021 at 10:09:04PM +0100, Laurence Tratt wrote: > > > This is a slightly overdue update to devel/py-tqdm. I have stripped out the > > contrib/ part of the PLIST, as it's not clear to me that it's adding > > anything useful. If someone is

Re: [Update] devel/py-tqdm

2021-04-28 Thread Laurence Tratt
On Tue, Mar 30, 2021 at 10:09:04PM +0100, Laurence Tratt wrote: > This is a slightly overdue update to devel/py-tqdm. I have stripped out the > contrib/ part of the PLIST, as it's not clear to me that it's adding > anything useful. If someone is making use of that, please shout! Anyone for the de

Re: [Update] devel/py-tqdm

2021-04-12 Thread Laurence Tratt
On Tue, Mar 30, 2021 at 10:09:04PM +0100, Laurence Tratt wrote: I know we're nearing ports lock, but in case anyone still wants to look at the devel/py-tqdm update from a couple of weeks back... Laurie > This is a slightly overdue update to devel/py-tqdm. I have stripped out the > contrib/ part

[Update] devel/py-tqdm

2021-03-30 Thread Laurence Tratt
This is a slightly overdue update to devel/py-tqdm. I have stripped out the contrib/ part of the PLIST, as it's not clear to me that it's adding anything useful. If someone is making use of that, please shout! Laurie Index: Makefile ==