2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-10-17 16:31:46 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-astor: remove unused test dependency, note test status
|
2024-04-30 16:31:11 by Thomas Klausner | Files touched by this commit (6) |
Log message:
*: restrict some to Python 3
|
2024-04-30 16:21:49 by Thomas Klausner | Files touched by this commit (2) |
Log message:
py-astor: Convert to wheel.mk.
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
|
2019-12-16 11:18:54 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-astor: updated to 0.8.1
0.8.1:
Create sdist before making a test release too
|
2019-05-22 23:06:44 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-astor: updated to 0.8.0
0.8.0:
New features
Support ast.Constant nodes being emitted by Python 3.8 (and initially created in \
Python 3.6).
Support Python 3.8's assignment expressions.
Support Python 3.8's f-string debugging syntax.
:func:astor.to_source now has a source_generator_class parameter to customize \
source code generation.
The :class:~SourceGenerator class can now be imported from the :mod:astor \
package directly. Previously, the astor.code_gen submodule was needed to be \
imported.
Support Python 3.8's positional only arguments. See PEP 570 for more details.
Bug fixes
Fix string parsing when there is a newline inside an f-string.
Fixed code generation with escaped braces in f-strings.
Fixed code generation with attributes of integer literals, and with u-prefixed \
string literals.
Fixed code generation with very large integers.
Fixed :class:astor.tree_walk.TreeWalk when attempting to access attributes \
created by Python's type system (such as __dict__ and __weakref__)
|
2018-07-06 10:09:50 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-astor: updated to 0.7.1
0.7.1:
Fix installation error introduced in 0.7.0
0.7:
Add Python 3.7 to classifiers
|