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