git: b7e3480588d3 - main - math/py-moarchiving: Update to 1.0.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 29 Apr 2025 12:47:12 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b7e3480588d3ee2ef847280701654a90ea6df434 commit b7e3480588d3ee2ef847280701654a90ea6df434 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-04-29 11:46:00 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-04-29 12:42:41 +0000 math/py-moarchiving: Update to 1.0.0 - Add LICENSE_FILE Changes: https://github.com/CMA-ES/moarchiving/commits/master --- math/py-moarchiving/Makefile | 7 ++++--- math/py-moarchiving/distinfo | 6 +++--- math/py-moarchiving/files/patch-pyproject.toml | 11 +++++++++++ 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/math/py-moarchiving/Makefile b/math/py-moarchiving/Makefile index b825052bcfcc..ee922b84f135 100644 --- a/math/py-moarchiving/Makefile +++ b/math/py-moarchiving/Makefile @@ -1,6 +1,5 @@ PORTNAME= moarchiving -PORTVERSION= 0.6.0 -PORTREVISION= 1 +PORTVERSION= 1.0.0 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,9 +9,11 @@ COMMENT= Biobjective Archive class with hypervolume indicator and uncrowded hype WWW= https://github.com/CMA-ES/moarchiving LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ +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} USES= python USE_PYTHON= autoplist concurrent pep517 diff --git a/math/py-moarchiving/distinfo b/math/py-moarchiving/distinfo index f71517d957ea..c71aa1fbd580 100644 --- a/math/py-moarchiving/distinfo +++ b/math/py-moarchiving/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1647264408 -SHA256 (moarchiving-0.6.0.tar.gz) = 705ded992d399bc1ac703e68391bded6f64e1bde81b2bb25061eaa6208b5b29a -SIZE (moarchiving-0.6.0.tar.gz) = 14635 +TIMESTAMP = 1745178078 +SHA256 (moarchiving-1.0.0.tar.gz) = 48def63fbfc9fa3b685f1c2c37dbbbcd7fe4e5ad688d9b321bf8dce641a510e0 +SIZE (moarchiving-1.0.0.tar.gz) = 51018 diff --git a/math/py-moarchiving/files/patch-pyproject.toml b/math/py-moarchiving/files/patch-pyproject.toml new file mode 100644 index 000000000000..b55376150e5e --- /dev/null +++ b/math/py-moarchiving/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2025-04-17 21:02:13 UTC ++++ pyproject.toml +@@ -2,7 +2,7 @@ requires = [ + + [build-system] + requires = [ +- "setuptools >=70.1", ++ "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/ + ]