Next | Query returned 234 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2022-08-26 22:14:58 by Roland Illig | Files touched by this commit (1)
Log message:
pkgtools/url2pkg: make distutils.version.LooseVersion more complete

For the benefit of wip/py-torch.
   2022-08-26 22:11:35 by Roland Illig | Files touched by this commit (1)
Log message:
pkgtools/url2pkg: clean up Globals.pkgsrc_license

Having a nested function accessing nonlocal variables was more
complicated to understand than the straight-forward copy-and-paste code.
   2022-08-25 22:10:43 by Roland Illig | Files touched by this commit (4)
Log message:
pkgtools/url2pkg: add support for distutils.errors

Needed for geography/py-maxmindb.
   2022-08-25 21:56:07 by Roland Illig | Files touched by this commit (9)
Log message:
pkgtools/url2pkg: fix line ends
   2022-08-25 21:51:59 by Roland Illig | Files touched by this commit (4)
Log message:
pkgtools/url2pkg: support Python with setuptools.command.test

Needed for www/py-pook 1.0.2.
   2022-07-26 23:50:10 by Roland Illig | Files touched by this commit (1)
Log message:
url2pkg: clean up package Makefile

Start each shell command in a new line. This makes it easier to find the
'for' that corresponds to the 'done', especially since the 'done' could
also be started by a 'while' or an 'until'.

No functional change.
   2022-07-16 11:16:50 by Roland Illig | Files touched by this commit (1)
Log message:
url2pkg: disable resuming transfers when fetching distfiles

Resuming the transfer only works if there already is a distinfo file, as
otherwise the correct size of the file is not known.

This prevents these warnings from mk/fetch/fetch:
> fetch: ``-r'' requires ``-f distinfo''.
> fetch: Falling back to non-resume fetch.
   2022-07-16 10:59:39 by Roland Illig | Files touched by this commit (16)
Log message:
url2pkg: split support files for Python distutils and setuptools

When url2pkg determines the metadata of a Python module, it had merged
the two implementations for Python's distutils and setuptools, which
made the code hard to understand.  Split them again.

Extend the support for setuptools, so that url2pkg correctly handles
wip/pytorch; it still fails because pytorch does some Git stuff from
inside setup.py, but that may be fixed later.

Bump version to 22.2.0.
   2022-06-30 13:19:02 by Nia Alarie | Files touched by this commit (524)
Log message:
*: Revbump packages that use Python at runtime without a PKGNAME prefix
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36

Next | Query returned 234 messages, browsing 31 to 40 | Previous