git: fd2a5ed2a30a - main - math/py-pyreadr: Update to 0.4.4

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 21 Dec 2021 19:43:00 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fd2a5ed2a30a59afab89dbeed3792fdfa601cfaa

commit fd2a5ed2a30a59afab89dbeed3792fdfa601cfaa
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-12-21 18:48:43 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-12-21 18:48:43 +0000

    math/py-pyreadr: Update to 0.4.4
    
    Changes:        https://github.com/ofajardo/pyreadr/releases
                    https://github.com/ofajardo/pyreadr/blob/master/change_log.md
---
 math/py-pyreadr/Makefile                       |  4 ++--
 math/py-pyreadr/distinfo                       |  6 +++---
 math/py-pyreadr/files/patch-pyreadr-librdata.c | 14 +++++++-------
 3 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/math/py-pyreadr/Makefile b/math/py-pyreadr/Makefile
index 32d2ef16301f..a1b89a8447cb 100644
--- a/math/py-pyreadr/Makefile
+++ b/math/py-pyreadr/Makefile
@@ -1,7 +1,7 @@
 # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
 
 PORTNAME=	pyreadr
-PORTVERSION=	0.4.2
+PORTVERSION=	0.4.4
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ COMMENT=	Read/write R RData and Rds files into/from pandas data frames
 LICENSE=	AGPLv3+
 
 LIB_DEPENDS=	librdata.so:math/librdata
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pandas>=0.24.0:math/py-pandas@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pandas>=1.2.0,1:math/py-pandas@${PY_FLAVOR}
 
 USES=		localbase python
 USE_PYTHON=	autoplist concurrent cython distutils
diff --git a/math/py-pyreadr/distinfo b/math/py-pyreadr/distinfo
index 387a4e68e566..9f1492cfd9c6 100644
--- a/math/py-pyreadr/distinfo
+++ b/math/py-pyreadr/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1625585424
-SHA256 (pyreadr-0.4.2.tar.gz) = a878d0ee60ae8eff7d58ddb24ae6bfbec23b824040dc9fb3529b7104f039210f
-SIZE (pyreadr-0.4.2.tar.gz) = 1179813
+TIMESTAMP = 1638556610
+SHA256 (pyreadr-0.4.4.tar.gz) = 690a6d87f25b6b211bad0d73fe0c9be87718e62329b142d835eadd951982c6ad
+SIZE (pyreadr-0.4.4.tar.gz) = 1197950
diff --git a/math/py-pyreadr/files/patch-pyreadr-librdata.c b/math/py-pyreadr/files/patch-pyreadr-librdata.c
index d708f7f8dadb..c792f0904322 100644
--- a/math/py-pyreadr/files/patch-pyreadr-librdata.c
+++ b/math/py-pyreadr/files/patch-pyreadr-librdata.c
@@ -1,4 +1,4 @@
---- pyreadr/librdata.c.orig	2021-06-07 07:39:42 UTC
+--- pyreadr/librdata.c.orig	2021-12-02 16:19:42 UTC
 +++ pyreadr/librdata.c
 @@ -4,8 +4,6 @@
  {
@@ -13,17 +13,17 @@
          "name": "pyreadr.librdata",
          "sources": [
              "pyreadr/librdata.pyx",
--            "pyreadr/libs/librdata/src/CKHashTable.c",
+-            "pyreadr/libs/librdata/src/rdata_write.c",
 -            "pyreadr/libs/librdata/src/rdata_bits.c",
--            "pyreadr/libs/librdata/src/rdata_error.c",
--            "pyreadr/libs/librdata/src/rdata_io_unistd.c",
--            "pyreadr/libs/librdata/src/rdata_parser.c",
 -            "pyreadr/libs/librdata/src/rdata_read.c",
--            "pyreadr/libs/librdata/src/rdata_write.c"
+-            "pyreadr/libs/librdata/src/rdata_parser.c",
+-            "pyreadr/libs/librdata/src/CKHashTable.c",
+-            "pyreadr/libs/librdata/src/rdata_error.c",
+-            "pyreadr/libs/librdata/src/rdata_io_unistd.c"
          ]
      },
      "module_name": "pyreadr.librdata"
-@@ -645,8 +636,8 @@ static CYTHON_INLINE float __PYX_NAN() {
+@@ -655,8 +646,8 @@ static CYTHON_INLINE float __PYX_NAN() {
  #include <time.h>
  #include <stdint.h>
  #include <sys/types.h>