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 19:09:49 by Adam Ciarcinski | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-autopep8: updated to 1.6.0
v1.6.0
Change
required pycodestyle version 2.8.0 and higher version
Buf Fix
Ignore Settings for W292 Do Not Work
Multiple #autopep8: off/on directives in one file do not work
--hang-closing option does not work for non-indented lines
|
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-12 11:33:29 by Adam Ciarcinski | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-autopep8: updated to 1.5.7
v1.5.7
Change
* disallow 0 for indent-size option
* exit code is 99 when error occured cli option parsing
Bug Fix
* exit code correctly on permission denied failure
|
2021-03-20 20:07:14 by Adam Ciarcinski | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-autopep8: updated to 1.5.6
v1.5.6
Update
pycodestyle version 2.7.0 and higher is now required
Bug Fix
E128 check similar to pycodestyle
|
2021-02-08 15:36:24 by Adam Ciarcinski | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-autopep8: updated to 1.5.5
v1.5.5:
bug fix and minor improvements
improvement
* lazy load toml package
fix bug
* not convert raw string for w605 fixed method
|
2020-08-03 15:49:56 by Adam Ciarcinski | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-autopep8: updated to 1.5.4
Version 1.5.4
new feature
* Skip formatting of a block in a file
- use with fmt: on/off or autopep8: on/off
fix bugs
* ignoring W292 with --ignore option
* ignore SyntaxWarning in Python3.8+
|
2020-06-01 07:12:22 by Adam Ciarcinski | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
py-autopep8: updated to 1.5.3
version 1.5.3
changes
requirement pycodestyle version 2.6.0+
fix bugs
Expected pyproject.toml configuration syntax incompatible with TOML format
Fix incompatible exit code with --jobs=0 and --exit-code
Fix hangup E122 fixed method with backslash
|