Merge pull request #281170 from SuperSandro2000/dulwich-xdist
python311Packages.dulwich: use xdist to speedup tests, update homepage
This commit is contained in:
commit
c0cb4ed4d7
@ -11,6 +11,7 @@
|
||||
, gnupg
|
||||
, gpgme
|
||||
, paramiko
|
||||
, pytest-xdist
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, urllib3
|
||||
@ -53,6 +54,7 @@ buildPythonPackage rec {
|
||||
geventhttpclient
|
||||
git
|
||||
glibcLocales
|
||||
pytest-xdist
|
||||
pytestCheckHook
|
||||
] ++ passthru.optional-dependencies.fastimport
|
||||
++ passthru.optional-dependencies.pgp
|
||||
@ -85,7 +87,7 @@ buildPythonPackage rec {
|
||||
does not depend on Git itself. All functionality is available in pure Python.
|
||||
'';
|
||||
homepage = "https://www.dulwich.io/";
|
||||
changelog = "https://github.com/dulwich/dulwich/blob/dulwich-${version}/NEWS";
|
||||
changelog = "https://github.com/jelmer/dulwich/blob/dulwich-${version}/NEWS";
|
||||
license = with licenses; [ asl20 gpl2Plus ];
|
||||
maintainers = with maintainers; [ koral ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user