summary refs log tree commit diff
path: root/pkgs/development/python-modules/bsddb3
Commit message (Collapse)AuthorAge
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* python.pkgs.bsddb3: enable python3 and testsFrederik Rietdijk2018-11-03
|
* pythonPackages.bsddb3: 6.1.1 -> 6.2.6Chris Ostrouchov2018-10-17
| | | | refactor move to python-modules.
* python bsddb3: move and update expressionFrederik Rietdijk2015-12-11
| | | | | The updated expression uses buildPythonPackage and thus installs a wheel. Unfortunately, setting the --berkeley-db flag seems to fail.
* bsddb3: update from 6.0.1 to 6.1.0Mateusz Kowalczyk2014-11-17
|
* Move all db4 packages to the default db5William A. Kennington III2014-02-15
|
* bsddb3: upgrade to 6.0.1Mathijs Kwik2013-12-23
| | | | should be backward compatible with all bdb 3 and 4 versions
* * Reverted most of the recent Python refactorings, as discussed. It'sEelco Dolstra2010-04-21
| | | | | | | | | | | 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
* - adding experimental python31 buildMarc Weber2010-04-17
| | | | | | | | | - 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
* * Rewrite all the SourceForge URLs to mirror://sourceforge/.Eelco Dolstra2007-08-27
| | | | | | 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
* * Added cvs2svn.Eelco Dolstra2007-05-02
* Berkeley DB 4.5 is now the default. svn path=/nixpkgs/trunk/; revision=8641