python311Packages.path: add changelog to meta
This commit is contained in:
parent
8c4093db7a
commit
b9fa39f19c
1 changed files with 6 additions and 9 deletions
|
@ -1,15 +1,11 @@
|
||||||
{ lib
|
{ lib
|
||||||
, buildPythonPackage
|
|
||||||
, pythonOlder
|
|
||||||
, fetchPypi
|
|
||||||
|
|
||||||
# build time
|
|
||||||
, setuptools-scm
|
|
||||||
|
|
||||||
# tests
|
|
||||||
, pytestCheckHook
|
|
||||||
, appdirs
|
, appdirs
|
||||||
|
, buildPythonPackage
|
||||||
|
, fetchPypi
|
||||||
, packaging
|
, packaging
|
||||||
|
, pytestCheckHook
|
||||||
|
, pythonOlder
|
||||||
|
, setuptools-scm
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
|
@ -45,6 +41,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Object-oriented file system path manipulation";
|
description = "Object-oriented file system path manipulation";
|
||||||
homepage = "https://github.com/jaraco/path";
|
homepage = "https://github.com/jaraco/path";
|
||||||
|
changelog = "https://github.com/jaraco/path/blob/v${version}/NEWS.rst";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue