Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python3-pandas-msgpack-0.1.5
@ 2020-05-07  6:00 pfpulux
  2020-05-08 17:56 ` Chocimier
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: pfpulux @ 2020-05-07  6:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 341 bytes --]

There is a new pull request by pfpulux against master on the void-packages repository

https://github.com/pfpulux/void-packages python3-pandas-msgpack
https://github.com/void-linux/void-packages/pull/21714

New package: python3-pandas-msgpack-0.1.5


A patch file from https://github.com/void-linux/void-packages/pull/21714.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-pandas-msgpack-21714.patch --]
[-- Type: text/x-diff, Size: 1247 bytes --]

From c3bc8892eb7fad515676b5a4d2daf2422b4e6820 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Thu, 7 May 2020 07:58:27 +0200
Subject: [PATCH] New package: python3-pandas-msgpack-0.1.5

---
 srcpkgs/python3-pandas-msgpack/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-pandas-msgpack/template

diff --git a/srcpkgs/python3-pandas-msgpack/template b/srcpkgs/python3-pandas-msgpack/template
new file mode 100644
index 00000000000..f5ad322fd03
--- /dev/null
+++ b/srcpkgs/python3-pandas-msgpack/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-pandas-msgpack'
+pkgname=python3-pandas-msgpack
+version=0.1.5
+revision=1
+archs="x86_64*"
+wrksrc="pandas-msgpack"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Cython python3-devel"
+depends="python3-pandas>=0.25.3"
+short_desc="Providing an interface to msgpack from pandas"
+maintainer="Pulux <pulux@pf4sh.de>"
+license="BSD-3-Clause"
+homepage="https://www.pf4sh.eu/git/pulux/pandas-msgpack/"
+distfiles="https://www.pf4sh.eu/git/pulux/pandas-msgpack/archive/${version}.tar.gz"
+checksum=e01b1158c66265315338657310ac42edac81b33a5b178a68b29adcf2aeefd22e
+
+post_install() {
+	vlicense LICENSE.md
+}

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: New package: python3-pandas-msgpack-0.1.5
  2020-05-07  6:00 [PR PATCH] New package: python3-pandas-msgpack-0.1.5 pfpulux
@ 2020-05-08 17:56 ` Chocimier
  2020-05-09  7:04 ` pfpulux
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Chocimier @ 2020-05-08 17:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 159 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/21714#issuecomment-625939813

Comment:
Why only x86_64?

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: New package: python3-pandas-msgpack-0.1.5
  2020-05-07  6:00 [PR PATCH] New package: python3-pandas-msgpack-0.1.5 pfpulux
  2020-05-08 17:56 ` Chocimier
@ 2020-05-09  7:04 ` pfpulux
  2020-05-09  7:05 ` pfpulux
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pfpulux @ 2020-05-09  7:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1766 bytes --]

New comment by pfpulux on void-packages repository

https://github.com/void-linux/void-packages/pull/21714#issuecomment-626119042

Comment:
with -i i686 I get: 
```
In file included from /usr/include/python3.8/Python.h:63,
                 from pandas_msgpack/msgpack/_packer.cpp:34:
/usr/include/python3.8/pyport.h:726:2: error: #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."
  726 | #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."
      |  ^~~~~
pandas_msgpack/msgpack/_packer.cpp:231:41: warning: division by zero [-Wdiv-by-zero]
  231 |     enum { __pyx_check_sizeof_voidp = 1 / (int)(SIZEOF_VOID_P == sizeof(void*)) };
      |                                       ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pandas_msgpack/msgpack/_packer.cpp:231:79: error: division by zero is not a constant expression
  231 |     enum { __pyx_check_sizeof_voidp = 1 / (int)(SIZEOF_VOID_P == sizeof(void*)) };
      |                                                                               ^
pandas_msgpack/msgpack/_packer.cpp:231:41: error: '(1 / 0)' is not a constant expression
  231 |     enum { __pyx_check_sizeof_voidp = 1 / (int)(SIZEOF_VOID_P == sizeof(void*)) };
      |                                       ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pandas_msgpack/msgpack/_packer.cpp:231:79: error: enumerator value for '__pyx_check_sizeof_voidp' is not an integer constant
  231 |     enum { __pyx_check_sizeof_voidp = 1 / (int)(SIZEOF_VOID_P == sizeof(void*)) };
      |                                                                               ^
error: command 'i686-pc-linux-gnu-gcc' failed with exit status 1
```

