python312Packages.agate: 1.9.1 -> 1.11.0
Diff: https://github.com/wireservice/agate/compare/refs/tags/1.9.1...1.11.0 Changelog: https://github.com/wireservice/agate/blob/1.11.0/CHANGELOG.rst
This commit is contained in:
@@ -14,22 +14,21 @@
|
||||
python-slugify,
|
||||
pythonOlder,
|
||||
pytimeparse,
|
||||
pytz,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "agate";
|
||||
version = "1.9.1";
|
||||
version = "1.11.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "wireservice";
|
||||
repo = "agate";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-I7jvZA/m06kUuUcfglySaroDbJ5wbgiF2lb84EFPmpw=";
|
||||
hash = "sha256-JVBf21as4DNmGT84dSG+54RIU6PbRBoLPSsWj2FGXxc=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -49,7 +48,6 @@ buildPythonPackage rec {
|
||||
lxml
|
||||
pyicu
|
||||
pytestCheckHook
|
||||
pytz
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "agate" ];
|
||||
|
||||
Reference in New Issue
Block a user