Tornado 4.0.1 is old and insecure, however, a package still depends on
it. We now move the package from the main Python package set into the
expression of the package that needs it.
Add the package "pgpdump" at version v0.31 under the category
"tools/security", add it to the top-level package collection and set
myself as the maintainer (I added myself to lib/maintainers.nix).
I have tested this package under NixOS and Gentoo+Nix.
This version bump changes the dependencies, adding in two new packages
`poyo` and `jinja2_time`. This in turn fixes python3 support.
In order to get python3Packages.cookiecutter to build, I had to add pytest as
a dependency to whichcraft; I'm not sure why this wasn't already there.
I tried to build pypyPackages.cookiecutter, but the resulting binary
fails with the message:
$ cookiecutter gh:audreyr/cookiecutter-pypackage
Traceback (most recent call last):
File "/nix/store/v1czxi8amljxkp6nxi8x1hxa7lkb6i7c-pypy5.4.1-cookiecutter-1.4.0/bin/.cookiecutter-wrapped", line 8, in <module>
from cookiecutter.cli import main
ImportError: No module named cookiecutter
I'm not sure how to debug this.
Fix crafty and update to latest version
* Download URLs changed to www.craftychess.com
* crafty 23.4 doesn't quite build, updated to latest
* Modify the wrapping script so that the books are in the user's home (so that
they can be easily modified and also so that crafty can learn)
* End game table bases are no longer available (should be built) removed from
now
* Platform specific targets changed, I can only test linux, so removed darwin
for now
* The enormous pgn is no longer available, removed
* Removed craftyfull
update urls
move the books to HOME
So that learning works and we can modify books to control openings
remove leftovers
Delete unused parts
I have no idea how to build for ios, so I fixed linux build only (ios build was
broken anyway, so I removed it)
I couldn't find the new end game table bases, so I removed them for now.