<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/pkgtools/url2pkg, branch trunk</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=trunk</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=trunk'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2022-08-26T20:14:58Z</updated>
<entry>
<title>pkgtools/url2pkg: make distutils.version.LooseVersion more complete</title>
<updated>2022-08-26T20:14:58Z</updated>
<author>
<name>rillig</name>
<email>rillig@pkgsrc.org</email>
</author>
<published>2022-08-26T20:14:58Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f90b2892cf75a41e42775eb2e14c50df6b8c3504'/>
<id>urn:sha1:f90b2892cf75a41e42775eb2e14c50df6b8c3504</id>
<content type='text'>
For the benefit of wip/py-torch.</content>
</entry>
<entry>
<title>pkgtools/url2pkg: clean up Globals.pkgsrc_license</title>
<updated>2022-08-26T20:11:35Z</updated>
<author>
<name>rillig</name>
<email>rillig@pkgsrc.org</email>
</author>
<published>2022-08-26T20:11:35Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f04be7e32f5fe737594a650edb25f563a1819800'/>
<id>urn:sha1:f04be7e32f5fe737594a650edb25f563a1819800</id>
<content type='text'>
Having a nested function accessing nonlocal variables was more
complicated to understand than the straight-forward copy-and-paste code.</content>
</entry>
<entry>
<title>pkgtools/url2pkg: add support for distutils.errors</title>
<updated>2022-08-25T20:10:42Z</updated>
<author>
<name>rillig</name>
<email>rillig@pkgsrc.org</email>
</author>
<published>2022-08-25T20:10:42Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=81050baf167493f2687546893553015084e48fc3'/>
<id>urn:sha1:81050baf167493f2687546893553015084e48fc3</id>
<content type='text'>
Needed for geography/py-maxmindb.</content>
</entry>
<entry>
<title>pkgtools/url2pkg: fix line ends</title>
<updated>2022-08-25T19:56:07Z</updated>
<author>
<name>rillig</name>
<email>rillig@pkgsrc.org</email>
</author>
<published>2022-08-25T19:56:07Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=685fd8d21de02694deab215023c186dfb51d1a47'/>
<id>urn:sha1:685fd8d21de02694deab215023c186dfb51d1a47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pkgtools/url2pkg: support Python with setuptools.command.test</title>
<updated>2022-08-25T19:51:59Z</updated>
<author>
<name>rillig</name>
<email>rillig@pkgsrc.org</email>
</author>
<published>2022-08-25T19:51:59Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=cbb8e7ca98aea1b22c90e3d61619b421004e2a4f'/>
<id>urn:sha1:cbb8e7ca98aea1b22c90e3d61619b421004e2a4f</id>
<content type='text'>
Needed for www/py-pook 1.0.2.</content>
</entry>
<entry>
<title>url2pkg: clean up package Makefile</title>
<updated>2022-07-26T21:50:10Z</updated>
<author>
<name>rillig</name>
<email>rillig@pkgsrc.org</email>
</author>
<published>2022-07-26T21:50:10Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3c6a487f21bf789ee89c70c9506c138aab9c18ca'/>
<id>urn:sha1:3c6a487f21bf789ee89c70c9506c138aab9c18ca</id>
<content type='text'>
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.</content>
</entry>
<entry>
<title>url2pkg: disable resuming transfers when fetching distfiles</title>
<updated>2022-07-16T09:16:50Z</updated>
<author>
<name>rillig</name>
<email>rillig@pkgsrc.org</email>
</author>
<published>2022-07-16T09:16:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ef0fec0bb4d8efb567c1ff08c321475589802c42'/>
<id>urn:sha1:ef0fec0bb4d8efb567c1ff08c321475589802c42</id>
<content type='text'>
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:
&gt; fetch: ``-r'' requires ``-f distinfo''.
&gt; fetch: Falling back to non-resume fetch.</content>
</entry>
<entry>
<title>url2pkg: split support files for Python distutils and setuptools</title>
<updated>2022-07-16T08:59:38Z</updated>
<author>
<name>rillig</name>
<email>rillig@pkgsrc.org</email>
</author>
<published>2022-07-16T08:59:38Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e8b2442e1bacce72d9877eb0163eabe17bcdf2b2'/>
<id>urn:sha1:e8b2442e1bacce72d9877eb0163eabe17bcdf2b2</id>
<content type='text'>
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.</content>
</entry>
<entry>
<title>*: Revbump packages that use Python at runtime without a PKGNAME prefix</title>
<updated>2022-06-30T11:18:01Z</updated>
<author>
<name>nia</name>
<email>nia@pkgsrc.org</email>
</author>
<published>2022-06-30T11:18:01Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c8c52b1eaa9f02980199a8b4bc92344ac344e087'/>
<id>urn:sha1:c8c52b1eaa9f02980199a8b4bc92344ac344e087</id>
<content type='text'>
</content>
</entry>
<entry>
<title>*: recursive bump for perl 5.36</title>
<updated>2022-06-28T11:30:51Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2022-06-28T11:30:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5da87348cb57d8d1df6910cb892114c53beab8b0'/>
<id>urn:sha1:5da87348cb57d8d1df6910cb892114c53beab8b0</id>
<content type='text'>
</content>
</entry>
</feed>
