Skip to content

Commit

Permalink
misc/py-pyEDFlib: Update 0.1.25 -> 0.1.28
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Feb 22, 2022
1 parent d248c49 commit 2fc2654
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion misc/py-pyEDFlib/Makefile
@@ -1,6 +1,6 @@
PORTNAME= pyEDFlib
DISTVERSIONPREFIX= v
DISTVERSION= 0.1.25
DISTVERSION= 0.1.28
CATEGORIES= misc
#MASTER_SITES= CHEESESHOP # PyPI version fails: https://github.com/holgern/pyedflib/issues/168
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand Down
6 changes: 3 additions & 3 deletions misc/py-pyEDFlib/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1644095548
SHA256 (holgern-pyedflib-v0.1.25_GH0.tar.gz) = 84c4a5cd403f374a4ca750fab0bd5380d761f5d4ef6e30b52440823bd6f9a0d1
SIZE (holgern-pyedflib-v0.1.25_GH0.tar.gz) = 1735780
TIMESTAMP = 1645516561
SHA256 (holgern-pyedflib-v0.1.28_GH0.tar.gz) = 3a035e3bf224e1ae115dcd55f120b164d9a50afd0f5cd071ff375ae3e1718a5a
SIZE (holgern-pyedflib-v0.1.28_GH0.tar.gz) = 1736583
11 changes: 11 additions & 0 deletions misc/py-pyEDFlib/files/patch-pyedflib___extensions_c_edflib.c
@@ -0,0 +1,11 @@
--- pyedflib/_extensions/c/edflib.c.orig 2022-02-22 07:57:42 UTC
+++ pyedflib/_extensions/c/edflib.c
@@ -46,7 +46,7 @@
#define EDFLIB_MAXFILES (64)


-#if defined(__APPLE__) || defined(__MACH__) || defined(__APPLE_CC__) || defined(__HAIKU__)
+#if defined(__APPLE__) || defined(__MACH__) || defined(__APPLE_CC__) || defined(__HAIKU__) || defined(__FreeBSD__)

#define fopeno fopen

0 comments on commit 2fc2654

Please sign in to comment.