View | Details | Raw Unified | Return to bug 251412 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-5 / +3 lines)
Lines 1-9 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	pandas
3
PORTNAME=	pandas
4
DISTVERSION=	0.24.2
4
DISTVERSION=	1.1.4
5
PORTREVISION=	1
6
PORTEPOCH=	1
7
CATEGORIES=	math devel python
5
CATEGORIES=	math devel python
8
MASTER_SITES=	CHEESESHOP
6
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 19-25 Link Here
19
		${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \
20
		${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
18
		${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
21
19
22
# Official support for 2.7, 3.5, 3.6, and 3.7
20
# Official support for 3.5, 3.6, 3.7, 3.8 and 3.9
23
USES=		python
21
USES=		python
24
22
25
OPTIONS_DEFINE=		MPL SCIPY
23
OPTIONS_DEFINE=		MPL SCIPY
Lines 85-91 Link Here
85
83
86
SUB_FILES=	pkg-message
84
SUB_FILES=	pkg-message
87
85
88
USE_PYTHON=	autoplist distutils
86
USE_PYTHON=	autoplist cython distutils
89
87
90
post-install:
88
post-install:
91
	@${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} \
89
	@${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} \
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1553016144
1
TIMESTAMP = 1606342451
2
SHA256 (pandas-0.24.2.tar.gz) = 4f919f409c433577a501e023943e582c57355d50a724c589e78bc1d551a535a2
2
SHA256 (pandas-1.1.4.tar.gz) = a979d0404b135c63954dea79e6246c45dd45371a88631cdbb4877d844e6de3b6
3
SIZE (pandas-0.24.2.tar.gz) = 11837693
3
SIZE (pandas-1.1.4.tar.gz) = 5226971
(-)files/patch-setup.py (+11 lines)
Line 0 Link Here
1
--- setup.py-	2020-11-26 18:28:13.579322000 +0000
2
+++ setup.py	2020-11-26 18:28:02.661284000 +0000
3
@@ -492,6 +492,8 @@
4
         if np.__version__ < LooseVersion("1.16.0"):
5
             extra_compile_args.remove("-Werror")
6
7
+extra_compile_args.append("-Wno-error=unreachable-code")
8
+
9
 # ----------------------------------------------------------------------
10
 # Specification of Dependencies
11

Return to bug 251412