diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-30 13:29:37 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-30 13:29:37 +0000 |
commit | af3595a70d6e9a0bdba311ee5d23cc724c1ba2e8 (patch) | |
tree | a42a7c8f3e42ed3165befc6ed5b0e53ef66a805f /math/py-pandas/files/patch-setup.cfg | |
parent | net/samba411 net/samba412 net/samba413: Fix zero-sized VLAs (diff) |
Update to 1.2.0
Changes: https://github.com/pandas-dev/pandas/releases
PR: 250103
Exp-run by: antoine
Notes
Notes:
svn path=/head/; revision=563406
Diffstat (limited to 'math/py-pandas/files/patch-setup.cfg')
-rw-r--r-- | math/py-pandas/files/patch-setup.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/math/py-pandas/files/patch-setup.cfg b/math/py-pandas/files/patch-setup.cfg new file mode 100644 index 000000000000..2628b2f6f828 --- /dev/null +++ b/math/py-pandas/files/patch-setup.cfg @@ -0,0 +1,9 @@ +--- setup.cfg.orig 2020-12-26 13:48:23 UTC ++++ setup.cfg +@@ -1,6 +1,3 @@ +-[build_ext] +-inplace = 1 +- + [versioneer] + vcs = git + style = pep440 |