forked from mirrors/nixpkgs
Merge pull request #211473 from dotlambda/trove-classifiers-2023.1.12
python310Packages.trove-classifiers: 2022.12.22 -> 2023.1.12
This commit is contained in:
commit
dcc6932f8d
|
@ -3,17 +3,19 @@
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, calver
|
, calver
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
|
, pythonOlder
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "trove-classifiers";
|
pname = "trove-classifiers";
|
||||||
version = "2022.12.22";
|
version = "2023.1.12";
|
||||||
|
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-/g/j8IWYcWGu4qWoU8fMfN9kUVxZZdV62Wj92Mw7A2I=";
|
hash = "sha256-66Rg2DJg/PNkjXyKy/IgQ0T9eF+JD7rstoZKf7nwaS4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -29,6 +31,7 @@ buildPythonPackage rec {
|
||||||
meta = {
|
meta = {
|
||||||
description = "Canonical source for classifiers on PyPI";
|
description = "Canonical source for classifiers on PyPI";
|
||||||
homepage = "https://github.com/pypa/trove-classifiers";
|
homepage = "https://github.com/pypa/trove-classifiers";
|
||||||
|
changelog = "https://github.com/pypa/trove-classifiers/releases/tag/${version}";
|
||||||
license = lib.licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
maintainers = with lib.maintainers; [ dotlambda ];
|
maintainers = with lib.maintainers; [ dotlambda ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue