View | Details | Raw Unified | Return to bug 279307
Collapse All | Expand All

(-)b/biology/py-orange3-bioinformatics/Makefile (-4 / +3 lines)
Lines 1-6 Link Here
1
PORTNAME=	orange3-bioinformatics
1
PORTNAME=	orange3-bioinformatics
2
DISTVERSION=	4.3.1
2
DISTVERSION=	4.8.2
3
PORTREVISION=	3
4
CATEGORIES=	biology python
3
CATEGORIES=	biology python
5
MASTER_SITES=	PYPI
4
MASTER_SITES=	PYPI
6
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 8-14 DISTNAME= Orange3-Bioinformatics-${DISTVERSION} Link Here
8
7
9
MAINTAINER=	yuri@FreeBSD.org
8
MAINTAINER=	yuri@FreeBSD.org
10
COMMENT=	Orange add-on providing common functionality for bioinformatics
9
COMMENT=	Orange add-on providing common functionality for bioinformatics
11
WWW=		https://github.com/biolab/orange3-bioinformatics
10
WWW=		https://github.com/biolab/orange3-bioinformatics/
12
11
13
LICENSE=	GPLv3
12
LICENSE=	GPLv3
14
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
Lines 25-31 RUN_DEPENDS= orange3>0:misc/orange3 \ Link Here
25
		${PYTHON_PKGNAMEPREFIX}serverfiles>0:misc/py-serverfiles@${PY_FLAVOR}
24
		${PYTHON_PKGNAMEPREFIX}serverfiles>0:misc/py-serverfiles@${PY_FLAVOR}
26
25
27
USES=		python
26
USES=		python
28
USE_PYTHON=	distutils autoplist
27
USE_PYTHON=	autoplist distutils
29
28
30
NO_ARCH=	yes
29
NO_ARCH=	yes
31
30
(-)b/biology/py-orange3-bioinformatics/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1619513096
1
TIMESTAMP = 1716658700
2
SHA256 (Orange3-Bioinformatics-4.3.1.tar.gz) = 4017518f9eeef0e8a9016a3e1c19b362f9f4d7f3e9dd07da0d8615a96a3b8447
2
SHA256 (Orange3-Bioinformatics-4.8.2.tar.gz) = 2173bf23be2c82626f8eefe4fd0a49c6798fa338ad27d1d5a0f802baa53e0e8a
3
SIZE (Orange3-Bioinformatics-4.3.1.tar.gz) = 2943722
3
SIZE (Orange3-Bioinformatics-4.8.2.tar.gz) = 3735975
(-)b/biology/py-orange3-bioinformatics/pkg-descr (-7 / +6 lines)
Lines 1-9 Link Here
1
Orange Bioinformatics extends Orange, a data mining software package, with
1
Orange Bioinformatics extends Orange, a data mining software package, with
2
common functionality for bioinformatics. The provided functionality can be
2
common functionality for bioinformatics. The provided functionality can be
3
accessed as a Python library or through a visual programming interface (Orange
3
accessed as a Python library or through a visual programming interface
4
Canvas). The latter is also suitable for non-programmers.
4
(Orange Canvas). The latter is also suitable for non-programmers.
5
5
6
Orange Bioinformatics provides access to publicly available data, like GEO data
6
Orange Bioinformatics provides access to publicly available data, like
7
sets, GO and KEGG. All features can be combined with powerful visualization,
7
GEO data sets, GO and KEGG. All features can be combined with powerful
8
network exploration and data mining techniques from the Orange data mining
8
visualization, network exploration and data mining techniques from the
9
framework.
9
Orange data mining framework.
10
- 

Return to bug 279307