python-xlib: 0.15rc1 -> 0.17 (#18044)
This commit is contained in:
parent
26f65ae860
commit
5e76bc9c9d
@ -24902,17 +24902,20 @@ in modules // {
|
|||||||
};
|
};
|
||||||
|
|
||||||
xlib = buildPythonPackage (rec {
|
xlib = buildPythonPackage (rec {
|
||||||
name = "xlib-0.15rc1";
|
name = "xlib-${version}";
|
||||||
|
version = "0.17";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchFromGitHub {
|
||||||
url = "mirror://sourceforge/python-xlib/python-${name}.tar.bz2";
|
owner = "python-xlib";
|
||||||
sha256 = "0mvzz605pxzj7lfp2w6z4qglmr4rjza9xrb7sl8yn12cklzfky0m";
|
repo = "python-xlib";
|
||||||
|
rev = "${version}";
|
||||||
|
sha256 = "1iiz2nq2hq9x6laavngvfngnmxbgnwh54wdbq6ncx4va7v98liyi";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Tests require `pyutil' so disable them to avoid circular references.
|
# Tests require `pyutil' so disable them to avoid circular references.
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [ pkgs.xorg.libX11 ];
|
propagatedBuildInputs = with self; [ six setuptools_scm pkgs.xorg.libX11 ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Fully functional X client library for Python programs";
|
description = "Fully functional X client library for Python programs";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user