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

Collapse All | Expand All

(-)Makefile (-4 / +3 lines)
Lines 1-8 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
5
PORTEPOCH=	1
7
CATEGORIES=	math devel python
6
CATEGORIES=	math devel python
8
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
Lines 19-25 Link Here
19
		${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \
20
		${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
19
		${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
21
20
22
# Official support for 2.7, 3.5, 3.6, and 3.7
21
# Official support for 3.6, 3.7, 3.8 and 3.9
23
USES=		python
22
USES=		python
24
23
25
OPTIONS_DEFINE=		MPL SCIPY
24
OPTIONS_DEFINE=		MPL SCIPY
Lines 85-91 Link Here
85
84
86
SUB_FILES=	pkg-message
85
SUB_FILES=	pkg-message
87
86
88
USE_PYTHON=	autoplist distutils
87
USE_PYTHON=	autoplist cython distutils
89
88
90
post-install:
89
post-install:
91
	@${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} \
90
	@${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 (+12 lines)
Line 0 Link Here
1
--- setup.py.orig	2020-10-30 12:52:50.000000000 +0000
2
+++ setup.py	2020-11-27 03:14:48.514904000 +0000
3
@@ -493,6 +493,9 @@
4
             extra_compile_args.remove("-Werror")
5
6
7
+extra_compile_args.append("-Wno-error=unreachable-code")
8
+extra_compile_args.append("-Wno-error=deprecated-declarations")
9
+
10
 # ----------------------------------------------------------------------
11
 # Specification of Dependencies
12

Return to bug 251412