Merge pull request #81142 from r-ryantm/auto-update/python3.7-ezdxf
python37Packages.ezdxf: 0.9 -> 0.11
This commit is contained in:
commit
36814e3201
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, buildPythonPackage, pythonOlder, fetchFromGitHub, pyparsing, pytest }:
|
{ stdenv, buildPythonPackage, pythonOlder, fetchFromGitHub, pyparsing, pytest }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "0.9";
|
version = "0.11";
|
||||||
pname = "ezdxf";
|
pname = "ezdxf";
|
||||||
|
|
||||||
disabled = pythonOlder "3.5";
|
disabled = pythonOlder "3.5";
|
||||||
@ -10,7 +10,7 @@ buildPythonPackage rec {
|
|||||||
owner = "mozman";
|
owner = "mozman";
|
||||||
repo = "ezdxf";
|
repo = "ezdxf";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1ggimjd9060b696sgzgxy9j9sl45wh9qbxnf0035qclafshprlzl";
|
sha256 = "167iw1j1c6195bwv6i8z1m7s0i27r0y0acxd2w76hvnq3a72jbsd";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest ];
|
checkInputs = [ pytest ];
|
||||||
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Python package to read and write DXF drawings (interface to the DXF file format)";
|
description = "Python package to read and write DXF drawings (interface to the DXF file format)";
|
||||||
homepage = https://github.com/mozman/ezdxf/;
|
homepage = "https://github.com/mozman/ezdxf/";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ hodapp ];
|
maintainers = with maintainers; [ hodapp ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user