mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
science/py-spglib: Fix build broken by scikit-build-core update; Update WWW
Reported by: fallout
This commit is contained in:
parent
94cf43fdc8
commit
6b0888ed9f
2 changed files with 13 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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 = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue