Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 May 2026 14:33:24 +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: 608c230f5e9d - main - science/py-pydoe: Update to 1.0.0
Message-ID:  <69fca2b4.21ec9.eb67a49@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=608c230f5e9df902a1d2dc5db5ab1360b63101ae

commit 608c230f5e9df902a1d2dc5db5ab1360b63101ae
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-05-07 14:21:01 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-05-07 14:28:10 +0000

    science/py-pydoe: Update to 1.0.0
    
    - Update COMMENT
    - Update WWW
    - Add LICENSE_FILE
    - Fix *_DEPENDS:
      - Add missing py-hatchling
      - Add missing py-numpy
    - Update pkg-descr
    
    Changes:        https://github.com/pydoe/pydoe/releases
---
 science/py-pydoe/Makefile  | 16 ++++++++++------
 science/py-pydoe/distinfo  |  6 +++---
 science/py-pydoe/pkg-descr | 20 ++++++++++++++++----
 3 files changed, 29 insertions(+), 13 deletions(-)

diff --git a/science/py-pydoe/Makefile b/science/py-pydoe/Makefile
index 2e4d7d951641..9014ddbbeb46 100644
--- a/science/py-pydoe/Makefile
+++ b/science/py-pydoe/Makefile
@@ -1,20 +1,24 @@
 PORTNAME=	pydoe
-PORTVERSION=	0.9.9
+PORTVERSION=	1.0.0
 CATEGORIES=	science math python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	python@FreeBSD.org
-COMMENT=	Experimental design package for Python
-WWW=		https://pypi.org/project/pydoe/
+COMMENT=	Design of Experiments for Python
+WWW=		https://pydoe.github.io/pydoe/ \
+		https://github.com/pydoe/pydoe
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}scipy>=1.15.3:science/py-scipy@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}hatchling>=1.26:devel/py-hatchling@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=2.2.6,1:math/py-numpy@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}scipy>=1.15.3:science/py-scipy@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist pep517 pytest
+USE_PYTHON=	autoplist concurrent pep517 pytest
 
 NO_ARCH=	yes
 
diff --git a/science/py-pydoe/distinfo b/science/py-pydoe/distinfo
index ee38393987da..36fcda467bc1 100644
--- a/science/py-pydoe/distinfo
+++ b/science/py-pydoe/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1775505719
-SHA256 (pydoe-0.9.9.tar.gz) = e66f42d2ffe2a9d24563f845a2786d05222f839ec0db75199f0270638794df51
-SIZE (pydoe-0.9.9.tar.gz) = 1635540
+TIMESTAMP = 1778096684
+SHA256 (pydoe-1.0.0.tar.gz) = 768071b5a731d0282050bf71a50db91787e39c250eebb186b4a92214f1c7f31e
+SIZE (pydoe-1.0.0.tar.gz) = 1635442
diff --git a/science/py-pydoe/pkg-descr b/science/py-pydoe/pkg-descr
index dcad08a8ef0f..5a5339845c8c 100644
--- a/science/py-pydoe/pkg-descr
+++ b/science/py-pydoe/pkg-descr
@@ -1,4 +1,16 @@
-PyDOE is a Python package that provides extensive support for design of
-experiments (DOE) methods and is capable of creating designs for any
-number of factors, enabling scientists, engineers, and statisticians to
-efficiently construct experimental designs.
+PyDOE is a Python package for design of experiments (DOE), enabling scientists,
+engineers, and statisticians to efficiently construct experimental designs.
+
+The package provides extensive support for design-of-experiments (DOE) methods
+and is capable of creating designs for any number of factors.
+
+It provides:
+- Factorial Designs
+- Response-Surface Designs
+- Space-Filling Designs
+- Low-Discrepancy Sequences
+- Clustering Designs
+- Sensitivity Analysis Designs
+- Taguchi Designs
+- Optimal Designs
+- Sparse Grid Designs


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69fca2b4.21ec9.eb67a49>