Jaka Hudoklin
675f293a81
pythonPackages: add sphinx_pypi_upload
2013-09-25 00:54:05 +02:00
Jaka Hudoklin
9aa2a16518
pythonPackages: add sphinxcontrib_http
2013-09-25 00:54:04 +02:00
Jaka Hudoklin
8cdf3172bc
pythonPackages: add statd, client for Etsy's node-js statsd server
2013-09-25 00:54:03 +02:00
Jaka Hudoklin
3d3c8c12dd
pythonPackages: add htmllaundry, simple HTML cleanup utilities
2013-09-25 00:54:01 +02:00
Jaka Hudoklin
7c01f89355
pythonPackages: add pyramid_multiauth, stacked authentication policies for pyramid
2013-09-25 00:54:00 +02:00
Jaka Hudoklin
e89dc9d2f0
pythonPackages: add sqlalchemy_imageattach, SQLAlchemy extension for attaching images to entity objects
2013-09-25 00:53:59 +02:00
Jaka Hudoklin
7e7961028b
pythonPackages.sqlalchemy: add sqlalchemy 0.8.2
2013-09-25 00:53:57 +02:00
Jaka Hudoklin
cf6ff3a8a3
pythonPackages: add wand, ctypes-based simple MagickWand API binding for Python
2013-09-25 00:53:46 +02:00
Jaka Hudoklin
eefb56ffbf
pythonPackages.psutil: update to 1.0.1
2013-09-25 00:52:23 +02:00
Jaka Hudoklin
c8379fb7c0
pythonPackages: add memory_profiler, a module for monitoring memory usage of a python program
2013-09-25 00:51:28 +02:00
Jaka Hudoklin
b20bf7982e
pythonPackages: add pytest_xdist, plugin for distributed testing and loop-on-failing modes
2013-09-25 00:51:13 +02:00
Domen Kožar
472ba4bc06
Merge pull request #1008 from lovek323/pytest
...
pytest: fix broken config check
2013-09-24 15:22:51 -07:00
Jason "Don" O'Conal
fbc70d158b
pytest: fix broken config check
2013-09-25 08:14:48 +10:00
Jaka Hudoklin
e830be665b
pythonPackages: add execnet, rapid multi-Python deployment
2013-09-25 00:00:22 +02:00
Jonas Hoersch
d20ba1c861
python-scipy: update to version 0.12.0
2013-09-24 22:55:49 +02:00
Domen Kožar
e8645104ac
Merge pull request #1007 from offlinehacker/pythonPackages/fixes
...
Python packages/fixes
2013-09-24 13:31:30 -07:00
Jaka Hudoklin
9b55a4ebe1
pythonPackages: add alembic, database migration tool for SQLAlchemy
2013-09-24 22:10:19 +02:00
Jaka Hudoklin
514eb7dd59
pythonPackages.pycurl2: fix with disabling tests
2013-09-24 21:44:56 +02:00
Jaka Hudoklin
9878890a72
pythonPackages.pudb: fix with update
2013-09-24 21:44:41 +02:00
Jason "Don" O'Conal
0840cc3a24
pytest: add selenium option, fix selenium build on darwin
2013-09-24 16:59:51 +10:00
Jason "Don" O'Conal
63f06c6c02
pytest: fix missing py dependency
2013-09-24 16:47:13 +10:00
Peter Simons
6fc9f0ee91
Merge pull request #999 from bjornfor/asciidoc-filters
...
Add support for additional Asciidoc filters
2013-09-23 10:21:53 -07:00
Rok Garbas
c32052c77e
pypi2nix: updated
2013-09-23 05:52:51 +02:00
Bjørn Forsman
0e9599ca94
aafigure: new package
...
aafigure is an ASCII art to image converter.
Manual and example document:
http://launchpad.net/aafigure/trunk/0.5/+download/aafigure.pdf
2013-09-22 23:04:39 +02:00
Bjørn Forsman
6f9821beb7
nwdiag: new package
...
Nwdiag generates network-diagram image from spec-text file (similar to
Graphviz).
2013-09-22 23:04:38 +02:00
Bjørn Forsman
6f48eb5866
actdiag: new package
...
Actdiag generates activity-diagram image from spec-text file (similar to
Graphviz).
2013-09-22 23:04:38 +02:00
Bjørn Forsman
d048685af5
seqdiag: new package
...
Seqdiag generates sequence-diagram image from spec-text file (similar to
Graphviz).
2013-09-22 23:04:38 +02:00
Bjørn Forsman
2f238d82a0
blockdiag: new package
...
Blockdiag generates block-diagram image from spec-text file (similar to
Graphviz).
Also add its needed dependencies, funcparserlib and webcolors.
2013-09-22 23:04:37 +02:00
Domen Kožar
bbbfe7a783
python-nose: trivial change to rebuild
2013-09-22 10:36:12 +02:00
Domen Kožar
8505cf5f77
python-selenium: 2.25.0 -> 2.35.0
2013-09-18 20:42:37 +02:00
Oliver Charles
3433e62e3f
gtimelog: New expression
2013-09-18 11:45:23 +03:00
Domen Kožar
a10742f392
add sigal, gallery static generator
2013-09-17 20:47:35 +02:00
Jonas Hoersch
34513244ca
python-pandas: update to 0.12.0
2013-09-17 16:41:56 +02:00
aszlig
1f1420d3d8
python-pykickstart: Update to version 1.99.39.
...
As well as pyblock, the SHA256 changed here as well. Although the
changes between 1.99.32 and 1.99.39 aren't as minor as with pyblock,
this shouldn't have any impact on nixpart so I think it's safe to
upgrade (we'll see later, should we end up with failed tests in nixpart
or <nixos/tests/partition.nix>.
Of course we're now using the release tarball from the repo site here as
well.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-09-17 11:01:47 +02:00
aszlig
a5037b8858
python-pyblock: Update to version 0.53.
...
As the SHA256 changed in the meantime and there are only minor changes
between 0.52 and 0.53, I've updated this to the release tarball, which
hopefully won't change anytime soon.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-09-17 11:01:46 +02:00
cillianderoiste
e5e3d47a68
Merge pull request #969 from coroa/ipdbplugin
...
python-ipdbplugin: update to version 1.14
2013-09-15 06:52:19 -07:00
Jonas Hoersch
9c533f4745
python-ipdbplugin: update to version 1.14
2013-09-15 14:34:46 +02:00
Domen Kožar
656184f89c
FlexGet: 1.0.3353 -> 1.1.121
2013-09-15 12:18:04 +02:00
Domen Kožar
afdc44df8d
pip: 1.2.1 -> 1.4.1 (CVE-2013-1888, CVE-2013-1629)
2013-09-13 12:37:43 +02:00
Rickard Nilsson
d1882a1940
trac: Update to 1.0.1. The old version did not work at all with the current genshi package (0.7).
2013-09-10 19:19:27 +02:00
Domen Kožar
1628c03c4e
upgrade deform and deform_bootstrap
2013-09-10 12:28:10 +02:00
Jason "Don" O'Conal
f5768c5da1
pythonPackages.powerline: update to latest develop
2013-09-08 21:09:14 +02:00
Domen Kožar
8b3aeda82c
Merge pull request #879 from matejc/newtarman
...
tarman: switch to newer version 0.1.3
2013-08-28 00:46:01 -07:00
Matej Cotman
0d689828a2
tarman: switch to newer version 0.1.3
2013-08-28 06:06:07 +02:00
Cillian de Róiste
6e3416c898
Merge branch 'master' of github.com:NixOS/nixpkgs
2013-08-28 00:26:39 +02:00
Cillian de Róiste
01cc4301f3
Add a patched version of buildout 2.2.0 for development with nix
...
Without this patch buildout will copy eggs from the nix store into the
./eggs directory and then try to compile them. This fails because they
are read only. This patch changes the behaviour to create symlinks to
eggs available in the nix store instead of copying them, and not to
try to compile the eggs in the store. To differentiate this from the
default buildout (which may be provided otherwise e.g. as a
dependency) the executable is renamed to buildout-nix.
This can be used in conjuntion with myEnvFun to create development
environments which make use of the python modules available in the
store while downloading any additional required eggs. A pleasant side
effect is that you can conveniently replace the symlink with a copy
for debugging purposes.
2013-08-28 00:26:06 +02:00
Rok Garbas
b0fd3c79f7
pypi2nix: updated
2013-08-25 21:56:36 +02:00
Lluís Batlle i Rossell
183ae4c812
Adding the python package 'muttils'
2013-08-23 09:57:12 +02:00
Jaka Hudoklin
d8cd75d6a1
pythonPackages.graphite_web: update to 0.9.11
2013-08-21 10:10:11 +02:00
Domen Kožar
f13d2f58d3
Merge pull request #804 from lovek323/googlecl
...
pythonPackages.googlecl: add expression
2013-08-20 14:33:58 -07:00
Ludovic Courtès
2e937c437a
unmaintain several packages
2013-08-16 23:45:01 +02:00
Rob Vermaas
47c9825c2d
Update boto to 2.9.9
2013-08-15 16:01:36 +02:00
Rok Garbas
48e89259b1
pypi2nix should only be avaliable for python27
2013-08-15 14:33:24 +02:00
aszlig
f67392cbca
paramiko: Correctly call the test suite.
...
Using setup.py, the test suite isn't run at all, because it's not
referenced there. So let's call it directly.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-08-14 20:50:59 +02:00
Domen Kožar
c51e9e7fad
substanced: bump git rev
2013-08-14 10:52:26 +02:00
Domen Kožar
963bde70bd
Mako: 0.7.3 -> 0.8.1 (python3 support)
2013-08-14 10:52:26 +02:00
Domen Kožar
ff2338d2a7
fix evaluation error (for real)
2013-08-14 08:17:03 +02:00
Eelco Dolstra
0b086080f9
Typo fix
...
Doesn't fix evaluation though...
2013-08-14 02:34:45 +02:00
Domen Kožar
4cbf9f3f19
fix nixpkgs eval
2013-08-14 00:43:14 +02:00
Domen Kožar
558067676d
python-magic: git -> 0.4.3
2013-08-13 15:13:56 +02:00
Domen Kožar
ab1c1773e2
python: fix alot by having magic and python_magic packages
2013-08-13 14:49:42 +02:00
Rok Garbas
425ea2ce9b
Merge pull request #815 from garbas/pypi2nix
...
pypi2nix - generating packages from pypi
2013-08-13 02:42:50 -07:00
Domen Kožar
1974c55d91
add python application substanced and it's dependencies
2013-08-13 11:14:24 +02:00
Rok Garbas
274f26620a
json wasnt formatted correctly and updating pypi2nix script
2013-08-13 01:26:30 +02:00
Rok Garbas
7fdf26231f
pypi2nix packaged, Distutils2 added to generated python packages
2013-08-12 10:10:44 +02:00
Rok Garbas
92443dea6c
generated python packages for Plone and Pyramid
2013-08-12 10:10:44 +02:00
Domen Kožar
1cdc07296d
update deform,colander,translationstring python modules
2013-08-11 14:29:40 +02:00
Jaka Hudoklin
50021ebb0a
pythonPackages: fix graphite_web, make it usable
2013-08-11 12:05:02 +02:00
Domen Kožar
a5a9ccffc9
Merge pull request #816 from offlinehacker/pycurl2
...
Add pycurl2, a Python interface to libcurl
2013-08-10 20:23:12 -07:00
Domen Kožar
007f563124
Merge pull request #817 from offlinehacker/pythonPackages.carbon
...
pythonPackages: fix carbon, move dependecies to propagated build inputs
2013-08-10 20:22:53 -07:00
Jaka Hudoklin
46d887aca9
pythonPackages: fix carbon, move dependecies to propagated build inputs
2013-08-10 15:27:25 +02:00
Jaka Hudoklin
cf4e29b916
Add pycurl2, a Python interface to libcurl
2013-08-10 15:06:01 +02:00
aszlig
9040af06e3
nixpart: Add an alias called nixpart0.
...
The reason behind this is to avoid breaking NixOps while releasing
version 1.0 of nixpart. We could also use nixpart and nixpart1, but the
goal is to have nixpart as a generic part of NixOS instead of being only
used specifically for the Hetzner backend of NixOps.
Which essentially means: The partition syntax will change to be based on
attribute sets and we no longer need to use Kickstart syntax. And that's
the main reason why it will break in version 1.0.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-08-08 03:18:00 +02:00
Domen Kožar
d3d92c7b6d
supervisor: 3.0b2 -> 3.0
2013-08-07 16:31:04 +02:00
Jason "Don" O'Conal
32a3516b2c
pythonPackages.googlecl: add expression
2013-08-06 09:43:57 +10:00
aszlig
4489dc729e
python-paramiko: Propagate pycrypto dependency.
...
Leaving this just in buildInputs won't help here, because the project
using Paramiko will need pycrypto in any case.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-08-03 09:49:08 +02:00
aszlig
a672551d44
python-paramiko: Update to version 0.11.0.
...
This also now uses the md5 istead of the sha256, because pypi actually
directly provides MD5 sums.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-08-03 09:48:54 +02:00
Domen Kožar
332dd4854f
Move namePrefix="" python packages out of python-packges.nix
...
It doesn't make sense to build tools/applications with three different
python interpreter versions, so move them out of python modules list.
Also reverts 53ffc6e0ef
.
2013-07-31 13:34:11 +02:00
Peter Simons
0668d54827
python-packages.nix: unsubscribe myself from some Hydra mails
2013-07-30 11:39:51 +02:00
Domen Kožar
af98eb8de0
Merge pull request #752 from lovek323/matplotlib
...
matplotlib: fix build on darwin
2013-07-30 00:54:39 -07:00
Domen Kožar
a0740092ce
nose: run tests as noted in https://code.google.com/p/python-nose/issues/detail?id=387#c4
2013-07-30 09:51:43 +02:00
Domen Kožar
31ff9d9c68
Limnoria: update to 2013-06-01
...
Old build was hanging when building for python3, see
http://hydra.nixos.org/build/5615679/log/raw
2013-07-30 09:37:00 +02:00
Domen Kožar
874019b3c4
limnoria: add git as dependency, otherwise build fails
2013-07-30 09:37:00 +02:00
Domen Kožar
4c9ba428f9
nose: remove failing test
2013-07-30 00:20:42 +02:00
Domen Kozar
4f5960e20d
distutils2: remove the package, nothing depends on it and it's obsolete
2013-07-29 19:09:12 +02:00
Domen Kozar
0f7a0411b2
psycopg2: 2.0.13 -> 2.5.1
2013-07-29 18:52:04 +02:00
Domen Kozar
662366e4f0
zope_testrunner: 4.0.4 -> 4.4.1
2013-07-29 18:48:54 +02:00
Domen Kozar
19993fcbf8
Logbook: 0.4.1 -> 0.4.2
2013-07-29 18:01:30 +02:00
Domen Kozar
eabf347033
simplejson: 2.1.3 -> 3.3.0
2013-07-29 17:48:49 +02:00
Domen Kozar
cc98ea4a84
numpy: 1.6.1 -> 1.7.1
2013-07-29 17:10:40 +02:00
Domen Kozar
c5243b6e7d
python-markdown: 2.0.3 -> 2.3.1
2013-07-29 16:38:29 +02:00
Domen Kozar
918e5efb99
recurse into python33 and pypy packages
2013-07-29 14:52:19 +02:00
Domen Kozar
5ec6cf3756
add python3 support to pythonPackages
2013-07-29 12:09:06 +02:00
Domen Kozar
7186fd3f71
pillow: 1.7.8 -> 2.1.0, add webp and tiff support
2013-07-28 15:56:45 +02:00
Domen Kozar
3ee369ce5a
sqlalchemy: 0.7.9 -> 0.7.10, apply patch to fix tests
2013-07-28 12:30:11 +02:00
Domen Kozar
f34a79ad35
nose: 1.2.1 -> 1.3.0
2013-07-28 11:31:41 +02:00
Domen Kozar
a0fbee619d
Jinja2: 2.6 -> 2.7, rename MarkupSafe to markupsafe
2013-07-28 11:12:39 +02:00
Domen Kozar
082ea14148
virtualenv: upgrade to 1.10
2013-07-27 01:02:57 +02:00
Florian Friesdorf
8e3fa9f56a
waitress test fail for me
2013-07-26 20:37:02 +02:00
kikic
b9d933ba24
Added nose-cprof for profiling
2013-07-26 20:32:33 +02:00