2019-09-12 04:49:34 by Roland Illig | Files touched by this commit (1) |
Log message: pkgtools/url2pkg: split Perl package code into separate subs |
2019-09-12 04:35:08 by Roland Illig | Files touched by this commit (1) |
Log message: pkgtools/url2pkg: discover test cases automatically |
2019-09-11 07:25:55 by Roland Illig | Files touched by this commit (4) | |
Log message: pkgtools/url2pkg: update to 2.34 Changes since 2.33: * code cleanup in MakeMaker.pm * don't create a PLIST for Perl packages * allow Python dependencies from setup.py to use spaces around >= * properly indented Python code according to PEP 8 * added mock for setuptools.find_package * only try to migrate a package from GitHub to PyPI if it is really a Python package on GitHub |
2019-09-09 10:08:03 by Maya Rashish | Files touched by this commit (2) |
Log message: url2pkg 2.33: fix cargo packaging typo. We don't have a third match to the regex. |
2019-08-18 23:04:37 by Roland Illig | Files touched by this commit (1) |
Log message: pkgtools/url2pkg: rewrite regular expression to avoid confusing mcedit |
2019-08-18 20:02:48 by Roland Illig | Files touched by this commit (2) |
Log message: pkgtools/url2pkg: add a few more tests |
2019-08-18 19:34:14 by Roland Illig | Files touched by this commit (2) |
Log message: pkgtools/url2pkg: document and clean up the code |
2019-08-18 18:18:04 by Roland Illig | Files touched by this commit (2) |
Log message: pkgtools/url2pkg: rename helper functions |
2019-08-18 18:09:01 by Roland Illig | Files touched by this commit (1) |
Log message: pkgtools/url2pkg: migrate from GitHub to PyPI if necessary Suggested by gdt@ via private mail. |
2019-08-18 15:59:38 by Roland Illig | Files touched by this commit (1) |
Log message: pkgtools/url2pkg: move chdir into the main test function |