summaryrefslogtreecommitdiff
path: root/pkgtools/url2pkg/files/python
AgeCommit message (Collapse)AuthorFilesLines
2022-08-26pkgtools/url2pkg: make distutils.version.LooseVersion more completerillig1-3/+15
For the benefit of wip/py-torch.
2022-08-25pkgtools/url2pkg: add support for distutils.errorsrillig3-0/+32
Needed for geography/py-maxmindb.
2022-08-25pkgtools/url2pkg: fix line endsrillig9-114/+114
2022-08-25pkgtools/url2pkg: support Python with setuptools.command.testrillig2-1/+18
Needed for www/py-pook 1.0.2.
2022-07-16url2pkg: split support files for Python distutils and setuptoolsrillig11-0/+154
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.