python312Packages.libpysal: add changelog to meta

This commit is contained in:
Fabian Affolter
2025-04-03 08:29:16 +02:00
committed by GitHub
parent 6bf3f94cdb
commit 6f0b0855d5
@@ -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;
};