2024-10-14 11:46:05 by Thomas Klausner | Files touched by this commit (2) |
Log message:
py-pkgconfig: convert to wheel.mk
Remove unused test dependency.
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-07-26 19:28:51 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-pkgconfig: updated to 1.5.5
1.5.5:
Unknown changes
|
2021-06-07 13:56:11 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-pkgconfig: updated to 1.5.4
Version 1.5.4
Adjust pyproject.toml and drop Python 2 support
Version 1.5.3
Add configure_extension API
|
2021-02-19 06:51:51 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-pkgconfig: updated to 1.5.2
1.5.2:
Unknown changes
|
2019-04-04 11:30:06 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-pkgconfig: updated to 1.5.1
Version 1.5.1
Fix 43: do not specify pytest Python version
Version 1.5.0
Use poetry instead of setuptools directly
Fix 42: raise exception if package is missing
Fix version parsing for openssl-like version numbers
Fix 31: expose --modversion
Fix 30: strip whitespace from variable names
|
2018-08-22 14:53:13 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-pkgconfig: updated to 1.4.0
Version 1.4.0
Add boolean static keyword to output private libraries as well
Raise original OSError as well
|
2018-02-11 19:46:48 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-pkgconfig: update to 1.3.1.
Version 1.3.1
~~~~~~~~~~~~~
- Fix compatibility problems with Python 2.6
Version 1.3.0
~~~~~~~~~~~~~
- Add variables() API to query defined variables
- Disable Python 3.2 and enable Python 3.5 and 3.6 tests
- Fix #16: handle spaces of values in .pc files correctly
|