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

(-)graphics/py-scikit-image/Makefile (-3 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	scikit-image
3
PORTNAME=	scikit-image
4
PORTVERSION=	0.13.0
4
PORTVERSION=	0.13.1
5
DISTVERSIONPREFIX=	v
5
DISTVERSIONPREFIX=	v
6
CATEGORIES=	graphics python
6
CATEGORIES=	graphics python
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 12-19 Link Here
12
LICENSE=	BSD3CLAUSE
12
LICENSE=	BSD3CLAUSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
13
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
14
14
15
BROKEN=		fails to configure
16
17
BUILD_DEPENDS=	${PYNUMPY} \
15
BUILD_DEPENDS=	${PYNUMPY} \
18
		${LOCALBASE}/bin/cython:lang/cython \
16
		${LOCALBASE}/bin/cython:lang/cython \
19
		${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six \
17
		${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six \
(-)graphics/py-scikit-image/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1495853206
1
TIMESTAMP = 1506531934
2
SHA256 (scikit-image-scikit-image-v0.13.0_GH0.tar.gz) = e1f2f8a8f6422603fd76c8dc882efc088dadbef1cc558d4f0f9c1aa935a37fee
2
SHA256 (scikit-image-scikit-image-v0.13.1_GH0.tar.gz) = c38511f20145e14c28c42aac013b7714dc30a72a8a3e69db297f6b85d3b92f3e
3
SIZE (scikit-image-scikit-image-v0.13.0_GH0.tar.gz) = 21569731
3
SIZE (scikit-image-scikit-image-v0.13.1_GH0.tar.gz) = 21492844
(-)graphics/py-scikit-image/pkg-descr (+2 lines)
Lines 2-4 Link Here
2
available free of charge and free of restriction. We pride ourselves on
2
available free of charge and free of restriction. We pride ourselves on
3
high-quality, peer-reviewed code, written by an active community of
3
high-quality, peer-reviewed code, written by an active community of
4
volunteers.
4
volunteers.
5
6
WWW: http://scikit-image.org/

Return to bug 222656