python3Packages.dulwich: 0.20.15 -> 0.20.18
This commit is contained in:
parent
b1a729198c
commit
cc4c52a42b
@ -1,15 +1,24 @@
|
|||||||
{ lib, stdenv, buildPythonPackage, fetchPypi
|
{ lib
|
||||||
, urllib3, certifi
|
, stdenv
|
||||||
, gevent, geventhttpclient, mock, fastimport
|
, buildPythonPackage
|
||||||
, git, glibcLocales }:
|
, certifi
|
||||||
|
, fastimport
|
||||||
|
, fetchPypi
|
||||||
|
, gevent
|
||||||
|
, geventhttpclient
|
||||||
|
, git
|
||||||
|
, glibcLocales
|
||||||
|
, mock
|
||||||
|
, urllib3
|
||||||
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "0.20.15";
|
version = "0.20.18";
|
||||||
pname = "dulwich";
|
pname = "dulwich";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1248942fr12av2rkzpm2fq0qn6rajvv2lcgq65h8kby27qvp65zv";
|
sha256 = "sha256-ATE4f5uZrsxprJhlWzkx8q1D2lPTpj4FD6Om1iYKxVQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
LC_ALL = "en_US.UTF-8";
|
LC_ALL = "en_US.UTF-8";
|
||||||
@ -21,6 +30,8 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
doCheck = !stdenv.isDarwin;
|
doCheck = !stdenv.isDarwin;
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "dulwich" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Simple Python implementation of the Git file formats and protocols";
|
description = "Simple Python implementation of the Git file formats and protocols";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user