Guillaume Girol
33afbf39f6
treewide: switch to nativeCheckInputs
...
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Martin Weinelt
4af35d92a0
python3Packages.sphinx-rtd-theme: rename from sphinx_rtd_theme
2022-08-03 18:39:37 +02:00
Sandro Jäckel
3ca93302d4
tahoe-lafs: update meta.platforms, disable outdated test
2022-06-04 07:36:43 +02:00
Martin Weinelt
272430c823
treewide: migrate python packages to optional-dependencies
...
This follows the term used by PEP 621.
2022-05-22 16:31:53 +02:00
Robert Schütz
a2675e7e29
python3Packages.twisted: use extras-require
2022-05-08 20:32:14 +00:00
Sandro Jäckel
add631d16f
tahoe-lafs: cleanup
2021-08-02 10:58:44 +02:00
Aaron Janse
7c312a6cf9
tahoe-lafs: 1.13.0 -> 2021-07-09
2021-08-01 01:12:36 -07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Linus Heckemann
5aa4b19946
treewide: mark some broken packages as broken
...
Refs:
e675498026
1e9cc5b984
793a2fe1e8
c19cf65261
f6544d618f
2019-10-08 17:14:26 +02:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
volth
f3282c8d1e
treewide: remove unused variables ( #63177 )
...
* treewide: remove unused variables
* making ofborg happy
2019-06-16 19:59:05 +00:00
Silvan Mosberger
16a2f5a346
tahoe-lafs: Fix build
2019-05-29 21:48:47 +02:00
Jean-Paul Calderone
be8f891c5a
tahoe-lafs: clean up inputs ( #59231 )
...
Numpy has not been a dependency since 2012.
Apart from being unnecessary, numpy depends on openblas which fails to build on aarch64.
2019-04-11 22:22:59 +02:00
Uli Baum
ea5f0983e7
tahoe-lafs: fix build
2019-03-27 21:13:14 +01:00
tilpner
0ce675a3d5
tahoe-lafs: 1.12.1 -> 1.13.0
2019-02-14 00:13:44 +01:00
Will Dietz
9bde5abedd
more platforms.gnu -> gnu ++ linux changes, manually
2018-04-30 18:14:44 -05:00
Jan Malakhovski
d0849b6fdd
tahoe-lafs: run tests
2018-03-30 06:27:25 +00:00
Jan Malakhovski
23a814e1ad
tahoe-lafs: build HTML and info documentation
2018-03-30 06:26:59 +00:00
Corbin
c90cab9d8a
tahoelafs: 1.11.0 -> 1.12.1
2017-01-23 17:55:14 -08:00
Vladimír Čunát
6eeea6effd
Python: more evaluation fixups.
2016-10-14 00:03:12 +02:00
Peter Simons
8e462995ba
Bring my stdenv.lib.maintainers user name in line with my github nick.
2016-05-16 22:49:55 +02:00
Corbin
4c85efbda1
tahoe-lafs: 1.10.2 -> 1.11.0
...
Also add myself to maintainers, as I *do* care about this package.
2016-04-12 18:44:26 -07:00
Frederik Rietdijk
4d06bf70f4
buildPythonApplication: use new function for Python applications
2016-02-19 13:16:41 +01:00
Rok Garbas
443072799d
tahoelafs: 1.10.0 -> 1.10.2 and refractor expression, fixes #12004
2016-02-15 21:58:23 +01:00
Nathan Zadoks
0fda4ff715
tahoelafs: mock is required at runtime for some reason
2015-12-24 11:08:16 +01:00
Domen Kožar
704c8bab41
buildPythonPackage: fix standalone applications using it
2015-11-21 21:44:12 +01:00
Domen Kožar
efea92de19
fixes #1933
2014-10-23 00:14:09 +02:00
Domen Kozar
059e8e179b
set all licenses to be attributes (and wait for Nix 1.7)
2014-03-12 21:20:43 +01:00
William A. Kennington III
268ffe1144
tahoe-lafs: Upgrade from 1.9.2 -> 1.10.0
...
Remove patches which do not apply to the newer version.
2014-01-10 18:50:42 -06:00
Ludovic Courtès
2e937c437a
unmaintain several packages
2013-08-16 23:45:01 +02:00
Lluís Batlle i Rossell
b4687c6966
tahoe-lafs: update to 1.9.2
...
I had to update a python package too (foolscap)
2013-04-24 22:41:17 +04:00
Eelco Dolstra
5553546c21
Remove a bunch of unreferenced files
...
Plus a small number of obsolete packages (like old versions of qemu).
2012-11-29 13:43:37 +01:00
Cillian de Róiste
dbe7377d28
Fix Tahoe-LAFS tests (thanks to zooko)
...
Zooko pointed out on IRC that running python setup.py build, before running the tests will create /bin/tahoe (which is necessary for running the tests).
2012-11-27 01:03:59 +01:00
Eelco Dolstra
c556a6ea46
* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
...
function, so obsolete it.
svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00
Peter Simons
a4239c7e14
tahoe-lafs: updated to version 1.8.3, which fixes an important security bug
...
Note that we currently cannot run the test suite!
svn path=/nixpkgs/trunk/; revision=29253
2011-09-13 20:10:41 +00:00
Peter Simons
93ff8697d1
pkgs/tools/networking/p2p/tahoe-lafs: add mock060 to propagatedBuildInputs
...
The package is required for the regression test suite. Adding it to
buildInputs would probably work, too, but I haven't tried it.
svn path=/nixpkgs/trunk/; revision=22792
2010-07-28 13:09:20 +00:00
Peter Simons
1bb86133c7
pkgs/tools/networking/p2p/tahoe-lafs: updated to version 1.7.1
...
svn path=/nixpkgs/trunk/; revision=22774
2010-07-27 23:52:22 +00:00
Ludovic Courtès
c2f72b3ba5
Tahoe-LAFS 1.6.1.
...
svn path=/nixpkgs/trunk/; revision=20323
2010-03-02 12:46:50 +00:00
Ludovic Courtès
b46d05da85
Tahoe-LAFS: Hopefully fix subtle test suite bug.
...
svn path=/nixpkgs/trunk/; revision=19801
2010-02-03 23:38:12 +00:00
Ludovic Courtès
b5088abe20
Tahoe-LAFS 1.6.0.
...
svn path=/nixpkgs/trunk/; revision=19784
2010-02-03 13:38:03 +00:00
Ludovic Courtès
061daca90c
Rename Tahoe to Tahoe-LAFS.
...
svn path=/nixpkgs/trunk/; revision=18059
2009-10-31 22:34:24 +00:00