summaryrefslogtreecommitdiff
path: root/science/dvc
diff options
context:
space:
mode:
Diffstat (limited to 'science/dvc')
-rw-r--r--science/dvc/Makefile40
-rw-r--r--science/dvc/distinfo3
-rw-r--r--science/dvc/pkg-descr12
3 files changed, 0 insertions, 55 deletions
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.