Michael Raskin
bf179ce795
Adding FontTools
2014-11-04 00:37:42 +03:00
Evgeny Egorochkin
3f21e952f2
python34Packages.autopep8: update from 1.0.3 to 1.0.4
2014-11-03 12:58:07 +02:00
Anders Papitto
c73d0a3bc2
add datadiff and termcolor python packages
2014-10-31 00:50:17 -07:00
Domen Kožar
5b2b008ea9
pypyPackages.subprocess32: don't run tests
2014-10-30 23:15:06 +01:00
Domen Kožar
5bd5d2d9be
Merge pull request #4608 from oconnorr/master
...
Add python package gsutil plus all its dependencies.
2014-10-30 18:23:41 +01:00
Luca Bruno
236f5686af
Fix evaluation due to wrong meta.license
2014-10-30 09:56:39 +01:00
Luca Bruno
9d9fdb173a
pybfd: new package
...
A Python interface to the GNU Binary File Descriptor (BFD) library
https://github.com/Groundworkstech/pybfd
2014-10-29 22:23:50 +01:00
Georges Dubus
5a1a56b38d
Merge pull request #4716 from DamienCassou/weboob-1.0
...
Weboob 1.0
2014-10-29 15:51:13 +01:00
Damien Cassou
f662c29a47
Weboob 1.0
2014-10-29 13:22:22 +01:00
Cillian de Róiste
23bca3ea16
python33Packages.evdev: update from 0.4.5 to 0.4.6
2014-10-28 21:43:38 +01:00
Jascha Geerds
ab175c8d1b
Merge pull request #4654 from geerds/virtualenvwrapper
...
Fix virtualenvwrapper's PYTHONPATH
2014-10-28 20:23:26 +01:00
lethalman
2900e00ba8
Merge pull request #4653 from sepi/new-package-frescobaldi
...
New package: frescobaldi
2014-10-28 11:54:16 +01:00
Raffael Mancini
90c6a38abe
Disabled python-poppler-qt4 for PyPy
2014-10-28 11:01:28 +01:00
Rob Vermaas
8b47b67329
Update to latest awscli
2014-10-27 12:00:07 +01:00
Rob Vermaas
2f7174daf3
Upgrade boto to support eu-central-1 region.
2014-10-27 11:46:36 +01:00
Raffael Mancini
84bda2b8a1
Disabled package for python 3.4 because it's not ported yet.
2014-10-26 21:31:09 +01:00
Raffael Mancini
e597ab15b3
Fixed typo
2014-10-25 18:07:42 +02:00
Raffael Mancini
b6c7f6c2e4
frescobaldi: Improved meta and formatting
2014-10-25 18:07:42 +02:00
Raffael Mancini
5304a065ed
Added: poppler-qt4 to python-packages.nix
2014-10-25 18:07:42 +02:00
Raffael Mancini
b1dfef0f87
python-box2d: disable for python > 2.7
2014-10-25 17:54:13 +02:00
Raffael Mancini
f18ede23bf
fixed typo
2014-10-25 17:25:47 +02:00
Raffael Mancini
b1d04be2a3
New package: python-box2d. The Python bindings of the c++ game physics library box2.
2014-10-25 17:05:28 +02:00
Jascha Geerds
35ff062d33
Fix virtualenvwrapper's PYTHONPATH
2014-10-24 17:01:47 +02:00
Rok Garbas
c44c00d56c
python: adding test/test_support.py module in all python versions
...
- test/test_support.py module is used by many libraries which backport python
3.0 functionality to 2.6/2.7
- enable subprocess32 tests (now passing for python 2.6/2.7)
2014-10-24 10:44:15 +02:00
Jascha Geerds
a5b69c0a02
Fix virtualenvwrapper for python 2.6
2014-10-23 22:55:11 +02:00
Russell O'Connor
7c4e1efadc
gsutil (and boto-230) require Python 2.
...
Move these packages to the Python 2 only section.
2014-10-23 20:12:57 +02:00
aszlig
57aaf3d36e
Merge branch 'nixpart-1.0-preparations'.
...
Partially and temporarily addresses NixOS/nixops#228 .
We now have an up-to-date version of Blivet and a bunch of its dependen-
cies as well as the old nixpart 0.4 with all its old and crappy
dependencies, which should fix _simple_ partitioning layouts for NixOps.
Also, nixpart 1.0 is now marked as broken, because it is not yet
released and this branch is more of a preparation and "damage control"
in case I shouldn't manage to finish nixpart + nixos-assimilate in time
for the next NixOS release.
2014-10-22 08:23:31 +02:00
aszlig
78ef5f9c14
nixpart: Move all 0.4 dependencies into one dir.
...
Once nixpart 1.0 is released we then only need to delete one single
directory rather than searching for needles in a haystack, that is, all
of <nixpkgs>. Also, it keeps my sanity at an almost healthy level.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-10-22 08:22:59 +02:00
aszlig
7676ff5973
nixpart: Bring back requirements for version 0.4.
...
Quite a mess but at least the mdraid tests succeed now. However, the
lvm2 tests are still failing, so we need to bring back a few more old
crap :-(
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-10-22 08:22:58 +02:00
aszlig
cb2c34f1bb
blivet: Update to new upstream version 0.67.
...
Put a copy of old version 0.17 expression into 0.17.nix and update the
pointers from nixpart0 accordingly.
This also means, that plain nixpart is now way more broken than
nixpart0 (we might want to temporarily fix 0.4 anyway).
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-10-22 08:22:57 +02:00
aszlig
7deadbb55f
nixpart: Copy package expression to 0.4.nix.
...
Update the nixpart0 pointer to point to this version, because we're
going to update blivet as well and NixOps still points to nixpart0.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-10-22 01:54:48 +02:00
aszlig
6553845afc
pyparted: Add patch to fix tests for parted 3.2.
...
See this message for the patch and details:
https://www.redhat.com/archives/pyparted-devel/2014-April/msg00000.html
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-10-22 01:54:47 +02:00
Domen Kožar
5c251eb3a0
python3Packages.{pagerduty,sipsimple}: disable
2014-10-21 18:55:39 +02:00
aszlig
369a5c6180
python-six: Update to new upstream version 1.8.0.
...
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-10-21 18:32:10 +02:00
Russell O'Connor
b91adb64ce
Add python package gsutil plus all its dependencies.
2014-10-21 00:22:39 +02:00
Domen Kožar
a5b7ef0db1
fix eval
2014-10-20 17:26:25 +02:00
Domen Kožar
8787c695a9
pythonPackages.cjson: disable on pypy/py3k
2014-10-20 13:34:43 +02:00
Jaka Hudoklin
3bd72fc71f
Merge pull request #4579 from offlinehacker/pkgs/pythonPackages/graphitePager
...
pythonPackages: add graphite pager
2014-10-20 13:24:54 +02:00
Jaka Hudoklin
c61fe83268
pythonPackages.ipython: use correct pythonPackages
2014-10-18 17:23:40 +02:00
Jaka Hudoklin
0f8f98525b
pythonPackages: fix typo
2014-10-18 14:22:53 +02:00
Jaka Hudoklin
9ec9497c9f
pythonPackages: pillow, set tcl_root
2014-10-18 14:17:22 +02:00
Jaka Hudoklin
2d4b3e98d9
pythonPackages: add graphite pager
2014-10-18 13:54:05 +02:00
Bjørn Forsman
9424ab11c6
python-scapy: new package
...
Powerful interactive network packet manipulation program.
http://www.secdev.org/projects/scapy/
2014-10-17 20:20:08 +02:00
Jascha Geerds
df1221eea9
Fix stevedore for python26
2014-10-17 11:35:25 +02:00
Peter Simons
9e74259bbe
Merge pull request #4551 from vandenoever/blink
...
Add Blink, a simple sip client.
2014-10-16 15:48:32 +02:00
Domen Kožar
c0e18dc498
fix eval
2014-10-16 13:08:07 +02:00
Jos van den Oever
fb9ac9e8eb
Add Blink, a simple sip client.
2014-10-16 12:21:36 +02:00
Domen Kožar
a1a60d8e8a
readd pythonPackages.hgsvn
2014-10-16 12:21:03 +02:00
Domen Kožar
6cd1f42a2c
Merge pull request #4483 from edwtjo/cvxopt
...
pythonPackages.cvxopt: added package
2014-10-16 12:20:42 +02:00
Domen Kožar
90badb42d1
pypyPackages.paramiko: disable tests
2014-10-14 21:06:49 +02:00