about summary refs log tree commit diff
path: root/pkgs/development/python-modules/acme
AgeCommit message (Collapse)AuthorFilesLines
2024-05-22python3Packages: format with nixfmtMartin Weinelt1-15/+25
2024-01-07python311Packages.pyrfc3339: rename from pyRFC3339Felix Buehler1-2/+2
2023-12-07python3.pkgs.*: Explicitly pass buildPythonPackage format parameteradisbladis1-0/+1
Long term we should move everything over to `pyproject = true`, but in the mean time we can work towards deprecating the implicit `format` paremeter. cc https://github.com/NixOS/nixpkgs/issues/253154 cc @mweinelt @figsoda
2023-08-03treewide: noop: refer to `src.name` or similar in `sourceRoot` where ↵Jan Malakhovski1-1/+1
appropriate, part 1: trivial cases
2021-04-02python3Packages.acme: remove mock from propagatedBuildInputsRobert Schütz1-2/+1
2020-12-08pythonPackages.acme: Disable testsSandro Jäckel1-2/+3
2019-02-03acme: remove unneeded 'nose' dep, use 'sourceRoot' instead of postUnpackWill Dietz1-3/+2
Specifying "source" in sourceRoot isn't ideal (hopefully it doesn't change, again?) but I think this is the preferred way to do this.
2019-02-03acme: add new deps on requests-toolbelt, pytest; fixWill Dietz1-3/+5
2018-08-03python.pkgs.acme: add metaRobert Schütz1-0/+4
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-06-23pythonPackages: remove `name` attribute`Frederik Rietdijk1-1/+0
The `buildPython*` function computes name from `pname` and `version`. This change removes `name` attribute from all expressions in `pkgs/development/python-modules`. While at it, some other minor changes were made as well, such as replacing `fetchurl` calls with `fetchPypi`.
2018-03-20certbot: 0.19.0 -> 0.22.2makefu1-4/+16
2017-07-15python.pkgs.acme: move to separate expressionwisut hantanong1-0/+19