This pkg includes some `msgpack` lib-functions.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: New package: python3-pandas-msgpack-0.1.5
  2020-05-07  6:00 [PR PATCH] New package: python3-pandas-msgpack-0.1.5 pfpulux
  2020-05-08 17:56 ` Chocimier
  2020-05-09  7:04 ` pfpulux
@ 2020-05-09  7:05 ` pfpulux
  2020-05-09 14:06 ` Chocimier
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pfpulux @ 2020-05-09  7:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1766 bytes --]

New comment by pfpulux on void-packages repository

https://github.com/void-linux/void-packages/pull/21714#issuecomment-626119042

Comment:
with -a i686 I get: 
```
In file included from /usr/include/python3.8/Python.h:63,
                 from pandas_msgpack/msgpack/_packer.cpp:34:
/usr/include/python3.8/pyport.h:726:2: error: #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."
  726 | #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."
      |  ^~~~~
pandas_msgpack/msgpack/_packer.cpp:231:41: warning: division by zero [-Wdiv-by-zero]
  231 |     enum { __pyx_check_sizeof_voidp = 1 / (int)(SIZEOF_VOID_P == sizeof(void*)) };
      |                                       ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pandas_msgpack/msgpack/_packer.cpp:231:79: error: division by zero is not a constant expression
  231 |     enum { __pyx_check_sizeof_voidp = 1 / (int)(SIZEOF_VOID_P == sizeof(void*)) };
      |                                                                               ^
pandas_msgpack/msgpack/_packer.cpp:231:41: error: '(1 / 0)' is not a constant expression
  231 |     enum { __pyx_check_sizeof_voidp = 1 / (int)(SIZEOF_VOID_P == sizeof(void*)) };
      |                                       ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pandas_msgpack/msgpack/_packer.cpp:231:79: error: enumerator value for '__pyx_check_sizeof_voidp' is not an integer constant
  231 |     enum { __pyx_check_sizeof_voidp = 1 / (int)(SIZEOF_VOID_P == sizeof(void*)) };
      |                                                                               ^
error: command 'i686-pc-linux-gnu-gcc' failed with exit status 1
```

This pkg includes some `msgpack` lib-functions.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: New package: python3-pandas-msgpack-0.1.5
  2020-05-07  6:00 [PR PATCH] New package: python3-pandas-msgpack-0.1.5 pfpulux
                   ` (2 preceding siblings ...)
  2020-05-09  7:05 ` pfpulux
@ 2020-05-09 14:06 ` Chocimier
  2020-05-09 14:15 ` [PR PATCH] [Updated] " pfpulux
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Chocimier @ 2020-05-09 14:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 262 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/21714#issuecomment-626181555

Comment:
Builds with `python3-devel` moved to makedepends.

But then `nocross="python3-pandas is nocross"` should be set here.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] New package: python3-pandas-msgpack-0.1.5
  2020-05-07  6:00 [PR PATCH] New package: python3-pandas-msgpack-0.1.5 pfpulux
                   ` (3 preceding siblings ...)
  2020-05-09 14:06 ` Chocimier
