Date: Sat, 18 Apr 2026 22:04:57 +0000 From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8457d8c663ce - main - math/py-moarchiving: Update to 1.1.0 Message-ID: <69e40009.343b7.20e55337@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=8457d8c663cea158352a85c13ca6c59c78f95969 commit 8457d8c663cea158352a85c13ca6c59c78f95969 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-04-18 21:25:45 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-04-18 21:52:40 +0000 math/py-moarchiving: Update to 1.1.0 Changes: https://github.com/CMA-ES/moarchiving/blob/development/README.md#releases --- math/py-moarchiving/Makefile | 4 ++-- math/py-moarchiving/distinfo | 6 +++--- math/py-moarchiving/files/patch-pyproject.toml | 14 ++++++++++++-- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/math/py-moarchiving/Makefile b/math/py-moarchiving/Makefile index ee922b84f135..34f0a21a007e 100644 --- a/math/py-moarchiving/Makefile +++ b/math/py-moarchiving/Makefile @@ -1,5 +1,5 @@ PORTNAME= moarchiving -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.0 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sortedcontainers>=2.4.0:devel/py-sortedcontainers@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sortedcontainers>=2.3.0:devel/py-sortedcontainers@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 diff --git a/math/py-moarchiving/distinfo b/math/py-moarchiving/distinfo index c71aa1fbd580..4a8ab734b1ba 100644 --- a/math/py-moarchiving/distinfo +++ b/math/py-moarchiving/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745178078 -SHA256 (moarchiving-1.0.0.tar.gz) = 48def63fbfc9fa3b685f1c2c37dbbbcd7fe4e5ad688d9b321bf8dce641a510e0 -SIZE (moarchiving-1.0.0.tar.gz) = 51018 +TIMESTAMP = 1775587530 +SHA256 (moarchiving-1.1.0.tar.gz) = c437675f29ae9eb7eca0c128820f02f1c20baf4c06e6830921fec8272ba37a68 +SIZE (moarchiving-1.1.0.tar.gz) = 55732 diff --git a/math/py-moarchiving/files/patch-pyproject.toml b/math/py-moarchiving/files/patch-pyproject.toml index b55376150e5e..ff4037f89767 100644 --- a/math/py-moarchiving/files/patch-pyproject.toml +++ b/math/py-moarchiving/files/patch-pyproject.toml @@ -1,11 +1,21 @@ ---- pyproject.toml.orig 2025-04-17 21:02:13 UTC +--- pyproject.toml.orig 2026-02-21 11:12:14 UTC +++ pyproject.toml @@ -2,7 +2,7 @@ requires = [ [build-system] requires = [ -- "setuptools >=70.1", +- "setuptools >=79", + "setuptools >=61", # "setuptools-scm", # if we want to use git versions for versioning # "wheel", # setuptools doesn't need wheel anymore, see https://pypi.org/project/wheel/ ] +@@ -15,8 +15,7 @@ readme = "README.md" # manually copied and cut + # "readme", + ] + readme = "README.md" # manually copied and cut +-license = "BSD-3-Clause" +-license-files = ["LICENSE"] ++license = { text = "BSD-3-Clause" } + authors = [ + { name = "Nikolaus Hansen"}, + { name = "Nace Sever" },home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e40009.343b7.20e55337>
