2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-05-19 11:54:00 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-argcomplete: updated to 1.12.3
Changes for v1.12.3
- Update importlib-metadata version pin
- Display script debug output in tcsh
- Fish support improvements
- Print ``warn()`` message from beginning of line
- Test infrastructure improvements
|
2020-11-24 07:30:28 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-argcomplete: updated to 1.12.2
Changes for v1.12.2
- Update importlib-metadata dependency pin
- Add change log project URL
- Replace Travis CI with GitHub Actions
|
2020-10-19 14:31:56 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-argcomplete: updated to 1.12.1
Changes for v1.12.1
- Update importlib-metadata dependency version range
- Bash nounset mode fixes
|
2020-07-14 19:43:46 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-argcomplete: updated to 1.12.0
Changes for v1.12.0
- Help string support for fish
- Add option to use tempfiles for IPC
- Fix multiple command registration for non-bash shells
- Register auto completion for an arbitrary name using a given external
script
- Skip completions from active subprocess completer
- Fix warnings regarding invalid escape sequences
|
2020-05-27 21:37:44 by Thomas Klausner | Files touched by this commit (60) |
Log message:
*: reset MAINTAINER for fhajny on his request
|
2020-02-11 18:21:26 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-argcomplete: updated to 1.11.1
Changes for v1.11.1:
- Add -o bashdefault to register-python-argcomplete’s output command
Changes for v1.11.0:
- Use shell builtins where possible
- Switch from pkg_resources to importlib
- Remove .sh extension by bash-completion convention
- Catch exceptions in \_check_module
- Documentation and test improvements
|