@ 2020-05-09 14:15 ` pfpulux
  2020-05-09 16:00 ` pfpulux
  2020-05-11 19:27 ` [PR PATCH] [Merged]: " Chocimier
  6 siblings, 0 replies; 8+ messages in thread
From: pfpulux @ 2020-05-09 14:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 346 bytes --]

There is an updated pull request by pfpulux against master on the void-packages repository

https://github.com/pfpulux/void-packages python3-pandas-msgpack
https://github.com/void-linux/void-packages/pull/21714

New package: python3-pandas-msgpack-0.1.5


A patch file from https://github.com/void-linux/void-packages/pull/21714.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-pandas-msgpack-21714.patch --]
[-- Type: text/x-diff, Size: 1283 bytes --]

From 5e5d8f2eca8dd20d5bc2ad2446f12dea2738dd14 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Thu, 7 May 2020 07:58:27 +0200
Subject: [PATCH] New package: python3-pandas-msgpack-0.1.5

---
 srcpkgs/python3-pandas-msgpack/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-pandas-msgpack/template

diff --git a/srcpkgs/python3-pandas-msgpack/template b/srcpkgs/python3-pandas-msgpack/template
new file mode 100644
index 00000000000..92adaac7d44
--- /dev/null
+++ b/srcpkgs/python3-pandas-msgpack/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-pandas-msgpack'
+pkgname=python3-pandas-msgpack
+version=0.1.5
+revision=1
+nocross="python3-pandas is nocross"
+wrksrc="pandas-msgpack"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Cython"
+makedepends="python3-devel"
+depends="python3-pandas>=0.25.3"
+short_desc="Providing an interface to msgpack from pandas"
+maintainer="Pulux <pulux@pf4sh.de>"
+license="BSD-3-Clause"
+homepage="https://www.pf4sh.eu/git/pulux/pandas-msgpack/"
+distfiles="https://www.pf4sh.eu/git/pulux/pandas-msgpack/archive/${version}.tar.gz"
+checksum=e01b1158c66265315338657310ac42edac81b33a5b178a68b29adcf2aeefd22e
+
+post_install() {
+	vlicense LICENSE.md
+}

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] New package: python3-pandas-msgpack-0.1.5
  2020-05-07  6:00 [PR PATCH] New package: python3-pandas-msgpack-0.1.5 pfpulux
                   ` (4 preceding siblings ...)
  2020-05-09 14:15 ` [PR PATCH] [Updated] " pfpulux
@ 2020-05-09 16:00 ` pfpulux
  2020-05-11 19:27 ` [PR PATCH] [Merged]: " Chocimier
  6 siblings, 0 replies; 8+ messages in thread
From: pfpulux @ 2020-05-09 16:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 346 bytes --]

There is an updated pull request by pfpulux against master on the void-packages repository

https://github.com/pfpulux/void-packages python3-pandas-msgpack
https://github.com/void-linux/void-packages/pull/21714

New package: python3-pandas-msgpack-0.1.5


A patch file from https://github.com/void-linux/void-packages/pull/21714.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-pandas-msgpack-21714.patch --]
[-- Type: text/x-diff, Size: 1283 bytes --]

From 7a0a01869eeef600d1bca60097e831a54428a34c Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Thu, 7 May 2020 07:58:27 +0200
Subject: [PATCH] New package: python3-pandas-msgpack-0.1.5

---
 srcpkgs/python3-pandas-msgpack/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-pandas-msgpack/template

diff --git a/srcpkgs/python3-pandas-msgpack/template b/srcpkgs/python3-pandas-msgpack/template
new file mode 100644
index 00000000000..9fd08e74718
--- /dev/null
+++ b/srcpkgs/python3-pandas-msgpack/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-pandas-msgpack'
+pkgname=python3-pandas-msgpack
+version=0.1.5
+revision=1
+wrksrc="pandas-msgpack"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Cython"
+makedepends="python3-devel"
+depends="python3-pandas>=0.25.3"
+short_desc="Providing an interface to msgpack from pandas"
+maintainer="Pulux <pulux@pf4sh.de>"
+license="BSD-3-Clause"
+homepage="https://www.pf4sh.eu/git/pulux/pandas-msgpack/"
+distfiles="https://www.pf4sh.eu/git/pulux/pandas-msgpack/archive/${version}.tar.gz"
+checksum=e01b1158c66265315338657310ac42edac81b33a5b178a68b29adcf2aeefd22e
+nocross="python3-pandas is nocross"
+
+post_install() {
+	vlicense LICENSE.md
+}

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Merged]: New package: python3-pandas-msgpack-0.1.5
  2020-05-07  6:00 [PR PATCH] New package: python3-pandas-msgpack-0.1.5 pfpulux
                   ` (5 preceding siblings ...)
  2020-05-09 16:00 ` pfpulux
@ 2020-05-11 19:27 ` Chocimier
  6 siblings, 0 replies; 8+ messages in thread
From: Chocimier @ 2020-05-11 19:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 175 bytes --]

There's a merged pull request on the void-packages repository

New package: python3-pandas-msgpack-0.1.5
https://github.com/void-linux/void-packages/pull/21714

Description:


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-05-11 19:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-07  6:00 [PR PATCH] New package: python3-pandas-msgpack-0.1.5 pfpulux
2020-05-08 17:56 ` Chocimier
2020-05-09  7:04 ` pfpulux
2020-05-09  7:05 ` pfpulux
2020-05-09 14:06 ` Chocimier
2020-05-09 14:15 ` [PR PATCH] [Updated] " pfpulux
2020-05-09 16:00 ` pfpulux
2020-05-11 19:27 ` [PR PATCH] [Merged]: " Chocimier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).