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-12-30 14:05:42 by Adam Ciarcinski | Files touched by this commit (125) |
Log message:
Forget about Python 3.6
|
2021-10-26 13:24:47 by Nia Alarie | Files touched by this commit (263) |
Log message:
time: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 17:04:23 by Nia Alarie | Files touched by this commit (263) |
Log message:
time: Remove SHA1 hashes for distfiles
|
2021-06-13 19:56:15 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-vdirsyncer: updated to 0.18.0
Version 0.18.0
==============
Note: Version 0.17 has some alpha releases but ultimately was never finalised.
0.18 actually continues where 0.16 left off.
- Support for Python 3.5 and 3.6 has been dropped. This release mostly focuses
on keeping vdirsyncer compatible with newer environments.
- click 8 and click-threading 0.5.0 are now required.
- For those using ``pipsi``, we now recommend using ``pipx``, it's successor.
- Python 3.9 is now supported.
- Our Debian/Ubuntu build scripts have been updated. New versions should be
pushed to those repositories soon.
|
2020-12-05 11:06:39 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-vdirsyncer: mark as not working with python 3.9
|
2020-07-22 08:36:22 by Thomas Klausner | Files touched by this commit (3) |
Log message:
py-vdirsyncer: accept current click (pkgsrc is newer than upper bound)
Bump PKGREVISION.
|
2020-07-18 01:25:12 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-vdirsyncer: update to 0.16.8.
Version 0.16.8
==============
*released 09 June 2020*
- Support Python 3.7 and 3.8.
This release is functionally identical to 0.16.7.
It's been tested with recent Python versions, and has been marked as supporting
them. It will also be the final release supporting Python 3.5 and 3.6.
|
2019-11-02 17:28:42 by Roland Illig | Files touched by this commit (40) |
Log message:
time: align variable assignments
pkglint -Wall -F --only aligned -r
No manual corrections.
|