2022-01-14 12:49:45 by Thomas Klausner | Files touched by this commit (34) |
Log message: *: remove workaround patches for python 3.6 |
2022-01-14 12:29:14 by Thomas Klausner | Files touched by this commit (1) |
Log message: py-ephem: fix PLIST for python 2.7 |
2022-01-10 21:33:54 by Thomas Klausner | Files touched by this commit (1) |
Log message: py-ephem: fix for python 2.7 |
2022-01-10 10:06:06 by Thomas Klausner | Files touched by this commit (2) |
Log message: py-ephem: convert to egg.mk |
2021-10-26 12:56:13 by Nia Alarie | Files touched by this commit (458) |
Log message: math: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes |
2021-10-07 16:28:36 by Nia Alarie | Files touched by this commit (458) |
Log message: math: Remove SHA1 hashes for distfiles |
2020-05-31 22:49:34 by Joerg Sonnenberger | Files touched by this commit (14) |
Log message: Explicitly read files as unicode for Python 3. The content is converted using the system locale with Python 3.6 otherwise, falling back to ASCII. |
2020-05-13 16:53:29 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-ephem: updated to 3.7.7.1 3.7.7.1: Unknown changes |
2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message: all: migrate homepages from http to https pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually. |
2019-09-05 12:39:50 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-ephem: updated to 3.7.7.0 Version 3.7.7.0: Upgraded libastro to 3.7.7. The internal star catalog now includes all 57 navigational stars. The rise, culminate, and set returned by next_pass() are now consecutive values \ for a single pass. Pass singlepass=False to return the original next_rise, \ next_culminate, next_set even if next_set < next_rise (the satellite is \ already up). ephem.delta_t('0') now returns the correct value, instead of misbehaving for \ that particular input. |