summary refs log tree commit diff
path: root/pkgs/development/interpreters/pypy
Commit message (Collapse)AuthorAge
* pypy: fix buildDomen Kožar2015-02-08
|
* fix evalDomen Kožar2015-02-04
|
* pypy: 2.4 -> 2.5Domen Kožar2015-02-04
|
* Explicitly specify the pythonVersion and use that together with ↵Dario Bertini2015-01-24
| | | | versionOlder/versionAtLeast to specify bounds
* pypy: added patch to fix build with gcc 4.9.2Georges Dubus2015-01-14
|
* Change occurrences of gcc to the more general ccJohn Wiegley2014-12-26
| | | | | This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
* pypy: disable whole ssl test suit instead of a single testDomen Kožar2014-12-16
| | | | | (cherry picked from commit 118fd6f526618ec6fc243bc2cdf89a99c4172d9a) Signed-off-by: Domen Kožar <domen@dev.si>
* pypy: disable cpickle test..Domen Kožar2014-12-15
|
* pypy: disable test_default_ciphers testDomen Kožar2014-11-15
|
* Merge branch 'master' into stagingVladimír Čunát2014-11-14
|\ | | | | | | | | Conflicts (simple): pkgs/development/lisp-modules/clwrapper/setup-hook.sh
| * python: add python.interpreter attributeDomen Kožar2014-11-13
| |
* | Merge recent master into stagingVladimír Čunát2014-10-23
|\| | | | | | | Hydra nixpkgs: ?compare=1156478
| * python27FullBuildEnv -> python.buildEnv for all interpretersDomen Kožar2014-10-19
| |
* | Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-10-16
|\| | | | | | | | | Conflicts: pkgs/development/libraries/poppler/default.nix
| * pypy: disable test_zipfile64 because timeoutsDomen Kožar2014-10-16
| |
* | Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-10-07
|\| | | | | | | | | | | | | Conflicts: pkgs/development/libraries/libav/default.nix pkgs/shells/bash/bash-4.2-patches.nix pkgs/stdenv/generic/default.nix
| * pypy: fix copy-paste error in setup-hookBjørn Forsman2014-09-26
| | | | | | | | | | Introduced in 428fdc879fbf629b2aac54482030ad2152786bca ("pypy: 2.3 -> 2.4").
| * pypy: disable test_urllib2net and test_urllibnetDomen Kožar2014-09-26
| |
| * pypy: pytest syntax changeDomen Kožar2014-09-26
| |
| * pypy: 2.3 -> 2.4Domen Kožar2014-09-26
| |
* | Merge branch 'staging' into modular-stdenvVladimír Čunát2014-09-08
|\| | | | | | | | | | | | | Conflicts: pkgs/development/interpreters/perl/5.10/setup-hook.sh pkgs/development/interpreters/perl/5.8/setup-hook.sh pkgs/stdenv/linux/default.nix
| * pypy: compile also cursesDomen Kožar2014-08-30
| |
| * pypy: wrap to provide sqlite3 at runtimeDomen Kožar2014-08-29
| |
| * pypy: disable test_sqlite again...Domen Kožar2014-08-27
| |
| * pypy: test sqlite3 and verify the moduleDomen Kožar2014-08-27
| |
| * pypy: properly hint sqlite3 headersDomen Kožar2014-08-26
| |
| * pypy: give hints about sqlite3Domen Kožar2014-08-26
| |
| * pypy: hint about tcl/tk headers/libs pathsDomen Kožar2014-08-26
| |
| * pypy: add X libs to build tkinterDomen Kožar2014-08-25
| |
| * Fix many package descriptionsBjørn Forsman2014-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (My OCD kicked in today...) Remove repeated package names, capitalize first word, remove trailing periods and move overlong descriptions to longDescription. I also simplified some descriptions as well, when they were particularly long or technical, often based on Arch Linux' package descriptions. I've tried to stay away from generated expressions (and I think I succeeded). Some specifics worth mentioning: * cron, has "Vixie Cron" in its description. The "Vixie" part is not mentioned anywhere else. I kept it in a parenthesis at the end of the description. * ctags description started with "Exuberant Ctags ...", and the "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis at the end of description. * nix has the description "The Nix Deployment System". Since that doesn't really say much what it is/does (especially after removing the package name!), I changed that to "Powerful package manager that makes package management reliable and reproducible" (borrowed from nixos.org). * Tons of "GNU Foo, Foo is a [the important bits]" descriptions is changed to just [the important bits]. If the package name doesn't contain GNU I don't think it's needed to say it in the description either.
| * pypy: add tcl supportDomen Kožar2014-08-24
| |
| * pypy: verify tkinter moduleDomen Kožar2014-08-24
| |
| * zope.testing: 4.1.2 -> 4.1.3 (also, fix pypy build)Domen Kožar2014-08-23
| |
* | Cleanup: Use += to append to envHooksEelco Dolstra2014-08-09
|/
* pypy: correctly bump the versionDomen Kožar2014-06-19
|
* pypy: disable a testDomen Kožar2014-06-09
|
* pypy: 2.2.1 -> 2.3.1Domen Kožar2014-06-08
|
* pypy: disable sqlite3 tests (failing due to sqlite bump)Domen Kožar2014-05-01
|
* fix pypy and pypyPackagesDomen Kozar2014-03-07
|
* pypy: support only linux for nowDomen Kožar2014-02-08
|
* pypy: disable a test with transient error #1634Domen Kožar2014-02-08
|
* Less aggressive LD_LIBRARY_PATH seems to avoid segfaultMichael Raskin2013-12-29
|
* pypy: disable failing testEvgeny Egorochkin2013-12-21
|
* pypy: update from 2.2 to 2.2.1Nixpkgs Monitor2013-12-21
|
* pypy: 2.1 -> 2.2Domen Kožar2013-11-14
|
* pypy: patch ncurses name correctlyDomen Kožar2013-08-23
|
* pypy: 2.0 -> 2.1Domen Kožar2013-08-23
|
* pypy: add setuphook for PYTHONPATHDomen Kožar2013-08-23
|
* recurse into python33 and pypy packagesDomen Kozar2013-07-29
|
* add python3 support to pythonPackagesDomen Kozar2013-07-29
|