Date: Mon, 2 Jun 2025 17:04:18 GMT From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0d9608a8a769 - main - science/dvc: Remove expired port Message-ID: <202506021704.552H4IS5027447@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=0d9608a8a76922623a5cd9b627f6a3574226d664 commit 0d9608a8a76922623a5cd9b627f6a3574226d664 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2025-06-02 17:04:14 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2025-06-02 17:04:14 +0000 science/dvc: Remove expired port 2025-06-01 science/dvc: Depends on expired math/py-grandalf --- MOVED | 1 + science/Makefile | 1 - science/dvc/Makefile | 40 ---------------------------------------- science/dvc/distinfo | 3 --- science/dvc/pkg-descr | 12 ------------ 5 files changed, 1 insertion(+), 56 deletions(-) diff --git a/MOVED b/MOVED index 5228be23dfe8..d0c5c39dd256 100644 --- a/MOVED +++ b/MOVED @@ -4462,3 +4462,4 @@ multimedia/ffsubsync||2025-06-02|Has expired: Depends on expired multimedia/py-f biology/checkm||2025-06-02|Has expired: Depends on expired science/py-DendroPy net/pichi||2025-06-02|Has expired: Depends on expired security/mbedtls2 science/pastix||2025-06-02|Has expired: Depends on expired lang/julia +science/dvc||2025-06-02|Has expired: Depends on expired math/py-grandalf diff --git a/science/Makefile b/science/Makefile index e3977d69d513..6b99b108ef41 100644 --- a/science/Makefile +++ b/science/Makefile @@ -79,7 +79,6 @@ SUBDIR += dlib-cpp SUBDIR += drawxtl SUBDIR += dssp - SUBDIR += dvc SUBDIR += dwave-preprocessing SUBDIR += dynare SUBDIR += eccodes diff --git a/science/dvc/Makefile b/science/dvc/Makefile deleted file mode 100644 index 4cad61186841..000000000000 --- a/science/dvc/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -PORTNAME= dvc -DISTVERSION= 0.30.1 -PORTREVISION= 7 -CATEGORIES= science python -MASTER_SITES= PYPI - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Git for data scientists: manage code and data together -WWW= https://dvc.org/ - -LICENSE= APACHE20 - -DEPRECATED= Depends on expired math/py-grandalf -EXPIRATION_DATE=2025-06-01 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>=1.4.3:devel/py-appdirs@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}asciimatics>=1.10.0:devel/py-asciimatics@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}colorama>=0.3.9:devel/py-colorama@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}configobj>=5.0.6:devel/py-configobj@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}configparser>=3.5.0:devel/py-configparser@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}distro>=1.3.0:sysutils/py-distro@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}future>=0.16.0:devel/py-future@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}gitpython>=2.1.8:devel/py-gitpython@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}grandalf>=0.7:math/py-grandalf@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}jsonpath-rw>0:devel/py-jsonpath-rw@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}nanotime>=0.5.2:devel/py-nanotime@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}networkx>=2.1:math/py-networkx@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ply>=3.9:devel/py-ply@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.4.1:devel/py-pyasn1@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyyaml>=3.12:devel/py-pyyaml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.18.4:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}schema>=0.6.7:devel/py-schema@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}zc.lockfile>0:devel/py-zc.lockfile@${PY_FLAVOR} - -USES= python -USE_PYTHON= distutils autoplist noflavors - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/science/dvc/distinfo b/science/dvc/distinfo deleted file mode 100644 index 4c2fab04b2c1..000000000000 --- a/science/dvc/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1551843995 -SHA256 (dvc-0.30.1.tar.gz) = a223d011edab4e3e5227e62aa834e9fd311522070232890e55a4dd37500c4b2e -SIZE (dvc-0.30.1.tar.gz) = 91286 diff --git a/science/dvc/pkg-descr b/science/dvc/pkg-descr deleted file mode 100644 index a66a0f5bee82..000000000000 --- a/science/dvc/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Data Science Version Control or DVC is an open-source tool for data science and -machine learning projects. With a simple and flexible Git-like architecture and -interface it helps data scientists: -* manage machine learning models - versioning, including data sets and - transformations (scripts) that were used to generate models; -* make projects reproducible; -* make projects shareable; -* manage experiments with branching and metrics tracking. - -It aims to replace tools like Excel and Docs that are being commonly used as a -knowledge repo and a ledger for the team, ad-hoc scripts to track and move -deploy different model versions, ad-hoc data file suffixes and prefixes.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506021704.552H4IS5027447>
