Merge pull request #216552 from fabaff/locationsharinglib-bump
python310Packages.locationsharinglib: add changelog to meta
This commit is contained in:
commit
e3924e5e27
@ -14,11 +14,13 @@
|
|||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "locationsharinglib";
|
pname = "locationsharinglib";
|
||||||
version = "4.1.8";
|
version = "4.1.8";
|
||||||
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-69NzKSWpuU0Riwlj6cFC4h/shc/83e1mpq++zxDqftY=";
|
hash = "sha256-69NzKSWpuU0Riwlj6cFC4h/shc/83e1mpq++zxDqftY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
@ -49,11 +51,14 @@ buildPythonPackage rec {
|
|||||||
runHook postCheck
|
runHook postCheck
|
||||||
'';
|
'';
|
||||||
|
|
||||||
pythonImportsCheck = [ "locationsharinglib" ];
|
pythonImportsCheck = [
|
||||||
|
"locationsharinglib"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python package to retrieve coordinates from a Google account";
|
description = "Python package to retrieve coordinates from a Google account";
|
||||||
homepage = "https://locationsharinglib.readthedocs.io/";
|
homepage = "https://locationsharinglib.readthedocs.io/";
|
||||||
|
changelog = "https://github.com/costastf/locationsharinglib/blob/${version}/HISTORY.rst";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user