2022-06-14 15:29:18 by Greg Troxel | Files touched by this commit (1) |
Log message: comms/py-nodemcu-uploader: Mark as not for python 2.7 |
2022-06-14 15:24:54 by Greg Troxel | Files touched by this commit (3) | |
Log message: comms/py-nodemcu-uploader: Update to 1.0.0 This update is less momentous than it seems; more like 'declaring it stable' than a major new release. Upstream does not provide NEWS, but reviewing git history: - drop support for python 2.7 - add backup command (that lists files and gets them all) - bugfixes and minor improvements - improved default serial port detection |
2022-06-14 14:18:52 by Greg Troxel | Files touched by this commit (1) |
Log message: comms/py-nodemcu-uploader: Sort PLIST (NFCI) |
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 12:06:07 by Nia Alarie | Files touched by this commit (85) |
Log message: comms: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes |
2021-10-07 15:27:10 by Nia Alarie | Files touched by this commit (85) |
Log message: comms: Remove SHA1 hashes for distfiles |
2019-08-13 18:49:08 by Greg Troxel | Files touched by this commit (2) |
Log message: comms/py-nodemcu-uploader: Pivot to PyPi distfile This avoids pain from non-standard naming on github. |