diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-10-03 17:05:35 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-10-03 17:10:38 +0000 |
commit | 5d777f0b96264491f609a3abe41eea96e8a5a4a8 (patch) | |
tree | c2d3efaebd8d9cc105268e9b56893134d3d595db /math/py-pyreadr | |
parent | 7958ac98c33a7c086f16c249be1897e278c138a8 (diff) | |
download | ports-5d777f0b96264491f609a3abe41eea96e8a5a4a8.tar.gz ports-5d777f0b96264491f609a3abe41eea96e8a5a4a8.zip |
Diffstat (limited to 'math/py-pyreadr')
-rw-r--r-- | math/py-pyreadr/Makefile | 2 | ||||
-rw-r--r-- | math/py-pyreadr/distinfo | 6 | ||||
-rw-r--r-- | math/py-pyreadr/files/patch-pyreadr-librdata.c | 12 |
3 files changed, 10 insertions, 10 deletions
diff --git a/math/py-pyreadr/Makefile b/math/py-pyreadr/Makefile index cf069db772a9..67c3b770cf76 100644 --- a/math/py-pyreadr/Makefile +++ b/math/py-pyreadr/Makefile @@ -1,5 +1,5 @@ PORTNAME= pyreadr -PORTVERSION= 0.4.6 +PORTVERSION= 0.4.7 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-pyreadr/distinfo b/math/py-pyreadr/distinfo index c41d152dbc77..bede5b09b5f1 100644 --- a/math/py-pyreadr/distinfo +++ b/math/py-pyreadr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1656522302 -SHA256 (pyreadr-0.4.6.tar.gz) = 681bc7500628725a483b6d535918e779e606d8a43f3a9ed09a9eb117e02a0f03 -SIZE (pyreadr-0.4.6.tar.gz) = 1197946 +TIMESTAMP = 1664767968 +SHA256 (pyreadr-0.4.7.tar.gz) = 901110d62b4bedaef288f4db81425fb696edc721fe2c34c1083f5fb11050a73c +SIZE (pyreadr-0.4.7.tar.gz) = 1183279 diff --git a/math/py-pyreadr/files/patch-pyreadr-librdata.c b/math/py-pyreadr/files/patch-pyreadr-librdata.c index c792f0904322..a42f31378cf0 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-12-02 16:19:42 UTC +--- pyreadr/librdata.c.orig 2022-09-24 13:35:34 UTC +++ pyreadr/librdata.c @@ -4,8 +4,6 @@ { @@ -13,17 +13,17 @@ "name": "pyreadr.librdata", "sources": [ "pyreadr/librdata.pyx", -- "pyreadr/libs/librdata/src/rdata_write.c", - "pyreadr/libs/librdata/src/rdata_bits.c", -- "pyreadr/libs/librdata/src/rdata_read.c", -- "pyreadr/libs/librdata/src/rdata_parser.c", +- "pyreadr/libs/librdata/src/rdata_io_unistd.c", - "pyreadr/libs/librdata/src/CKHashTable.c", - "pyreadr/libs/librdata/src/rdata_error.c", -- "pyreadr/libs/librdata/src/rdata_io_unistd.c" +- "pyreadr/libs/librdata/src/rdata_read.c", +- "pyreadr/libs/librdata/src/rdata_write.c", +- "pyreadr/libs/librdata/src/rdata_parser.c" ] }, "module_name": "pyreadr.librdata" -@@ -655,8 +646,8 @@ static CYTHON_INLINE float __PYX_NAN() { +@@ -645,8 +636,8 @@ static CYTHON_INLINE float __PYX_NAN() { #include <time.h> #include <stdint.h> #include <sys/types.h> |