git: 45967dddbba0 - main - biology/py-scikit-bio: update 0.6.0 → 0.6.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Jun 2024 09:56:14 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=45967dddbba06e2edd872e599acd7023d3ec4364
commit 45967dddbba06e2edd872e599acd7023d3ec4364
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-06-19 09:42:14 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-06-19 09:56:10 +0000
biology/py-scikit-bio: update 0.6.0 → 0.6.1
Reported by: portscout
---
biology/py-scikit-bio/Makefile | 2 +-
biology/py-scikit-bio/distinfo | 6 +++---
biology/py-scikit-bio/files/patch-pyproject.toml | 10 ----------
3 files changed, 4 insertions(+), 14 deletions(-)
diff --git a/biology/py-scikit-bio/Makefile b/biology/py-scikit-bio/Makefile
index 03e22bd69308..67ae12a909ec 100644
--- a/biology/py-scikit-bio/Makefile
+++ b/biology/py-scikit-bio/Makefile
@@ -1,5 +1,5 @@
PORTNAME= scikit-bio
-DISTVERSION= 0.6.0
+DISTVERSION= 0.6.1
CATEGORIES= biology education python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/biology/py-scikit-bio/distinfo b/biology/py-scikit-bio/distinfo
index 558a18b5c5f1..97c19baf5398 100644
--- a/biology/py-scikit-bio/distinfo
+++ b/biology/py-scikit-bio/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1712349674
-SHA256 (scikit-bio-0.6.0.tar.gz) = 10105a7c3c15ae5910244927f29ba7aa35234b19ebe6513b8484547343b2c10f
-SIZE (scikit-bio-0.6.0.tar.gz) = 1739407
+TIMESTAMP = 1718789862
+SHA256 (scikit-bio-0.6.1.tar.gz) = 2f62d90fb44990d90593f2312398989c816081868c4cc6aedba170893f397b8c
+SIZE (scikit-bio-0.6.1.tar.gz) = 2683273
diff --git a/biology/py-scikit-bio/files/patch-pyproject.toml b/biology/py-scikit-bio/files/patch-pyproject.toml
deleted file mode 100644
index 67286b671d40..000000000000
--- a/biology/py-scikit-bio/files/patch-pyproject.toml
+++ /dev/null
@@ -1,10 +0,0 @@
---- pyproject.toml.orig 2023-08-03 04:59:44 UTC
-+++ pyproject.toml
-@@ -1,6 +1,6 @@
- [build-system]
- # https://numpy.org/doc/stable/dev/depending_on_numpy.html#adding-a-dependency-on-numpy
--requires = ["Cython>=0.29.32", "oldest-supported-numpy", "setuptools", "wheel"]
-+requires = ["Cython>=0.29.32", "numpy", "setuptools", "wheel"]
-
- [tool.pytest.ini_options]
- filterwarnings = [