Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
hardenedbsd-ports
Commits
f017da32
Commit
f017da32
authored
Feb 26, 2021
by
yuri
Browse files
New port: devel/py-orange-widget-base: Base widget for Orange canvas
parent
24525dd3
Changes
4
Hide whitespace changes
Inline
Side-by-side
devel/Makefile
View file @
f017da32
...
...
@@ -4700,6 +4700,7 @@
SUBDIR
+=
py-opster
SUBDIR
+=
py-optik
SUBDIR
+=
py-orange-canvas-core
SUBDIR
+=
py-orange-widget-base
SUBDIR
+=
py-ordered-set
SUBDIR
+=
py-ordereddict
SUBDIR
+=
py-orderedmultidict
...
...
devel/py-orange-widget-base/Makefile
0 → 100644
View file @
f017da32
# $FreeBSD$
PORTNAME
=
orange-widget-base
DISTVERSION
=
4.12.0
CATEGORIES
=
devel python
MASTER_SITES
=
CHEESESHOP
PKGNAMEPREFIX
=
${PYTHON_PKGNAMEPREFIX}
MAINTAINER
=
yuri@FreeBSD.org
COMMENT
=
Base widget
for
Orange canvas
LICENSE
=
MIT
LICENSE_FILE
=
${WRKSRC}
/LICENSE
RUN_DEPENDS
=
\
${PYTHON_PKGNAMEPREFIX}
AnyQt>0:x11-toolkits/py-AnyQt@
${PY_FLAVOR}
\
${PYTHON_PKGNAMEPREFIX}
orange-canvas-core>
=
0.1.8a:devel/py-orange-canvas-core@
${PY_FLAVOR}
\
${PYTHON_PKGNAMEPREFIX}
pyqtgraph>0:graphics/py-pyqtgraph@
${PY_FLAVOR}
\
${PYTHON_PKGNAMEPREFIX}
matplotlib>
=
2.0.0:math/py-matplotlib@
${PY_FLAVOR}
USES
=
python:3.6+
USE_PYTHON
=
distutils autoplist
NO_ARCH
=
yes
.
include
<bsd.port.mk>
devel/py-orange-widget-base/distinfo
0 → 100644
View file @
f017da32
TIMESTAMP = 1614320620
SHA256 (orange-widget-base-4.12.0.tar.gz) = 7f0ac1701a6eff34b856144fb056c5017d6737be92f608df8843e396911e5e8f
SIZE (orange-widget-base-4.12.0.tar.gz) = 201786
devel/py-orange-widget-base/pkg-descr
0 → 100644
View file @
f017da32
This project implements the base OWBaseWidget class and utilities for use in
Orange Canvas workflows.
Provides:
* OWBaseWidget class
* gui module for building GUI
* WidgetsScheme the workflow execution model/bridge
* basic configuration for a workflow based application
WWW: https://orangedatamining.com/
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment