pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-orca: Clean up
Module Name: pkgsrc-wip
Committed By: Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Fri Nov 22 15:21:55 2024 -0600
Changeset: 71a6c78af27ecf23a6f59d3f8bf88ecf6540aee0
Modified Files:
py-orca/DESCR
py-orca/Makefile
Log Message:
py-orca: Clean up
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=71a6c78af27ecf23a6f59d3f8bf88ecf6540aee0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-orca/DESCR | 15 ++++++++-------
py-orca/Makefile | 15 +++++----------
2 files changed, 13 insertions(+), 17 deletions(-)
diffs:
diff --git a/py-orca/DESCR b/py-orca/DESCR
index b7c0bddb5f..dc43ab5bca 100644
--- a/py-orca/DESCR
+++ b/py-orca/DESCR
@@ -1,9 +1,10 @@
Orca is a Python library for task orchestration. It's designed for
workflows like city simulation, where the data representing a model's
-state is so large that it needs to be managed outside of the task graph.
-The building blocks of a workflow are "steps", Python functions that
-can be assembled on the fly into linear or cyclical pipelines. Steps
-typically interact with a central data store that persists in memory
-while the pipeline runs. Derived tables and columns can be updated
-automatically as base data changes, and pipeline components are
-evaluated lazily to reduce unnecessary overhead.
+state is so large that it needs to be managed outside of the task
+graph. The building blocks of a workflow are "steps", Python
+functions that can be assembled on the fly into linear or cyclical
+pipelines. Steps typically interact with a central data store that
+persists in memory while the pipeline runs. Derived tables and
+columns can be updated automatically as base data changes, and
+pipeline components are evaluated lazily to reduce unnecessary
+overhead.
diff --git a/py-orca/Makefile b/py-orca/Makefile
index 9e5928a0db..b8c0b59bf6 100644
--- a/py-orca/Makefile
+++ b/py-orca/Makefile
@@ -5,14 +5,6 @@
# Thu Nov 21 15:57:10 CST 2024 #
###########################################################
-###########################################################
-# Unconverted and partially converted FreeBSD port syntax:
-
-# RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pandas>=0.15.0,1:math/py-pandas@${PY_FLAVOR} \
-# ${PYPKGPREFIX}-tables>=3.1:devel/py-tables@${PY_FLAVOR} \
-# ${PYPKGPREFIX}-toolz>=0.8.1:devel/py-toolz@${PY_FLAVOR}
-#NO_ARCH= yes
-
DISTNAME= orca-1.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
@@ -23,10 +15,13 @@ HOMEPAGE= https://github.com/UDST/orca
COMMENT= Python library for task orchestration
LICENSE= modified-bsd
-# Check these
-PYTHON_VERSIONS_INCOMPATIBLE= 27
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+DEPENDS+= ${PYPKGPREFIX}-pandas>=0.15.0:../../math/py-pandas
+DEPENDS+= ${PYPKGPREFIX}-tables>=3.1:../../math/py-tables
+DEPENDS+= ${PYPKGPREFIX}-toolz>=0.8.1:../../devel/py-toolz
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index