science/py-spglib: Fix build broken by scikit-build-core update; Update WWW

Reported by:	fallout
This commit is contained in:
Yuri Victorovich 2025-02-28 23:49:52 -08:00
parent 94cf43fdc8
commit 6b0888ed9f
2 changed files with 13 additions and 2 deletions

View file

@ -7,7 +7,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org MAINTAINER= yuri@FreeBSD.org
COMMENT= Library for finding and handling crystal symmetries (python binding) COMMENT= Library for finding and handling crystal symmetries (python binding)
WWW= https://spglib.readthedocs.io/en/stable/ WWW= https://spglib.readthedocs.io/en/stable/ \
https://github.com/spglib/spglib
LICENSE= BSD3CLAUSE LICENSE= BSD3CLAUSE

View file

@ -1,4 +1,6 @@
--- pyproject.toml.orig 2024-07-12 07:15:17 UTC - removal of license-files is a workaround for https://github.com/spglib/spglib/issues/560
--- pyproject.toml.orig 2024-07-11 08:36:56 UTC
+++ pyproject.toml +++ pyproject.toml
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
[build-system] [build-system]
@ -9,3 +11,11 @@
build-backend = "scikit_build_core.build" build-backend = "scikit_build_core.build"
[project] [project]
@@ -9,7 +9,6 @@ license = { text = "BSD-3-Clause" }
requires-python = ">=3.9"
description = "This is the spglib module."
license = { text = "BSD-3-Clause" }
-license-files = { paths = ["COPYING"] }
readme = "python/README.rst"
dynamic = ["version"]
dependencies = [