summaryrefslogtreecommitdiff
path: root/pkgtools/url2pkg/files/python/setuptools
AgeCommit message (Collapse)AuthorFilesLines
2022-08-25pkgtools/url2pkg: fix line endsrillig4-28/+28
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 setuptoolsrillig6-0/+68
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.