mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
science/py-asdf-standard: Update to 1.2.0
- Update WWW Changes: https://github.com/asdf-format/asdf-standard/releases https://www.asdf-format.org/projects/asdf-standard/en/latest/changes.html
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
PORTNAME= asdf-standard
|
||||
PORTVERSION= 1.1.1
|
||||
PORTVERSION= 1.2.0
|
||||
CATEGORIES= science python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@@ -7,7 +7,8 @@ DISTNAME= asdf_standard-${PORTVERSION}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= ASDF Standard schemas
|
||||
WWW= https://github.com/asdf-format/asdf-standard
|
||||
WWW= https://www.asdf-format.org/projects/asdf-standard/en/latest/ \
|
||||
https://github.com/asdf-format/asdf-standard
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1710712522
|
||||
SHA256 (asdf_standard-1.1.1.tar.gz) = 01535bc2b15bfc09ec8a62d4999f9cf32dc49dc71660c8425640228fd8776102
|
||||
SIZE (asdf_standard-1.1.1.tar.gz) = 114823
|
||||
TIMESTAMP = 1748495843
|
||||
SHA256 (asdf_standard-1.2.0.tar.gz) = e709912faf0be2f5843a23af2731e6f76ed6c279b29df5989e1520992fa3c5cf
|
||||
SIZE (asdf_standard-1.2.0.tar.gz) = 272660
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
--- pyproject.toml.orig 2025-05-21 16:47:38 UTC
|
||||
+++ pyproject.toml
|
||||
@@ -3,7 +3,7 @@ requires-python = '>=3.9'
|
||||
description = 'The ASDF Standard schemas'
|
||||
readme = 'README.md'
|
||||
requires-python = '>=3.9'
|
||||
-license-files = ['LICENSE']
|
||||
+license = { file = 'LICENSE' }
|
||||
authors = [{ name = 'The ASDF Developers', email = 'help@stsci.edu' }]
|
||||
classifiers = [
|
||||
'Programming Language :: Python',
|
||||
@@ -41,7 +41,7 @@ requires = [
|
||||
|
||||
[build-system]
|
||||
requires = [
|
||||
- "setuptools >=77",
|
||||
+ "setuptools >=61",
|
||||
"setuptools_scm[toml] >=3.4",
|
||||
"wheel",
|
||||
]
|
||||
Reference in New Issue
Block a user