2024-06-05 15:53:02 +00:00
|
|
|
{
|
|
|
|
lib,
|
|
|
|
stdenv,
|
|
|
|
buildPythonPackage,
|
|
|
|
pythonOlder,
|
|
|
|
fetchPypi,
|
|
|
|
fetchpatch,
|
|
|
|
python,
|
|
|
|
|
|
|
|
# build-system
|
|
|
|
hatchling,
|
|
|
|
hatch-fancy-pypi-readme,
|
|
|
|
|
|
|
|
# dependencies
|
|
|
|
attrs,
|
|
|
|
automat,
|
|
|
|
constantly,
|
|
|
|
hyperlink,
|
|
|
|
incremental,
|
|
|
|
typing-extensions,
|
|
|
|
zope-interface,
|
|
|
|
|
|
|
|
# optional-dependencies
|
|
|
|
appdirs,
|
|
|
|
bcrypt,
|
|
|
|
cryptography,
|
|
|
|
h2,
|
|
|
|
idna,
|
|
|
|
priority,
|
|
|
|
pyasn1,
|
|
|
|
pyopenssl,
|
|
|
|
pyserial,
|
|
|
|
service-identity,
|
|
|
|
|
|
|
|
# tests
|
|
|
|
cython-test-exception-raiser,
|
|
|
|
git,
|
|
|
|
glibcLocales,
|
|
|
|
pyhamcrest,
|
|
|
|
hypothesis,
|
2022-06-16 17:23:12 +00:00
|
|
|
|
|
|
|
# for passthru.tests
|
2024-06-05 15:53:02 +00:00
|
|
|
cassandra-driver,
|
|
|
|
klein,
|
|
|
|
magic-wormhole,
|
|
|
|
scrapy,
|
|
|
|
treq,
|
|
|
|
txaio,
|
|
|
|
txamqp,
|
|
|
|
txrequests,
|
|
|
|
txtorcon,
|
|
|
|
thrift,
|
|
|
|
nixosTests,
|
2020-04-24 23:36:52 +00:00
|
|
|
}:
|
2022-06-16 17:23:12 +00:00
|
|
|
|
2020-04-24 23:36:52 +00:00
|
|
|
buildPythonPackage rec {
|
2022-06-16 17:23:12 +00:00
|
|
|
pname = "twisted";
|
2024-09-19 14:19:46 +00:00
|
|
|
version = "24.7.0";
|
2023-11-16 04:20:00 +00:00
|
|
|
format = "pyproject";
|
2020-04-24 23:36:52 +00:00
|
|
|
|
2022-05-18 14:49:53 +00:00
|
|
|
disabled = pythonOlder "3.6";
|
|
|
|
|
2020-04-24 23:36:52 +00:00
|
|
|
src = fetchPypi {
|
2023-11-16 04:20:00 +00:00
|
|
|
inherit pname version;
|
2021-08-23 08:02:39 +00:00
|
|
|
extension = "tar.gz";
|
2024-09-19 14:19:46 +00:00
|
|
|
hash = "sha256-WmAUfwRBh6En7H2pbRcNSbzOUMb9NvWU5g9Fh+/005Q=";
|
2020-04-24 23:36:52 +00:00
|
|
|
};
|
|
|
|
|
2023-01-20 10:41:00 +00:00
|
|
|
patches = [
|
2023-03-27 19:17:25 +00:00
|
|
|
(fetchpatch {
|
|
|
|
# Conditionally skip tests that require METHOD_CRYPT
|
|
|
|
# https://github.com/twisted/twisted/pull/11827
|
|
|
|
url = "https://github.com/mweinelt/twisted/commit/e69e652de671aac0abf5c7e6c662fc5172758c5a.patch";
|
|
|
|
hash = "sha256-LmvKUTViZoY/TPBmSlx4S9FbJNZfB5cxzn/YcciDmoI=";
|
|
|
|
})
|
2023-01-20 10:41:00 +00:00
|
|
|
];
|
|
|
|
|
2022-09-14 18:05:37 +00:00
|
|
|
__darwinAllowLocalNetworking = true;
|
|
|
|
|
2023-11-16 04:20:00 +00:00
|
|
|
nativeBuildInputs = [
|
|
|
|
hatchling
|
|
|
|
hatch-fancy-pypi-readme
|
|
|
|
incremental
|
|
|
|
];
|
|
|
|
|
2022-06-16 17:23:12 +00:00
|
|
|
propagatedBuildInputs = [
|
|
|
|
attrs
|
|
|
|
automat
|
|
|
|
constantly
|
|
|
|
hyperlink
|
|
|
|
incremental
|
|
|
|
typing-extensions
|
2024-01-13 08:15:51 +00:00
|
|
|
zope-interface
|
2022-06-16 17:23:12 +00:00
|
|
|
];
|
2020-04-24 23:36:52 +00:00
|
|
|
|
2024-06-05 15:53:02 +00:00
|
|
|
postPatch =
|
|
|
|
''
|
|
|
|
echo 'ListingTests.test_localeIndependent.skip = "Timezone issue"'>> src/twisted/conch/test/test_cftp.py
|
|
|
|
echo 'ListingTests.test_newFile.skip = "Timezone issue"'>> src/twisted/conch/test/test_cftp.py
|
|
|
|
echo 'ListingTests.test_newSingleDigitDayOfMonth.skip = "Timezone issue"'>> src/twisted/conch/test/test_cftp.py
|
|
|
|
echo 'ListingTests.test_oldFile.skip = "Timezone issue"'>> src/twisted/conch/test/test_cftp.py
|
|
|
|
echo 'ListingTests.test_oldSingleDigitDayOfMonth.skip = "Timezone issue"'>> src/twisted/conch/test/test_cftp.py
|
|
|
|
|
|
|
|
echo 'WrapClientTLSParserTests.test_tls.skip = "pyopenssl update"' >> src/twisted/internet/test/test_endpoints.py
|
|
|
|
echo 'UNIXTestsBuilder_AsyncioSelectorReactorTests.test_sendFileDescriptorTriggersPauseProducing.skip = "sendFileDescriptor producer was not paused"'>> src/twisted/internet/test/test_unix.py
|
|
|
|
echo 'UNIXTestsBuilder_SelectReactorTests.test_sendFileDescriptorTriggersPauseProducing.skip = "sendFileDescriptor producer was not paused"'>> src/twisted/internet/test/test_unix.py
|
|
|
|
|
|
|
|
echo 'FileObserverTests.test_getTimezoneOffsetEastOfUTC.skip = "mktime argument out of range"'>> src/twisted/test/test_log.py
|
|
|
|
echo 'FileObserverTests.test_getTimezoneOffsetWestOfUTC.skip = "mktime argument out of range"'>> src/twisted/test/test_log.py
|
|
|
|
echo 'FileObserverTests.test_getTimezoneOffsetWithoutDaylightSavingTime.skip = "tuple differs, values not"'>> src/twisted/test/test_log.py
|
|
|
|
|
|
|
|
echo 'FileDescriptorTests.test_expectedFDs.skip = "Expected duplicate file descriptor to be greater than original"' >> src/twisted/internet/test/test_posixprocess.py
|
|
|
|
|
|
|
|
echo 'MulticastTests.test_joinLeave.skip = "No such device"'>> src/twisted/test/test_udp.py
|
|
|
|
echo 'MulticastTests.test_loopback.skip = "No such device"'>> src/twisted/test/test_udp.py
|
|
|
|
echo 'MulticastTests.test_multicast.skip = "Reactor was unclean"'>> src/twisted/test/test_udp.py
|
|
|
|
echo 'MulticastTests.test_multiListen.skip = "No such device"'>> src/twisted/test/test_udp.py
|
|
|
|
|
|
|
|
# fails since migrating to libxcrypt
|
|
|
|
echo 'HelperTests.test_refuteCryptedPassword.skip = "OSError: Invalid argument"' >> src/twisted/conch/test/test_checkers.py
|
|
|
|
|
|
|
|
# expectation mismatch with `python -m twisted --help` and `python -m twisted.trial --help` usage output
|
|
|
|
echo 'MainTests.test_twisted.skip = "Expectation Mismatch"' >> src/twisted/test/test_main.py
|
|
|
|
echo 'MainTests.test_trial.skip = "Expectation Mismatch"' >> src/twisted/test/test_main.py
|
|
|
|
|
|
|
|
# tests for missing https support in usage
|
|
|
|
echo 'ServiceTests.test_HTTPSFailureOnMissingSSL.skip = "Expectation Mismatch"' >> src/twisted/web/test/test_tap.py
|
|
|
|
|
|
|
|
# fail on Python 3.12
|
|
|
|
echo 'WorkerReporterTests.test_addSkipPyunit.skip = "'WorkerReporter' object has no attribute '_testStarted'"' >> src/twisted/trial/_dist/test/test_workerreporter.py
|
|
|
|
echo 'LocalWorkerAMPTests.test_runSkip.skip = "twisted.protocols.amp.UnknownRemoteError: Code<UNKNOWN>: Unknown Error"' >> src/twisted/trial/_dist/test/test_worker.py
|
|
|
|
|
2024-07-27 06:49:29 +00:00
|
|
|
# https://github.com/twisted/twisted/issues/12194
|
|
|
|
echo 'FlattenerErrorTests.test_asynchronousFlattenError.skip = "builtins.KeyError: 'root'"' >> src/twisted/web/test/test_flatten.py
|
|
|
|
echo 'FlattenerErrorTests.test_cancel.skip = "builtins.KeyError: 'root'"' >> src/twisted/web/test/test_flatten.py
|
|
|
|
|
2024-06-05 15:53:02 +00:00
|
|
|
# not packaged
|
|
|
|
substituteInPlace src/twisted/test/test_failure.py \
|
|
|
|
--replace "from cython_test_exception_raiser import raiser # type: ignore[import]" "raiser = None"
|
|
|
|
''
|
|
|
|
+ lib.optionalString stdenv.isLinux ''
|
|
|
|
echo 'PTYProcessTestsBuilder_EPollReactorTests.test_openFileDescriptors.skip = "invalid syntax"'>> src/twisted/internet/test/test_process.py
|
|
|
|
echo 'PTYProcessTestsBuilder_PollReactorTests.test_openFileDescriptors.skip = "invalid syntax"'>> src/twisted/internet/test/test_process.py
|
|
|
|
echo 'UNIXTestsBuilder_EPollReactorTests.test_sendFileDescriptorTriggersPauseProducing.skip = "sendFileDescriptor producer was not paused"'>> src/twisted/internet/test/test_unix.py
|
|
|
|
echo 'UNIXTestsBuilder_PollReactorTests.test_sendFileDescriptorTriggersPauseProducing.skip = "sendFileDescriptor producer was not paused"'>> src/twisted/internet/test/test_unix.py
|
|
|
|
|
|
|
|
# Patch t.p._inotify to point to libc. Without this,
|
|
|
|
# twisted.python.runtime.platform.supportsINotify() == False
|
|
|
|
substituteInPlace src/twisted/python/_inotify.py --replace \
|
|
|
|
"ctypes.util.find_library(\"c\")" "'${stdenv.cc.libc}/lib/libc.so.6'"
|
|
|
|
''
|
|
|
|
+ lib.optionalString stdenv.isDarwin ''
|
|
|
|
echo 'ProcessTestsBuilder_AsyncioSelectorReactorTests.test_openFileDescriptors.skip = "invalid syntax"'>> src/twisted/internet/test/test_process.py
|
|
|
|
echo 'ProcessTestsBuilder_SelectReactorTests.test_openFileDescriptors.skip = "invalid syntax"'>> src/twisted/internet/test/test_process.py
|
|
|
|
echo 'ProcessTestsBuilder_AsyncioSelectorReactorTests.test_processEnded.skip = "exit code 120"' >> src/twisted/internet/test/test_process.py
|
|
|
|
echo 'ProcessTestsBuilder_SelectReactorTests.test_processEnded.skip = "exit code 120"' >> src/twisted/internet/test/test_process.py
|
|
|
|
'';
|
2020-04-24 23:36:52 +00:00
|
|
|
|
2022-06-16 17:23:12 +00:00
|
|
|
# Generate Twisted's plug-in cache. Twisted users must do it as well. See
|
2020-04-24 23:36:52 +00:00
|
|
|
# http://twistedmatrix.com/documents/current/core/howto/plugin.html#auto3
|
2022-06-16 17:23:12 +00:00
|
|
|
# and http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477103 for details.
|
2023-04-29 16:46:19 +00:00
|
|
|
postFixup = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) ''
|
2020-04-24 23:36:52 +00:00
|
|
|
$out/bin/twistd --help > /dev/null
|
|
|
|
'';
|
|
|
|
|
2024-06-05 15:53:02 +00:00
|
|
|
nativeCheckInputs =
|
|
|
|
[
|
|
|
|
cython-test-exception-raiser
|
|
|
|
git
|
|
|
|
glibcLocales
|
|
|
|
hypothesis
|
|
|
|
pyhamcrest
|
|
|
|
]
|
|
|
|
++ passthru.optional-dependencies.conch
|
|
|
|
++ passthru.optional-dependencies.http2
|
|
|
|
++ passthru.optional-dependencies.serial
|
|
|
|
# not supported on aarch64-darwin: https://github.com/pyca/pyopenssl/issues/873
|
|
|
|
++ lib.optionals (!(stdenv.isDarwin && stdenv.isAarch64)) passthru.optional-dependencies.tls;
|
2022-06-16 17:23:12 +00:00
|
|
|
|
2020-04-24 23:36:52 +00:00
|
|
|
checkPhase = ''
|
2022-06-16 17:23:12 +00:00
|
|
|
export SOURCE_DATE_EPOCH=315532800
|
|
|
|
export PATH=$out/bin:$PATH
|
|
|
|
# race conditions when running in paralell
|
2023-10-09 19:29:22 +00:00
|
|
|
${python.interpreter} -m twisted.trial -j1 twisted
|
2020-04-24 23:36:52 +00:00
|
|
|
'';
|
2022-06-16 17:23:12 +00:00
|
|
|
|
|
|
|
passthru = {
|
2023-11-16 04:20:00 +00:00
|
|
|
optional-dependencies = {
|
2024-06-05 15:53:02 +00:00
|
|
|
conch = [
|
|
|
|
appdirs
|
|
|
|
bcrypt
|
|
|
|
cryptography
|
|
|
|
pyasn1
|
|
|
|
];
|
|
|
|
http2 = [
|
|
|
|
h2
|
|
|
|
priority
|
|
|
|
];
|
2022-06-16 17:23:12 +00:00
|
|
|
serial = [ pyserial ];
|
2024-06-05 15:53:02 +00:00
|
|
|
tls = [
|
|
|
|
idna
|
|
|
|
pyopenssl
|
|
|
|
service-identity
|
|
|
|
];
|
2022-06-16 17:23:12 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
tests = {
|
|
|
|
inherit
|
|
|
|
cassandra-driver
|
|
|
|
klein
|
|
|
|
magic-wormhole
|
|
|
|
scrapy
|
|
|
|
treq
|
|
|
|
txaio
|
|
|
|
txamqp
|
|
|
|
txrequests
|
|
|
|
txtorcon
|
2024-06-05 15:53:02 +00:00
|
|
|
thrift
|
|
|
|
;
|
2022-06-16 17:23:12 +00:00
|
|
|
inherit (nixosTests) buildbot matrix-synapse;
|
|
|
|
};
|
|
|
|
};
|
2020-04-24 23:36:52 +00:00
|
|
|
|
2021-01-15 22:18:51 +00:00
|
|
|
meta = with lib; {
|
2024-01-13 08:15:51 +00:00
|
|
|
changelog = "https://github.com/twisted/twisted/blob/twisted-${version}/NEWS.rst";
|
2022-04-15 01:41:22 +00:00
|
|
|
homepage = "https://github.com/twisted/twisted";
|
2022-12-17 10:02:37 +00:00
|
|
|
description = "Asynchronous networking framework written in Python";
|
2020-04-24 23:36:52 +00:00
|
|
|
license = licenses.mit;
|
2024-07-31 10:19:44 +00:00
|
|
|
maintainers = [ ];
|
2020-04-24 23:36:52 +00:00
|
|
|
};
|
|
|
|
}
|