mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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
This commit is contained in:
parent
d9f3abdab6
commit
fd2a5ed2a3
3 changed files with 12 additions and 12 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue