summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/ecdsa (follow)
Commit message (Expand)AuthorAgeFilesLines
* python3Packages.ecdsa: 0.16.1 -> 0.17.0Martin Weinelt2021-06-211-2/+2
* treewide: remove stdenv where not neededPavol Rusnak2021-01-251-1/+1
* treewide: with stdenv.lib; in meta -> with lib;•••Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix Profpatsch2021-01-111-2/+2
* python3Packages.ecdsa: 0.15 -> 0.16.1Frederik Rietdijk2020-12-011-2/+2
* Unmaintain packages I don't use anymore•••Just got a reminder via the vulnerability roundup[1] that I'm still listed as maintainer for Synergy, even though I stopped using it years ago. I'll also take this as an opportunity to remove myself from other packages which I stopped using and thus most certainly won't be able to maintain. The latter is already hard enough these days for software which I *do* use. [1]: https://github.com/NixOS/nixpkgs/issues/94007 Signed-off-by: aszlig <aszlig@nix.build> aszlig2020-07-281-1/+0
* python: ecdsa: 0.14.1 -> 0.15Frederik Rietdijk2020-06-111-2/+2
* pythonPackages.ecdsa: add six dependencyJonathan Ringer2019-12-301-0/+2
* python: ecdsa: 0.13.3 -> 0.14.1Frederik Rietdijk2019-12-301-2/+2
* python: ecdsa: 0.13.2 -> 0.13.3Frederik Rietdijk2019-10-181-2/+2
* python: ecdsa: 0.13 -> 0.13.2Frederik Rietdijk2019-04-241-2/+2
* pythonPackages: fix native / check inputsFrederik Rietdijk2019-01-151-1/+1
* pythonPackages.ecdsa: refactor move to python-modjulesChris Ostrouchov2018-10-171-0/+26
* python ecdsa: remove duplicate•••ecdsa was specified in python-modules/ and in python-packages.nix. Frederik Rietdijk2015-12-111-18/+0
* Fix many package descriptions•••(My OCD kicked in today...) Remove repeated package names, capitalize first word, remove trailing periods and move overlong descriptions to longDescription. I also simplified some descriptions as well, when they were particularly long or technical, often based on Arch Linux' package descriptions. I've tried to stay away from generated expressions (and I think I succeeded). Some specifics worth mentioning: * cron, has "Vixie Cron" in its description. The "Vixie" part is not mentioned anywhere else. I kept it in a parenthesis at the end of the description. * ctags description started with "Exuberant Ctags ...", and the "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis at the end of description. * nix has the description "The Nix Deployment System". Since that doesn't really say much what it is/does (especially after removing the package name!), I changed that to "Powerful package manager that makes package management reliable and reproducible" (borrowed from nixos.org). * Tons of "GNU Foo, Foo is a [the important bits]" descriptions is changed to just [the important bits]. If the package name doesn't contain GNU I don't think it's needed to say it in the description either. Bjørn Forsman2014-08-241-2/+2
* electrum: initial expression•••Electrum is a Bitcoin thin-wallet. https://electrum.org Emery Hemingway2014-03-231-0/+18