summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/bsddb3 (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
* python27Packages.bsddb3: 6.2.7 -> 6.2.9R. RyanTM2020-11-291-2/+2
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* python27Packages.bsddb3: 6.2.6 -> 6.2.7R. RyanTM2020-02-201-2/+2
* treewide: remove unused variables (#63177)•••* treewide: remove unused variables * making ofborg happy volth2019-06-161-1/+0
* python.pkgs.bsddb3: enable python3 and testsFrederik Rietdijk2018-11-031-3/+4
* pythonPackages.bsddb3: 6.1.1 -> 6.2.6•••refactor move to python-modules. Chris Ostrouchov2018-10-171-0/+38
* python bsddb3: move and update expression•••The updated expression uses buildPythonPackage and thus installs a wheel. Unfortunately, setting the --berkeley-db flag seems to fail. Frederik Rietdijk2015-12-111-12/+0
* bsddb3: update from 6.0.1 to 6.1.0Mateusz Kowalczyk2014-11-171-2/+2
* Move all db4 packages to the default db5William A. Kennington III2014-02-151-2/+2
* bsddb3: upgrade to 6.0.1•••should be backward compatible with all bdb 3 and 4 versions Mathijs Kwik2013-12-231-4/+4
* * 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/+12
* - 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-12/+0
* * Rewrite all the SourceForge URLs to mirror://sourceforge/.••• find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done svn path=/nixpkgs/trunk/; revision=9198 Eelco Dolstra2007-08-271-1/+1
* * Added cvs2svn.•••* Berkeley DB 4.5 is now the default. svn path=/nixpkgs/trunk/; revision=8641 Eelco Dolstra2007-05-021-0/+12