2024-10-26 21:05:45 by Amitai Schleier | Files touched by this commit (3) |
Log message:
url2pkg: PYTHON_VERSIONS_INCOMPATIBLE=27 is the default now.
Bump version.
|
2024-09-17 19:18:13 by Roland Illig | Files touched by this commit (2) |
Log message:
pkgtools/url2pkg: document behavior with Perl and Python packages
Bump version.
|
2024-05-10 08:52:13 by Roland Illig | Files touched by this commit (1) |
Log message:
pkgtools/url2pkg: document PY_TEST_FLAGS to prevent pkglint warning
|
2024-05-10 08:33:04 by Roland Illig | Files touched by this commit (2) | |
Log message:
pkgtools/url2pkg: use deterministic filesystem lookups
Some filesystems return the filenames in unsorted order, so sort each
result of a 'glob' call. Reported by Adam Ciarcinski.
When looking for candidates for a package in the pkgsrc tree, only
consider directories that contain a Makefile. One of the url2pkg tests
looks for pkglint, and while a 'cvs update' is running, there is an old
entry 'devel/pkglint' in the filesystem that made the test fail.
|
2024-05-10 07:06:12 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
url2pkg: for Python 3.x only
|
2024-01-17 22:01:07 by Roland Illig | Files touched by this commit (3) |
Log message:
pkgtools/url2pkg: omit lowercase Perl dependencies, sort dependencies
|
2024-01-17 20:46:47 by Roland Illig | Files touched by this commit (1) |
Log message:
pkgtools/url2pkg: test Perl module with several dependencies
|
2024-01-17 20:09:24 by Roland Illig | Files touched by this commit (1) |
Log message:
pkgtools/url2pkg: fix license_default line in generated makefile
Previously, url2pkg generated a 'license_default=...' line in the
package Makefile, which was confusing. That line was supposed to be a
special url2pkg command, not a makefile variable.
Discovered by gdt@ while packaging devel/p5-Devel-Entropy.
|
2024-01-17 19:35:52 by Roland Illig | Files touched by this commit (1) | |
Log message:
pkgtools/url2pkg: update to 23.3.0
Changes since 23.2.1:
For Perl and Python packages, use TOOL_DEPENDS instead of BUILD_DEPENDS
for the build-time dependencies.
For Perl modules that use Module::Build, don't add a redundant
dependency to p5-Module-Build.
|
2024-01-17 19:33:43 by Roland Illig | Files touched by this commit (2) |
Log message:
pkgtools/url2pkg: skip p5-Module-Build for Module::Build Perl packages
That dependency is added implicitly whenever PERL5_MODULE_TYPE is
Module::Build.
Suggested by gdt@.
|