Lluís Batlle i Rossell
c1c4d50d1a
Updating trac, and making it able to use the sqlite3 python module.
...
svn path=/nixpkgs/trunk/; revision=26762
2011-04-09 13:37:11 +00:00
Eelco Dolstra
9c16728cd4
* Update darcsver and mock.
...
svn path=/nixpkgs/branches/modular-python/; revision=26681
2011-04-04 14:38:53 +00:00
Eelco Dolstra
f1c1bd7bbf
* Update setuptools_trial to get it to build with Python 2.7.
...
svn path=/nixpkgs/branches/modular-python/; revision=26677
2011-04-04 13:31:52 +00:00
Eelco Dolstra
afe8b976c9
* Added Cheetah, Glance, Markdown and mox.
...
svn path=/nixpkgs/branches/modular-python/; revision=26612
2011-03-30 17:03:49 +00:00
Eelco Dolstra
83b4c9cd8f
* Provide an old version of Boto for euca2ools.
...
svn path=/nixpkgs/branches/modular-python/; revision=26608
2011-03-30 14:42:20 +00:00
Eelco Dolstra
6c77dc3587
* Add distutils-extra.
...
svn path=/nixpkgs/branches/modular-python/; revision=26604
2011-03-30 12:51:01 +00:00
Eelco Dolstra
2601071d70
* Added decorator, ScriptTest, sqlalchemy-migrate, tempita and
...
unittest2.
svn path=/nixpkgs/branches/modular-python/; revision=26603
2011-03-30 12:27:54 +00:00
Eelco Dolstra
cc456b13e5
* Added Python packages dtopt, IPy, M2Crypto, Paste, PasteDeploy,
...
Routes, WebOb and WebTest.
* Updated Boto and Twisted.
svn path=/nixpkgs/branches/modular-python/; revision=26601
2011-03-30 11:54:17 +00:00
Eelco Dolstra
e379d6d996
* python-packages.nix: keep it sorted.
...
svn path=/nixpkgs/branches/modular-python/; revision=26599
2011-03-30 10:02:23 +00:00
Eelco Dolstra
7cec8397c6
* Add some more Nova dependencies: anyjson, amqplib, carrot,
...
sqlalchemy. Updated nose to 1.0.0 to fix "make check" on Python
2.7.
svn path=/nixpkgs/branches/modular-python/; revision=26595
2011-03-29 16:15:08 +00:00
Eelco Dolstra
353d450867
* wrapPythonPrograms: don't hard-code the Python library prefix.
...
svn path=/nixpkgs/branches/modular-python/; revision=26594
2011-03-29 15:19:59 +00:00
Eelco Dolstra
11b67ccee5
* Move buildPythonPackage and setuptools into python-packages.nix.
...
This ensures that they're built with the same "python" argument.
svn path=/nixpkgs/branches/modular-python/; revision=26593
2011-03-29 15:02:15 +00:00
Eelco Dolstra
1439ae44be
* Sync with the trunk.
...
svn path=/nixpkgs/branches/modular-python/; revision=26586
2011-03-28 20:22:30 +00:00
Eelco Dolstra
641834ddf6
* Bazaar: update to 2.3.1.
...
svn path=/nixpkgs/branches/modular-python/; revision=26573
2011-03-28 15:47:50 +00:00
Eelco Dolstra
8ca5d5d8b6
* Move python/2.7/modules.nix into python/2.7/default.nix. Also
...
remove the pythonModules attribute. The built-in modules are now
accessible as (e.g.) "python.modules.ssl" or "pythonPackages.ssl".
svn path=/nixpkgs/branches/modular-python/; revision=26559
2011-03-28 09:48:57 +00:00
Evgeny Egorochkin
b653226293
Packages pycurl
...
svn path=/nixpkgs/trunk/; revision=26532
2011-03-26 18:23:25 +00:00
Evgeny Egorochkin
c8b82d5504
Packaged optfunc
...
svn path=/nixpkgs/trunk/; revision=26531
2011-03-26 18:23:20 +00:00
Eelco Dolstra
0dd10c6035
* Add python-eventlet.
...
svn path=/nixpkgs/trunk/; revision=26046
2011-02-21 21:49:20 +00:00
Eelco Dolstra
237a852e85
* Added python-greenlet and python-httplib2.
...
svn path=/nixpkgs/trunk/; revision=26045
2011-02-21 17:26:19 +00:00
Eelco Dolstra
f053b6eec1
* Added python-netaddr.
...
svn path=/nixpkgs/trunk/; revision=26044
2011-02-21 17:09:09 +00:00
Eelco Dolstra
c4bc14bdd0
* Added python-gflags.
...
svn path=/nixpkgs/trunk/; revision=26043
2011-02-21 16:56:49 +00:00
Cillian de Roiste
65e3a1b21c
Adding pymacs, an Emacs Lisp to Python interface
...
svn path=/nixpkgs/trunk/; revision=25918
2011-02-12 13:38:23 +00:00
Cillian de Roiste
93a6c31a9a
Avoiding easy_install in order to get rope and ropemacs working for now.
...
svn path=/nixpkgs/trunk/; revision=25917
2011-02-12 12:50:02 +00:00
Cillian de Roiste
dd0f90b302
Adding rope, a python refactoring library
...
svn path=/nixpkgs/trunk/; revision=25914
2011-02-11 23:06:54 +00:00
Cillian de Roiste
98bda5c728
Adding ropemacs, a plugin for refactoring python in emacs
...
svn path=/nixpkgs/trunk/; revision=25913
2011-02-11 22:49:27 +00:00
Eelco Dolstra
b7c7550c43
* Replace the Python "magic" module with the (apparently) more
...
common one from the "file" package.
svn path=/nixpkgs/trunk/; revision=25322
2010-12-29 19:19:56 +00:00
Sander van der Burg
706a9ed1e8
Added MySQL-python + nose (which is a dependency)
...
svn path=/nixpkgs/trunk/; revision=25245
2010-12-22 17:03:30 +00:00
Eelco Dolstra
cf8b8064ad
* Added python-magic.
...
svn path=/nixpkgs/trunk/; revision=24758
2010-11-18 16:58:18 +00:00
Peter Simons
15ef8b5721
Fixed pysvn mis-detection of the location of libpyton2.7.dylib on Darwin.
...
svn path=/nixpkgs/trunk/; revision=24529
2010-10-29 14:46:32 +00:00
Peter Simons
a9d91547ba
pysvn: e2fsprogs is a buildInput on Linux, but not on other platforms
...
svn path=/nixpkgs/trunk/; revision=24528
2010-10-29 14:46:24 +00:00
Peter Simons
8223f8016d
pkgs/top-level/python-packages.nix: added pysvn version 1.7.2
...
svn path=/nixpkgs/trunk/; revision=24504
2010-10-27 15:00:07 +00:00
Evgeny Egorochkin
35dc7d6f3c
paramiko: fix chroot build: use pycrypto from Nixpkgs instead of getting it from the network.
...
mysql-workbench: minor cleanup.
Patch by Karn Kallio.
svn path=/nixpkgs/trunk/; revision=24482
2010-10-26 01:42:22 +00:00
Peter Simons
600b4b7ee7
Moved "flup" from all-packages.nix into python-packages.nix.
...
svn path=/nixpkgs/trunk/; revision=24044
2010-10-04 09:49:09 +00:00
Evgeny Egorochkin
f3ad9868b4
Paramiko: packaged.
...
Patch by Karn Kallio
svn path=/nixpkgs/trunk/; revision=23980
2010-09-28 09:33:35 +00:00
Yury G. Kudryashov
086945942d
Add mutagen, upgrade libgpod
...
svn path=/nixpkgs/trunk/; revision=23955
2010-09-26 19:40:22 +00:00
David Guibert
8ee5697147
add cherrypy, a pythonic, object-oriented HTTP framework
...
svn path=/nixpkgs/trunk/; revision=23838
2010-09-17 17:34:08 +00:00
Rob Vermaas
fedbaa9d7a
remove pdfssa4met again, because it was added by accident
...
svn path=/nixpkgs/trunk/; revision=23474
2010-08-27 06:53:36 +00:00
Rob Vermaas
092ab39b1b
added rdflib, pdfssa4met python packages
...
svn path=/nixpkgs/trunk/; revision=23473
2010-08-27 06:32:49 +00:00
Peter Simons
a2aef1ab80
pkgs/top-level/python-packages.nix: pexpect doesn't have regression tests
...
svn path=/nixpkgs/trunk/; revision=23459
2010-08-26 12:52:43 +00:00
Peter Simons
eb37b385f9
pkgs/top-level/python-packages.nix: added pexpect version 2.3
...
svn path=/nixpkgs/trunk/; revision=23452
2010-08-26 12:03:17 +00:00
Eelco Dolstra
554b5f804a
* Added libcloud.
...
svn path=/nixpkgs/trunk/; revision=23355
2010-08-23 10:17:30 +00:00
Peter Simons
38bda8a8bf
pkgs/top-level/python-packages.nix: added python-mock-0.6.0
...
This version seems to be an unofficial release from tahoe-lafs.org based
on the mock-0.1.0 release from python-mock.sourceforge.net. It should
probably replace the old version we have in here.
svn path=/nixpkgs/trunk/; revision=22791
2010-07-28 13:09:04 +00:00
Peter Simons
4630c1854d
pycryptopp: base python wrapper on the Nix store version of libcrypto++
...
rather than the version that's included in the distribution archive
svn path=/nixpkgs/trunk/; revision=22788
2010-07-28 13:07:05 +00:00
Peter Simons
df013849e4
python-numpy: improved support for BLAS and LAPACK via gfortran
...
svn path=/nixpkgs/trunk/; revision=22787
2010-07-28 13:05:35 +00:00
Peter Simons
ea3ce74312
python-setuptools-darcs: the build process seems to depend on 'darcsver'
...
| source root is setuptools_darcs-1.2.9
| patching sources
| configuring
| no configure script, doing nothing
| building
| running tests
| Download error: [Errno -3] Temporary failure in name resolution -- Some packages may not be found!
| Couldn't find index page for 'darcsver' (maybe misspelled?)
| Download error: [Errno -3] Temporary failure in name resolution -- Some packages may not be found!
| No local packages or download links found for darcsver>=1.2.0
| Traceback (most recent call last):
| File "setup.py", line 79, in <module>
| zip_safe=False, # I prefer unzipped for easier access.
| File "/nix/store/r6xlmlf0amzwhkvkv0v656jgx7r299g7-python-2.6.5/lib/python2.6/distutils/core.py", line 113, in setup
| _setup_distribution = dist = klass(attrs)
| File "build/bdist.linux-x86_64/egg/setuptools/dist.py", line 260, in __init__
| File "build/bdist.linux-x86_64/egg/setuptools/dist.py", line 284, in fetch_build_eggs
| File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 563, in resolve
| File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 799, in best_match
| File "build/bdist.linux-x86_64/egg/pkg_resources.py", line 811, in obtain
| File "build/bdist.linux-x86_64/egg/setuptools/dist.py", line 327, in fetch_build_egg
| File "build/bdist.linux-x86_64/egg/setuptools/command/easy_install.py", line 434, in easy_install
| File "build/bdist.linux-x86_64/egg/setuptools/package_index.py", line 475, in fetch_distribution
| AttributeError: 'NoneType' object has no attribute 'clone'
| builder for `/nix/store/rkm5fzs0p6hh45mvpzv0qqphmsjnyag8-python-setuptools-darcs-1.2.9.drv' failed with exit code 1
| error: build of `/nix/store/rkm5fzs0p6hh45mvpzv0qqphmsjnyag8-python-setuptools-darcs-1.2.9.drv' failed
svn path=/nixpkgs/trunk/; revision=22780
2010-07-28 09:33:35 +00:00
Peter Simons
3819998730
pycryptopp: updated to version 0.5.19
...
svn path=/nixpkgs/trunk/; revision=22772
2010-07-27 23:52:08 +00:00
Peter Simons
ceb01a86ea
python-nevow: updated to version 0.10.0
...
svn path=/nixpkgs/trunk/; revision=22771
2010-07-27 23:52:02 +00:00
Peter Simons
d1b181e8bb
python-foolscap: updated to version 0.5.1
...
svn path=/nixpkgs/trunk/; revision=22770
2010-07-27 23:51:56 +00:00
Peter Simons
07a0bf9be0
python-darcsver: updated to version 1.5.1
...
svn path=/nixpkgs/trunk/; revision=22769
2010-07-27 23:51:48 +00:00
Peter Simons
3a98d25dfd
python-argparse: updated to version 1.1
...
svn path=/nixpkgs/trunk/; revision=22768
2010-07-27 23:51:42 +00:00