FreeBSD Bugzilla – Attachment 220077 Details for
Bug 251412
math/py-pandas Update to 1.1.5 (Python 3.9 compatible)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Same patch, but restore PORTEPOCH
pandas114.patch (text/plain), 2.18 KB, created by
j.david.lists
on 2020-11-29 18:28:40 UTC
(
hide
)
Description:
Same patch, but restore PORTEPOCH
Filename:
MIME Type:
Creator:
j.david.lists
Created:
2020-11-29 18:28:40 UTC
Size:
2.18 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 556570) >+++ Makefile (working copy) >@@ -1,8 +1,7 @@ > # $FreeBSD$ > > PORTNAME= pandas >-DISTVERSION= 0.24.2 >-PORTREVISION= 1 >+DISTVERSION= 1.1.4 > PORTEPOCH= 1 > CATEGORIES= math devel python > MASTER_SITES= CHEESESHOP >@@ -19,7 +18,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.6, 3.7, 3.8 and 3.9 > USES= python > > OPTIONS_DEFINE= MPL SCIPY >@@ -85,7 +84,7 @@ > > SUB_FILES= pkg-message > >-USE_PYTHON= autoplist distutils >+USE_PYTHON= autoplist cython distutils > > post-install: > @${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} \ >Index: distinfo >=================================================================== >--- distinfo (revision 556570) >+++ 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 >Index: files/patch-setup.py >=================================================================== >--- files/patch-setup.py (nonexistent) >+++ files/patch-setup.py (working copy) >@@ -0,0 +1,12 @@ >+--- setup.py.orig 2020-10-30 12:52:50.000000000 +0000 >++++ setup.py 2020-11-27 03:14:48.514904000 +0000 >+@@ -493,6 +493,9 @@ >+ extra_compile_args.remove("-Werror") >+ >+ >++extra_compile_args.append("-Wno-error=unreachable-code") >++extra_compile_args.append("-Wno-error=deprecated-declarations") >++ >+ # ---------------------------------------------------------------------- >+ # Specification of Dependencies >+ > >Property changes on: files/patch-setup.py >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 251412
:
220008
|
220009
|
220024
|
220077
|
221231