Commit graph

26 commits

Author SHA1 Message Date
Will Dietz 9639fdbb92 python3Packages.pycurl: re-enable tests that no longer fail 2022-04-15 01:39:52 +02:00
Vladimír Čunát 32f42705ff
Revert "python39Packages.pycurl: disable failing tests"
This partially reverts commit c270defab7 from PR #166335.
The tests worked after curl fix (commit 0fad2b34c4 from PR #167993).
2022-04-10 17:12:03 +02:00
github-actions[bot] ffa96ab0c0
Merge staging-next into staging 2022-04-02 18:01:37 +00:00
Alyssa Ross fd78240ac8
treewide: use lib.getLib for OpenSSL libraries
At some point, I'd like to make another attempt at
71f1f4884b ("openssl: stop static binaries referencing libs"), which
was reverted in 195c7da07d.  One problem with my previous attempt is
that I moved OpenSSL's libraries to a lib output, but many dependent
packages were hardcoding the out output as the location of the
libraries.  This patch fixes every such case I could find in the tree.
It won't have any effect immediately, but will mean these packages
will automatically use an OpenSSL lib output if it is reintroduced in
future.

This patch should cause very few rebuilds, because it shouldn't make
any change at all to most packages I'm touching.  The few rebuilds
that are introduced come from when I've changed a package builder not
to use variable names like openssl.out in scripts / substitution
patterns, which would be confusing since they don't hardcode the
output any more.

I started by making the following global replacements:

    ${pkgs.openssl.out}/lib -> ${lib.getLib pkgs.openssl}/lib
    ${openssl.out}/lib -> ${lib.getLib openssl}/lib

Then I removed the ".out" suffix when part of the argument to
lib.makeLibraryPath, since that function uses lib.getLib internally.

Then I fixed up cases where openssl was part of the -L flag to the
compiler/linker, since that unambigously is referring to libraries.

Then I manually investigated and fixed the following packages:

 - pycurl
 - citrix-workspace
 - ppp
 - wraith
 - unbound
 - gambit
 - acl2

I'm reasonably confindent in my fixes for all of them.

For acl2, since the openssl library paths are manually provided above
anyway, I don't think openssl is required separately as a build input
at all.  Removing it doesn't make a difference to the output size, the
file list, or the closure.

I've tested evaluation with the OfBorg meta checks, to protect against
introducing evaluation failures.
2022-03-30 15:10:00 +00:00
Sandro Jäckel c270defab7
python39Packages.pycurl: disable failing tests, add SuperSandro2000 as maintainer 2022-03-30 01:19:01 +02:00
Sandro 7aa377336e
Merge pull request #165412 from SuperSandro2000/pycurl 2022-03-23 12:21:53 +01:00
Sandro Jäckel 9215ee6805
python39Packages.pycurl: remove unused nose, update meta 2022-03-23 09:46:08 +01:00
R. Ryantm cf9d03519c python310Packages.pycurl: 7.45.0 -> 7.45.1 2022-03-14 18:21:34 +00:00
R. Ryantm 80c891c540 python310Packages.pycurl: 7.44.1 -> 7.45.0 2022-03-11 09:02:36 -08:00
R. RyanTM 924fb02657 python38Packages.pycurl: 7.43.0.6 -> 7.44.1 2021-08-23 05:52:47 +00:00
Martin Weinelt 803a16442d
python3Packages.pycurl: disable failing tests (#122950)
and clean up and refactor the package.
2021-05-14 15:20:29 +02:00
Jonathan Ringer baa855134f python3Packages.pycurl: disable for py2 2020-11-05 15:47:11 -08:00
Frederik Rietdijk b947fef491 python3Packages.pycurl: 7.43.0.5 -> 7.43.0.6 2020-11-05 15:47:02 -08:00
Niklas Hambüchen ab1ae1088e pycurl: Exclude flaky multi_timer_test. Fixes #77304 2020-06-15 15:47:09 -07:00
Niklas Hambüchen 7440f0f386 pycurl: Exclude another flaky test. Fixes #77304 2020-06-09 16:46:14 -07:00
Frederik Rietdijk ef95956453 python3Packages.pycurl: 7.43.0.3 -> 7.43.0.5 2020-05-11 22:12:50 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jonathan Ringer 95e3e3e0a8 pythonPackages.pycurl: disable flakey memory tests 2020-01-19 12:23:29 -08:00
Jonathan Ringer d80f10eddb pythonPackages.pycurl: fix tests 2019-12-30 16:46:50 +01:00
Jonathan Ringer 641148260c pythonPackages.pycurl: fix tests 2019-10-18 09:54:05 +02:00
Mario Rodas d5beb9fb56
pythonPackages.pycurl: fix build on darwin 2019-08-22 16:20:00 -05:00
Chris Ostrouchov f10553883d pythonPackages.pycurl: 7.43.0.2 -> 7.43.0.3 2019-07-20 09:22:30 +02:00
Frederik Rietdijk d2c3fd5af0 Python: fix outfall after setting strictDeps = true; 2019-02-17 14:40:54 +01:00
Frederik Rietdijk 9c9d4cdfbc python: pycurl: 7.43.0.1 -> 7.43.0.2 2018-06-22 13:09:25 +02:00
Josef Kemetmüller bd836b7761 python3Packages.pycurl: fix darwin build 2018-03-18 23:37:20 +01:00
adisbladis 408f6b2843
pythonPackages.pycurl: Move to separate file 2018-03-16 01:14:12 +08:00