python312Packages.libpysal: add changelog to meta
This commit is contained in:
@@ -24,6 +24,7 @@ buildPythonPackage rec {
|
||||
pname = "libpysal";
|
||||
version = "4.13.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.10";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
@@ -35,7 +36,7 @@ buildPythonPackage rec {
|
||||
|
||||
build-system = [ setuptools-scm ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
beautifulsoup4
|
||||
fiona
|
||||
geopandas
|
||||
@@ -81,6 +82,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Library of spatial analysis functions";
|
||||
homepage = "https://pysal.org/libpysal/";
|
||||
changelog = "https://github.com/pysal/libpysal/releases/tag/${src.tag}";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = lib.teams.geospatial.members;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user