python310Packages.trove-classifiers: add changelog to meta
- disable on unsupported Python releases
This commit is contained in:
parent
1ac1ac2a80
commit
5f1c4f33a8
@ -3,14 +3,16 @@
|
||||
, fetchPypi
|
||||
, calver
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "trove-classifiers";
|
||||
version = "2023.1.12";
|
||||
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-66Rg2DJg/PNkjXyKy/IgQ0T9eF+JD7rstoZKf7nwaS4=";
|
||||
@ -29,6 +31,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Canonical source for classifiers on PyPI";
|
||||
homepage = "https://github.com/pypa/trove-classifiers";
|
||||
changelog = "https://github.com/pypa/trove-classifiers/releases/tag/${version}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ dotlambda ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user