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:25:31 by Nia Alarie | Files touched by this commit (47) |
Log message:
filesystems: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-21 14:16:25 by Greg Troxel | Files touched by this commit (4) | |
Log message:
filesystems/tahoe-lafs: Update to 1.16.0
Packaging changes:
Mark as incompatible with python 2.7, compared to previous release
which is 2.7 only.
Rototill dependencies to align with setup.py, dropping several
previous ones.
Upstream news:
1.16.0:
The major change in this release is the completion of the Python 3
port -- while maintaining support for Python 2. A future release
will remove Python 2 support.
The previously deprecated subcommands "start", "stop", \
"restart"
and "daemonize" have been removed. You must now use "tahoe \
run"
(possibly along with your favourite daemonization software).
Several features are now removed: the Account Server,
stats-gatherer and FTP support.
Previous to 1.16, but new to pkgsrc in this update:
Magic Folder has been removed to a separate project.
New command 'tahoe status'.
|
2021-10-07 15:51:05 by Nia Alarie | Files touched by this commit (47) |
Log message:
filesystems: Remove SHA1 hashes for distfiles
|
2021-03-19 15:30:23 by Greg Troxel | Files touched by this commit (3) |
Log message:
tahoe-lafs: Complete move from py-crypto to py-crytodome
|
2021-03-19 14:17:06 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
tahoe-lafs: depend on py-cryptodome
|
2021-03-19 13:59:42 by Greg Troxel | Files touched by this commit (1) |
Log message:
tahoe-lafs: Comment out py-crypto to avoid bulk
(I must missed the discussion about remove of py-crypto.)
|
2021-03-19 13:56:36 by Greg Troxel | Files touched by this commit (3) |
Log message:
tahoe-lafs: Revert to status quo antedeletionbellum
The newer versions have a number of runtime dependencies (not checked
at build time, as seems to be the unfortunate custom) that aren't
currently in pkgsrc. Given that this code is quite stable and likely
has users, it's better to stay how it was.
|
2021-03-19 00:23:31 by Greg Troxel | Files touched by this commit (1) |
Log message:
tahoe-lafs: add BROKEN to avoid bulk build failures
|