summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/flup (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Treewide: update some problematic homepages•••These URLs are reported as problematic by Repology. It could be a permanent redirection or the page does not exist anymore c0bw3b2019-12-081-1/+1
* pythonPackages.flup: refactor move to pyhton-modules•••added pypifetch Chris Ostrouchov2018-10-181-0/+23
* Moved "flup" from all-packages.nix into python-packages.nix.•••svn path=/nixpkgs/trunk/; revision=24044 Peter Simons2010-10-041-18/+0
* * Reverted most of the recent Python refactorings, as discussed. It's••• a worthy goal to move the Python packages that are currently in all-packages.nix into a single attribute set, but this doesn't require moving python-packages.nix or the other changes made to that file. The Python packages in all-packages.nix should simply be moved to python-packages.nix, and ideally changed to use buildPythonPackage. svn path=/nixpkgs/trunk/; revision=21196 Eelco Dolstra2010-04-211-0/+18
* - adding experimental python31 build•••- cleanup python libraries: * moving all python libraries into a attr set into a directory so that expressions can be used for both: python 2.5 and 2.6 easily * disabling packages which don't build svn path=/nixpkgs/trunk/; revision=21142 Marc Weber2010-04-171-18/+0
* Remove erroneous mkDerivation•••svn path=/nixpkgs/trunk/; revision=20145 Michael Raskin2010-02-211-1/+1
* Update flup•••svn path=/nixpkgs/trunk/; revision=19460 Michael Raskin2010-01-151-2/+2
* Fix the cleanup-induced problems•••svn path=/nixpkgs/trunk/; revision=18554 Michael Raskin2009-11-231-1/+3
* * Removed selectVersion. There's no good reason to write••• `selectVersion ./foo "bar"' instead of `import ./foo/bar.nix'. * Replaced `with args' with formal function arguments in several packages. * Renamed several files to `default.nix'. As a general rule, version numbers should only be included in the filename when there is a reason to keep multiple versions of a package in Nixpkgs. Otherwise, it just makes it harder to update the package. svn path=/nixpkgs/trunk/; revision=18403 Eelco Dolstra2009-11-182-18/+16
* Added ViewMTN and dependency; currently ViewMTN has to be manually symlinked ...•••svn path=/nixpkgs/trunk/; revision=12060 Michael Raskin2008-06-121-0/+18