Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-pandas: new packages for spreadsheet file manipulation
@ 2022-09-18  8:32 yopito
  2022-09-18  8:36 ` [PR REVIEW] " classabbyamp
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: yopito @ 2022-09-18  8:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/yopito/void-packages openpyxl
https://github.com/void-linux/void-packages/pull/39333

python3-pandas: new packages for spreadsheet file manipulation
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds): NO

#### Additional comments

- closes #32454

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-openpyxl-39333.patch --]
[-- Type: text/x-diff, Size: 4577 bytes --]

From 82e199c4fce6be6373651bf8a4429458564f1bb2 Mon Sep 17 00:00:00 2001
From: yopito <pierre.bourgin@free.fr>
Date: Sat, 17 Sep 2022 18:32:35 +0200
Subject: [PATCH 1/3] New package: python3-et-xmlfile 1.1

---
 srcpkgs/python3-et-xmlfile/template | 18 ++++++++++++++++++
 srcpkgs/python3-et-xmlfile/update   |  2 ++
 2 files changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-et-xmlfile/template
 create mode 100644 srcpkgs/python3-et-xmlfile/update

diff --git a/srcpkgs/python3-et-xmlfile/template b/srcpkgs/python3-et-xmlfile/template
new file mode 100644
index 000000000000..50661e12f8aa
--- /dev/null
+++ b/srcpkgs/python3-et-xmlfile/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-et-xmlfile'
+pkgname=python3-et-xmlfile
+version=1.1
+revision=1
+wrksrc="et_xmlfile-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+checkdepends="python3-pytest python3-lxml"
+short_desc="Low memory library for creating large XML files"
+maintainer="yopito <pierre.bourgin@free.fr>"
+license="MIT"
+homepage="https://et-xmlfile.readthedocs.io/"
+distfiles="https://foss.heptapod.net/openpyxl/et_xmlfile/-/archive/${version}/et_xmlfile-${version}.tar.gz"
+checksum=707c2211ba4a041fd866ef6a60966f4ff82c89f4d4dfabf5aea59aaf97f9be4f
+
+post_install() {
+	vlicense LICENCE.rst
+}
diff --git a/srcpkgs/python3-et-xmlfile/update b/srcpkgs/python3-et-xmlfile/update
new file mode 100644
index 000000000000..939991b745cf
--- /dev/null
+++ b/srcpkgs/python3-et-xmlfile/update
@@ -0,0 +1,2 @@
+site=https://foss.heptapod.net/openpyxl/et_xmlfile/-/tags
+pattern='/archive/[^/]+/\Q'et_xmlfile'\E-v?\K[\d.]+(?=\.tar\.gz")'

From ebf6e9e410c050c61c92850d4d79b752451e5575 Mon Sep 17 00:00:00 2001
From: yopito <pierre.bourgin@free.fr>
Date: Sat, 17 Sep 2022 18:02:04 +0200
Subject: [PATCH 2/3] New package: python3-openpyxl 3.0.10

---
 srcpkgs/python3-openpyxl/template | 19 +++++++++++++++++++
 srcpkgs/python3-openpyxl/update   |  2 ++
 2 files changed, 21 insertions(+)
 create mode 100644 srcpkgs/python3-openpyxl/template
 create mode 100644 srcpkgs/python3-openpyxl/update

diff --git a/srcpkgs/python3-openpyxl/template b/srcpkgs/python3-openpyxl/template
new file mode 100644
index 000000000000..236464bc9704
--- /dev/null
+++ b/srcpkgs/python3-openpyxl/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-openpyxl'
+pkgname=python3-openpyxl
+version=3.0.10
+revision=1
+wrksrc="openpyxl-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-et-xmlfile"
+checkdepends="python3-pytest python3-lxml python3-Pillow $depends"
+short_desc="Python library to read/write Excel 2007 xlsx/xlsm files"
+maintainer="yopito <pierre.bourgin@free.fr>"
+license="MIT"
+homepage="https://openpyxl.readthedocs.io/"
+distfiles="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${version}/openpyxl-${version}.tar.bz2"
+checksum=265ae51674a0b30d5394a437a2c96c520c6cfcaf479a4d3e0f75d829d172664e
+
+post_install() {
+	vlicense LICENCE.rst
+}
diff --git a/srcpkgs/python3-openpyxl/update b/srcpkgs/python3-openpyxl/update
new file mode 100644
index 000000000000..253242a77ab4
--- /dev/null
+++ b/srcpkgs/python3-openpyxl/update
@@ -0,0 +1,2 @@
+site=https://foss.heptapod.net/openpyxl/openpyxl/-/tags
+pattern='/archive/[^/]+/\Q'openpyxl'\E-v?\K[\d.]+(?=\.tar\.gz")'

From 24abd4114614f39e05b2be1499c8c56408e635e0 Mon Sep 17 00:00:00 2001
From: yopito <pierre.bourgin@free.fr>
Date: Sat, 17 Sep 2022 19:07:51 +0200
Subject: [PATCH 3/3] python3-pandas: recommends python3-openpyxl for
 spreadsheet file

closes #32454
---
 srcpkgs/python3-pandas/INSTALL.msg | 1 +
 srcpkgs/python3-pandas/template    | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandas/INSTALL.msg b/srcpkgs/python3-pandas/INSTALL.msg
index ea4bf688dbb6..02a0ad260768 100644
--- a/srcpkgs/python3-pandas/INSTALL.msg
+++ b/srcpkgs/python3-pandas/INSTALL.msg
@@ -1,3 +1,4 @@
 Recommended dependencies:
 - python3-numexpr: to accelerate expression evaluation operations
 - python3-Bottleneck: to accelerate numerical operations
+- python3-openpyxl: to manipulate spreadsheet files
diff --git a/srcpkgs/python3-pandas/template b/srcpkgs/python3-pandas/template
index 4e88fb8e5526..8e1f1ed1084d 100644
--- a/srcpkgs/python3-pandas/template
+++ b/srcpkgs/python3-pandas/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandas'
 pkgname=python3-pandas
 version=1.4.4
-revision=1
+revision=2
 wrksrc="pandas-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"

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

* Re: [PR REVIEW] python3-pandas: new packages for spreadsheet file manipulation
  2022-09-18  8:32 [PR PATCH] python3-pandas: new packages for spreadsheet file manipulation yopito
@ 2022-09-18  8:36 ` classabbyamp
  2022-09-18  8:36 ` classabbyamp
                   ` (16 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: classabbyamp @ 2022-09-18  8:36 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39333#discussion_r973682741

Comment:
settings `pkgname=${pkgname%python3-}` (instead of overriding `pattern`) is probably enough for both of these update files

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

* Re: [PR REVIEW] python3-pandas: new packages for spreadsheet file manipulation
  2022-09-18  8:32 [PR PATCH] python3-pandas: new packages for spreadsheet file manipulation yopito
  2022-09-18  8:36 ` [PR REVIEW] " classabbyamp
@ 2022-09-18  8:36 ` classabbyamp
  2022-09-19 19:48 ` [PR PATCH] [Updated] " yopito
                   ` (15 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: classabbyamp @ 2022-09-18  8:36 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39333#discussion_r973682777

Comment:
```suggestion
hostmakedepends="python3-setuptools"
depends="python3"
```

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

* Re: [PR PATCH] [Updated] python3-pandas: new packages for spreadsheet file manipulation
  2022-09-18  8:32 [PR PATCH] python3-pandas: new packages for spreadsheet file manipulation yopito
  2022-09-18  8:36 ` [PR REVIEW] " classabbyamp
  2022-09-18  8:36 ` classabbyamp
@ 2022-09-19 19:48 ` yopito
  2022-09-19 19:51 ` [PR REVIEW] " yopito
                   ` (14 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: yopito @ 2022-09-19 19:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/yopito/void-packages openpyxl
https://github.com/void-linux/void-packages/pull/39333

python3-pandas: new packages for spreadsheet file manipulation
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds): NO

#### Additional comments

- closes #32454

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-openpyxl-39333.patch --]
[-- Type: text/x-diff, Size: 4514 bytes --]

From cd2820b3fa02aaa3a6772dabe27f618a2b785d27 Mon Sep 17 00:00:00 2001
From: yopito <pierre.bourgin@free.fr>
Date: Sat, 17 Sep 2022 18:32:35 +0200
Subject: [PATCH 1/3] New package: python3-et-xmlfile 1.1

---
 srcpkgs/python3-et-xmlfile/template | 19 +++++++++++++++++++
 srcpkgs/python3-et-xmlfile/update   |  2 ++
 2 files changed, 21 insertions(+)
 create mode 100644 srcpkgs/python3-et-xmlfile/template
 create mode 100644 srcpkgs/python3-et-xmlfile/update

diff --git a/srcpkgs/python3-et-xmlfile/template b/srcpkgs/python3-et-xmlfile/template
new file mode 100644
index 000000000000..39bdd4da635f
--- /dev/null
+++ b/srcpkgs/python3-et-xmlfile/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-et-xmlfile'
+pkgname=python3-et-xmlfile
+version=1.1
+revision=1
+wrksrc="et_xmlfile-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends=python3
+checkdepends="python3-pytest python3-lxml"
+short_desc="Low memory library for creating large XML files"
+maintainer="yopito <pierre.bourgin@free.fr>"
+license="MIT"
+homepage="https://et-xmlfile.readthedocs.io/"
+distfiles="https://foss.heptapod.net/openpyxl/et_xmlfile/-/archive/${version}/et_xmlfile-${version}.tar.gz"
+checksum=707c2211ba4a041fd866ef6a60966f4ff82c89f4d4dfabf5aea59aaf97f9be4f
+
+post_install() {
+	vlicense LICENCE.rst
+}
diff --git a/srcpkgs/python3-et-xmlfile/update b/srcpkgs/python3-et-xmlfile/update
new file mode 100644
index 000000000000..9c0c41a3d9df
--- /dev/null
+++ b/srcpkgs/python3-et-xmlfile/update
@@ -0,0 +1,2 @@
+site=https://foss.heptapod.net/openpyxl/et_xmlfile/-/tags
+pkgname="et_xmlfile"

From dee2e0ffcf0c8ae3d8e9a1ce9bc58e5696fb9e45 Mon Sep 17 00:00:00 2001
From: yopito <pierre.bourgin@free.fr>
Date: Sat, 17 Sep 2022 18:02:04 +0200
Subject: [PATCH 2/3] New package: python3-openpyxl 3.0.10

---
 srcpkgs/python3-openpyxl/template | 19 +++++++++++++++++++
 srcpkgs/python3-openpyxl/update   |  2 ++
 2 files changed, 21 insertions(+)
 create mode 100644 srcpkgs/python3-openpyxl/template
 create mode 100644 srcpkgs/python3-openpyxl/update

diff --git a/srcpkgs/python3-openpyxl/template b/srcpkgs/python3-openpyxl/template
new file mode 100644
index 000000000000..236464bc9704
--- /dev/null
+++ b/srcpkgs/python3-openpyxl/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-openpyxl'
+pkgname=python3-openpyxl
+version=3.0.10
+revision=1
+wrksrc="openpyxl-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-et-xmlfile"
+checkdepends="python3-pytest python3-lxml python3-Pillow $depends"
+short_desc="Python library to read/write Excel 2007 xlsx/xlsm files"
+maintainer="yopito <pierre.bourgin@free.fr>"
+license="MIT"
+homepage="https://openpyxl.readthedocs.io/"
+distfiles="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${version}/openpyxl-${version}.tar.bz2"
+checksum=265ae51674a0b30d5394a437a2c96c520c6cfcaf479a4d3e0f75d829d172664e
+
+post_install() {
+	vlicense LICENCE.rst
+}
diff --git a/srcpkgs/python3-openpyxl/update b/srcpkgs/python3-openpyxl/update
new file mode 100644
index 000000000000..6a7b1e741622
--- /dev/null
+++ b/srcpkgs/python3-openpyxl/update
@@ -0,0 +1,2 @@
+site=https://foss.heptapod.net/openpyxl/openpyxl/-/tags
+pkgname="${pkgname#python3-}"

From 1d05e1633e8692f6cbccfb1e8445ee87846a0e64 Mon Sep 17 00:00:00 2001
From: yopito <pierre.bourgin@free.fr>
Date: Sat, 17 Sep 2022 19:07:51 +0200
Subject: [PATCH 3/3] python3-pandas: recommends python3-openpyxl for
 spreadsheet file

closes #32454
---
 srcpkgs/python3-pandas/INSTALL.msg | 1 +
 srcpkgs/python3-pandas/template    | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandas/INSTALL.msg b/srcpkgs/python3-pandas/INSTALL.msg
index ea4bf688dbb6..02a0ad260768 100644
--- a/srcpkgs/python3-pandas/INSTALL.msg
+++ b/srcpkgs/python3-pandas/INSTALL.msg
@@ -1,3 +1,4 @@
 Recommended dependencies:
 - python3-numexpr: to accelerate expression evaluation operations
 - python3-Bottleneck: to accelerate numerical operations
+- python3-openpyxl: to manipulate spreadsheet files
diff --git a/srcpkgs/python3-pandas/template b/srcpkgs/python3-pandas/template
index 4e88fb8e5526..8e1f1ed1084d 100644
--- a/srcpkgs/python3-pandas/template
+++ b/srcpkgs/python3-pandas/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandas'
 pkgname=python3-pandas
 version=1.4.4
-revision=1
+revision=2
 wrksrc="pandas-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"

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

* Re: [PR REVIEW] python3-pandas: new packages for spreadsheet file manipulation
  2022-09-18  8:32 [PR PATCH] python3-pandas: new packages for spreadsheet file manipulation yopito
                   ` (2 preceding siblings ...)
  2022-09-19 19:48 ` [PR PATCH] [Updated] " yopito
@ 2022-09-19 19:51 ` yopito
  2022-09-19 19:52 ` yopito
                   ` (13 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: yopito @ 2022-09-19 19:51 UTC (permalink / raw)
  To: ml

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

New review comment by yopito on void-packages repository

https://github.com/void-linux/void-packages/pull/39333#discussion_r974616271

Comment:
I guess you mean `pkgname=${pkgname#python3-}`
applied, thanks.
for `python3-et-xmlfile`, hardcoded instead because also need `_` instead of `-`.

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

* Re: [PR REVIEW] python3-pandas: new packages for spreadsheet file manipulation
  2022-09-18  8:32 [PR PATCH] python3-pandas: new packages for spreadsheet file manipulation yopito
                   ` (3 preceding siblings ...)
  2022-09-19 19:51 ` [PR REVIEW] " yopito
@ 2022-09-19 19:52 ` yopito
  2022-09-19 20:12 ` yopito
                   ` (12 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: yopito @ 2022-09-19 19:52 UTC (permalink / raw)
  To: ml

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

New review comment by yopito on void-packages repository

https://github.com/void-linux/void-packages/pull/39333#discussion_r974617264

Comment:
applied too.

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

* Re: python3-pandas: new packages for spreadsheet file manipulation
  2022-09-18  8:32 [PR PATCH] python3-pandas: new packages for spreadsheet file manipulation yopito
                   ` (4 preceding siblings ...)
  2022-09-19 19:52 ` yopito
@ 2022-09-19 20:12 ` yopito
  2022-09-19 20:30 ` [PR PATCH] [Closed]: " classabbyamp
                   ` (11 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: yopito @ 2022-09-19 20:12 UTC (permalink / raw)
  To: ml

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

New comment by yopito on void-packages repository

https://github.com/void-linux/void-packages/pull/39333#issuecomment-1251501114

Comment:
argh ... check() failed for i686 on pandas (and ok with x86_64).
... have to fix it too (outside of the scope of this PR) ?

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

* Re: python3-pandas: new packages for spreadsheet file manipulation
  2022-09-18  8:32 [PR PATCH] python3-pandas: new packages for spreadsheet file manipulation yopito
                   ` (6 preceding siblings ...)
  2022-09-19 20:30 ` [PR PATCH] [Closed]: " classabbyamp
@ 2022-09-19 20:30 ` classabbyamp
  2022-09-19 20:30 ` classabbyamp
                   ` (9 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: classabbyamp @ 2022-09-19 20:30 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39333#issuecomment-1251517169

Comment:
just disable that test on i686



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

* Re: [PR PATCH] [Closed]: python3-pandas: new packages for spreadsheet file manipulation
  2022-09-18  8:32 [PR PATCH] python3-pandas: new packages for spreadsheet file manipulation yopito
                   ` (5 preceding siblings ...)
  2022-09-19 20:12 ` yopito
@ 2022-09-19 20:30 ` classabbyamp
  2022-09-19 20:30 ` classabbyamp
                   ` (10 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: classabbyamp @ 2022-09-19 20:30 UTC (permalink / raw)
  To: ml

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

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

python3-pandas: new packages for spreadsheet file manipulation
https://github.com/void-linux/void-packages/pull/39333

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds): NO

#### Additional comments

- closes #32454

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

* Re: python3-pandas: new packages for spreadsheet file manipulation
  2022-09-18  8:32 [PR PATCH] python3-pandas: new packages for spreadsheet file manipulation yopito
                   ` (7 preceding siblings ...)
  2022-09-19 20:30 ` classabbyamp
@ 2022-09-19 20:30 ` classabbyamp
  2022-11-11 17:18 ` [PR PATCH] [Updated] python3-pandas: new packages for spreadsheet file manipulation (openpyxl) yopito
                   ` (8 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: classabbyamp @ 2022-09-19 20:30 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39333#issuecomment-1251517292

Comment:
oops

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

* Re: [PR PATCH] [Updated] python3-pandas: new packages for spreadsheet file manipulation (openpyxl)
  2022-09-18  8:32 [PR PATCH] python3-pandas: new packages for spreadsheet file manipulation yopito
                   ` (8 preceding siblings ...)
  2022-09-19 20:30 ` classabbyamp
@ 2022-11-11 17:18 ` yopito
  2022-11-11 17:24 ` yopito
                   ` (7 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: yopito @ 2022-11-11 17:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/yopito/void-packages openpyxl
https://github.com/void-linux/void-packages/pull/39333

python3-pandas: new packages for spreadsheet file manipulation (openpyxl)
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds): NO

#### Additional comments

- closes #32454

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-openpyxl-39333.patch --]
[-- Type: text/x-diff, Size: 4019 bytes --]

From 5bffc5f85614f10bc57eefe3f7c2717bcb1264b6 Mon Sep 17 00:00:00 2001
From: yopito <pierre.bourgin@free.fr>
Date: Fri, 11 Nov 2022 18:06:24 +0100
Subject: [PATCH 1/3] New package: python3-et-xmlfile 1.1

---
 srcpkgs/python3-et-xmlfile/template | 19 +++++++++++++++++++
 srcpkgs/python3-et-xmlfile/update   |  2 ++
 2 files changed, 21 insertions(+)
 create mode 100644 srcpkgs/python3-et-xmlfile/template
 create mode 100644 srcpkgs/python3-et-xmlfile/update

diff --git a/srcpkgs/python3-et-xmlfile/template b/srcpkgs/python3-et-xmlfile/template
new file mode 100644
index 000000000000..39bdd4da635f
--- /dev/null
+++ b/srcpkgs/python3-et-xmlfile/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-et-xmlfile'
+pkgname=python3-et-xmlfile
+version=1.1
+revision=1
+wrksrc="et_xmlfile-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends=python3
+checkdepends="python3-pytest python3-lxml"
+short_desc="Low memory library for creating large XML files"
+maintainer="yopito <pierre.bourgin@free.fr>"
+license="MIT"
+homepage="https://et-xmlfile.readthedocs.io/"
+distfiles="https://foss.heptapod.net/openpyxl/et_xmlfile/-/archive/${version}/et_xmlfile-${version}.tar.gz"
+checksum=707c2211ba4a041fd866ef6a60966f4ff82c89f4d4dfabf5aea59aaf97f9be4f
+
+post_install() {
+	vlicense LICENCE.rst
+}
diff --git a/srcpkgs/python3-et-xmlfile/update b/srcpkgs/python3-et-xmlfile/update
new file mode 100644
index 000000000000..9c0c41a3d9df
--- /dev/null
+++ b/srcpkgs/python3-et-xmlfile/update
@@ -0,0 +1,2 @@
+site=https://foss.heptapod.net/openpyxl/et_xmlfile/-/tags
+pkgname="et_xmlfile"

From 2a590a70d18e8e33e0189810e355bbfe9d0fedd7 Mon Sep 17 00:00:00 2001
From: yopito <pierre.bourgin@free.fr>
Date: Fri, 11 Nov 2022 18:06:33 +0100
Subject: [PATCH 2/3] New package: python3-openpyxl 3.0.10

---
 srcpkgs/python3-openpyxl/template | 19 +++++++++++++++++++
 srcpkgs/python3-openpyxl/update   |  2 ++
 2 files changed, 21 insertions(+)
 create mode 100644 srcpkgs/python3-openpyxl/template
 create mode 100644 srcpkgs/python3-openpyxl/update

diff --git a/srcpkgs/python3-openpyxl/template b/srcpkgs/python3-openpyxl/template
new file mode 100644
index 000000000000..236464bc9704
--- /dev/null
+++ b/srcpkgs/python3-openpyxl/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-openpyxl'
+pkgname=python3-openpyxl
+version=3.0.10
+revision=1
+wrksrc="openpyxl-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-et-xmlfile"
+checkdepends="python3-pytest python3-lxml python3-Pillow $depends"
+short_desc="Python library to read/write Excel 2007 xlsx/xlsm files"
+maintainer="yopito <pierre.bourgin@free.fr>"
+license="MIT"
+homepage="https://openpyxl.readthedocs.io/"
+distfiles="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${version}/openpyxl-${version}.tar.bz2"
+checksum=265ae51674a0b30d5394a437a2c96c520c6cfcaf479a4d3e0f75d829d172664e
+
+post_install() {
+	vlicense LICENCE.rst
+}
diff --git a/srcpkgs/python3-openpyxl/update b/srcpkgs/python3-openpyxl/update
new file mode 100644
index 000000000000..6a7b1e741622
--- /dev/null
+++ b/srcpkgs/python3-openpyxl/update
@@ -0,0 +1,2 @@
+site=https://foss.heptapod.net/openpyxl/openpyxl/-/tags
+pkgname="${pkgname#python3-}"

From 32369912156aeca617ad8bacee31dda39db50784 Mon Sep 17 00:00:00 2001
From: yopito <pierre.bourgin@free.fr>
Date: Fri, 11 Nov 2022 18:06:36 +0100
Subject: [PATCH 3/3] python3-pandas: recommends python3-openpyxl for
 spreadsheet file

closes #32454
---
 srcpkgs/python3-pandas/INSTALL.msg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/python3-pandas/INSTALL.msg b/srcpkgs/python3-pandas/INSTALL.msg
index ea4bf688dbb6..02a0ad260768 100644
--- a/srcpkgs/python3-pandas/INSTALL.msg
+++ b/srcpkgs/python3-pandas/INSTALL.msg
@@ -1,3 +1,4 @@
 Recommended dependencies:
 - python3-numexpr: to accelerate expression evaluation operations
 - python3-Bottleneck: to accelerate numerical operations
+- python3-openpyxl: to manipulate spreadsheet files

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

* Re: [PR PATCH] [Updated] python3-pandas: new packages for spreadsheet file manipulation (openpyxl)
  2022-09-18  8:32 [PR PATCH] python3-pandas: new packages for spreadsheet file manipulation yopito
                   ` (9 preceding siblings ...)
  2022-11-11 17:18 ` [PR PATCH] [Updated] python3-pandas: new packages for spreadsheet file manipulation (openpyxl) yopito
@ 2022-11-11 17:24 ` yopito
  2022-11-14  6:57 ` yopito
                   ` (6 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: yopito @ 2022-11-11 17:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/yopito/void-packages openpyxl
https://github.com/void-linux/void-packages/pull/39333

python3-pandas: new packages for spreadsheet file manipulation (openpyxl)
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds): NO

#### Additional comments

- closes #32454

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-openpyxl-39333.patch --]
[-- Type: text/x-diff, Size: 4495 bytes --]

From 314e4aba86337b98b001cf3ae23559ff2da68f23 Mon Sep 17 00:00:00 2001
From: yopito <pierre.bourgin@free.fr>
Date: Fri, 11 Nov 2022 18:06:24 +0100
Subject: [PATCH 1/3] New package: python3-et-xmlfile 1.1

---
 srcpkgs/python3-et-xmlfile/template | 18 ++++++++++++++++++
 srcpkgs/python3-et-xmlfile/update   |  2 ++
 2 files changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-et-xmlfile/template
 create mode 100644 srcpkgs/python3-et-xmlfile/update

diff --git a/srcpkgs/python3-et-xmlfile/template b/srcpkgs/python3-et-xmlfile/template
new file mode 100644
index 000000000000..ce50c1291dff
--- /dev/null
+++ b/srcpkgs/python3-et-xmlfile/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-et-xmlfile'
+pkgname=python3-et-xmlfile
+version=1.1
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends=python3
+checkdepends="python3-pytest python3-lxml"
+short_desc="Low memory library for creating large XML files"
+maintainer="yopito <pierre.bourgin@free.fr>"
+license="MIT"
+homepage="https://et-xmlfile.readthedocs.io/"
+distfiles="https://foss.heptapod.net/openpyxl/et_xmlfile/-/archive/${version}/et_xmlfile-${version}.tar.gz"
+checksum=707c2211ba4a041fd866ef6a60966f4ff82c89f4d4dfabf5aea59aaf97f9be4f
+
+post_install() {
+	vlicense LICENCE.rst
+}
diff --git a/srcpkgs/python3-et-xmlfile/update b/srcpkgs/python3-et-xmlfile/update
new file mode 100644
index 000000000000..9c0c41a3d9df
--- /dev/null
+++ b/srcpkgs/python3-et-xmlfile/update
@@ -0,0 +1,2 @@
+site=https://foss.heptapod.net/openpyxl/et_xmlfile/-/tags
+pkgname="et_xmlfile"

From c07bd6a011749c0b1ad71d03769fbe0b38201cd3 Mon Sep 17 00:00:00 2001
From: yopito <pierre.bourgin@free.fr>
Date: Fri, 11 Nov 2022 18:06:33 +0100
Subject: [PATCH 2/3] New package: python3-openpyxl 3.0.10

---
 srcpkgs/python3-openpyxl/template | 18 ++++++++++++++++++
 srcpkgs/python3-openpyxl/update   |  2 ++
 2 files changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-openpyxl/template
 create mode 100644 srcpkgs/python3-openpyxl/update

diff --git a/srcpkgs/python3-openpyxl/template b/srcpkgs/python3-openpyxl/template
new file mode 100644
index 000000000000..af6944c3614c
--- /dev/null
+++ b/srcpkgs/python3-openpyxl/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-openpyxl'
+pkgname=python3-openpyxl
+version=3.0.10
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-et-xmlfile"
+checkdepends="python3-pytest python3-lxml python3-Pillow $depends"
+short_desc="Python library to read/write Excel 2007 xlsx/xlsm files"
+maintainer="yopito <pierre.bourgin@free.fr>"
+license="MIT"
+homepage="https://openpyxl.readthedocs.io/"
+distfiles="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${version}/openpyxl-${version}.tar.bz2"
+checksum=265ae51674a0b30d5394a437a2c96c520c6cfcaf479a4d3e0f75d829d172664e
+
+post_install() {
+	vlicense LICENCE.rst
+}
diff --git a/srcpkgs/python3-openpyxl/update b/srcpkgs/python3-openpyxl/update
new file mode 100644
index 000000000000..6a7b1e741622
--- /dev/null
+++ b/srcpkgs/python3-openpyxl/update
@@ -0,0 +1,2 @@
+site=https://foss.heptapod.net/openpyxl/openpyxl/-/tags
+pkgname="${pkgname#python3-}"

From e3c8200ae53971ef072616e432734d375ac166a9 Mon Sep 17 00:00:00 2001
From: yopito <pierre.bourgin@free.fr>
Date: Fri, 11 Nov 2022 18:06:36 +0100
Subject: [PATCH 3/3] python3-pandas: recommends python3-openpyxl for
 spreadsheet file

closes #32454
---
 srcpkgs/python3-pandas/INSTALL.msg | 1 +
 srcpkgs/python3-pandas/template    | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pandas/INSTALL.msg b/srcpkgs/python3-pandas/INSTALL.msg
index ea4bf688dbb6..02a0ad260768 100644
--- a/srcpkgs/python3-pandas/INSTALL.msg
+++ b/srcpkgs/python3-pandas/INSTALL.msg
@@ -1,3 +1,4 @@
 Recommended dependencies:
 - python3-numexpr: to accelerate expression evaluation operations
 - python3-Bottleneck: to accelerate numerical operations
+- python3-openpyxl: to manipulate spreadsheet files
diff --git a/srcpkgs/python3-pandas/template b/srcpkgs/python3-pandas/template
index 5183c7e1acd2..e0afa19f3707 100644
--- a/srcpkgs/python3-pandas/template
+++ b/srcpkgs/python3-pandas/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pandas'
 pkgname=python3-pandas
 version=1.5.1
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"
 makedepends="python3-devel python3-numpy python3-dateutil python3-pytz"

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

* Re: python3-pandas: new packages for spreadsheet file manipulation (openpyxl)
  2022-09-18  8:32 [PR PATCH] python3-pandas: new packages for spreadsheet file manipulation yopito
                   ` (10 preceding siblings ...)
  2022-11-11 17:24 ` yopito
@ 2022-11-14  6:57 ` yopito
  2022-11-14 17:17 ` ahesford
                   ` (5 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: yopito @ 2022-11-14  6:57 UTC (permalink / raw)
  To: ml

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

New comment by yopito on void-packages repository

https://github.com/void-linux/void-packages/pull/39333#issuecomment-1313179030

Comment:
@ahesford : hello, I'm stucked in this PR because of `python3-pandas` that fails on check for both x86_64 and i686. Would you mind having a look on this particular problem (as you maintain `python3-pandas`) ?

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

* Re: python3-pandas: new packages for spreadsheet file manipulation (openpyxl)
  2022-09-18  8:32 [PR PATCH] python3-pandas: new packages for spreadsheet file manipulation yopito
                   ` (11 preceding siblings ...)
  2022-11-14  6:57 ` yopito
@ 2022-11-14 17:17 ` ahesford
  2022-11-14 20:43 ` yopito
                   ` (4 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: ahesford @ 2022-11-14 17:17 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/39333#issuecomment-1314108980

Comment:
I just removed the `INSTALL.msg` in `python3-pandas`; it is beyond the scope of that file to recommend some optional dependencies.

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

* Re: python3-pandas: new packages for spreadsheet file manipulation (openpyxl)
  2022-09-18  8:32 [PR PATCH] python3-pandas: new packages for spreadsheet file manipulation yopito
                   ` (12 preceding siblings ...)
  2022-11-14 17:17 ` ahesford
@ 2022-11-14 20:43 ` yopito
  2022-11-14 20:43 ` [PR PATCH] [Updated] " yopito
                   ` (3 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: yopito @ 2022-11-14 20:43 UTC (permalink / raw)
  To: ml

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

New comment by yopito on void-packages repository

https://github.com/void-linux/void-packages/pull/39333#issuecomment-1314355701

Comment:
OK, I'll do the same, so don't include change on python3-pandas's packaging.

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

* Re: [PR PATCH] [Updated] python3-pandas: new packages for spreadsheet file manipulation (openpyxl)
  2022-09-18  8:32 [PR PATCH] python3-pandas: new packages for spreadsheet file manipulation yopito
                   ` (13 preceding siblings ...)
  2022-11-14 20:43 ` yopito
@ 2022-11-14 20:43 ` yopito
  2022-11-14 20:49 ` yopito
                   ` (2 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: yopito @ 2022-11-14 20:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/yopito/void-packages openpyxl
https://github.com/void-linux/void-packages/pull/39333

python3-pandas: new packages for spreadsheet file manipulation (openpyxl)
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds): NO

#### Additional comments

- closes #32454

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-openpyxl-39333.patch --]
[-- Type: text/x-diff, Size: 3212 bytes --]

From a5413321519ab8146e8f6b4ef8a448f04dbe666a Mon Sep 17 00:00:00 2001
From: yopito <pierre.bourgin@free.fr>
Date: Fri, 11 Nov 2022 18:06:24 +0100
Subject: [PATCH 1/2] New package: python3-et-xmlfile 1.1

---
 srcpkgs/python3-et-xmlfile/template | 18 ++++++++++++++++++
 srcpkgs/python3-et-xmlfile/update   |  2 ++
 2 files changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-et-xmlfile/template
 create mode 100644 srcpkgs/python3-et-xmlfile/update

diff --git a/srcpkgs/python3-et-xmlfile/template b/srcpkgs/python3-et-xmlfile/template
new file mode 100644
index 000000000000..ce50c1291dff
--- /dev/null
+++ b/srcpkgs/python3-et-xmlfile/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-et-xmlfile'
+pkgname=python3-et-xmlfile
+version=1.1
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends=python3
+checkdepends="python3-pytest python3-lxml"
+short_desc="Low memory library for creating large XML files"
+maintainer="yopito <pierre.bourgin@free.fr>"
+license="MIT"
+homepage="https://et-xmlfile.readthedocs.io/"
+distfiles="https://foss.heptapod.net/openpyxl/et_xmlfile/-/archive/${version}/et_xmlfile-${version}.tar.gz"
+checksum=707c2211ba4a041fd866ef6a60966f4ff82c89f4d4dfabf5aea59aaf97f9be4f
+
+post_install() {
+	vlicense LICENCE.rst
+}
diff --git a/srcpkgs/python3-et-xmlfile/update b/srcpkgs/python3-et-xmlfile/update
new file mode 100644
index 000000000000..9c0c41a3d9df
--- /dev/null
+++ b/srcpkgs/python3-et-xmlfile/update
@@ -0,0 +1,2 @@
+site=https://foss.heptapod.net/openpyxl/et_xmlfile/-/tags
+pkgname="et_xmlfile"

From 3a55de4741704418b771e833013c3bee559fbc94 Mon Sep 17 00:00:00 2001
From: yopito <pierre.bourgin@free.fr>
Date: Fri, 11 Nov 2022 18:06:33 +0100
Subject: [PATCH 2/2] New package: python3-openpyxl 3.0.10

closes #32454
---
 srcpkgs/python3-openpyxl/template | 18 ++++++++++++++++++
 srcpkgs/python3-openpyxl/update   |  2 ++
 2 files changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-openpyxl/template
 create mode 100644 srcpkgs/python3-openpyxl/update

diff --git a/srcpkgs/python3-openpyxl/template b/srcpkgs/python3-openpyxl/template
new file mode 100644
index 000000000000..af6944c3614c
--- /dev/null
+++ b/srcpkgs/python3-openpyxl/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-openpyxl'
+pkgname=python3-openpyxl
+version=3.0.10
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-et-xmlfile"
+checkdepends="python3-pytest python3-lxml python3-Pillow $depends"
+short_desc="Python library to read/write Excel 2007 xlsx/xlsm files"
+maintainer="yopito <pierre.bourgin@free.fr>"
+license="MIT"
+homepage="https://openpyxl.readthedocs.io/"
+distfiles="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${version}/openpyxl-${version}.tar.bz2"
+checksum=265ae51674a0b30d5394a437a2c96c520c6cfcaf479a4d3e0f75d829d172664e
+
+post_install() {
+	vlicense LICENCE.rst
+}
diff --git a/srcpkgs/python3-openpyxl/update b/srcpkgs/python3-openpyxl/update
new file mode 100644
index 000000000000..6a7b1e741622
--- /dev/null
+++ b/srcpkgs/python3-openpyxl/update
@@ -0,0 +1,2 @@
+site=https://foss.heptapod.net/openpyxl/openpyxl/-/tags
+pkgname="${pkgname#python3-}"

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

* Re: python3-pandas: new packages for spreadsheet file manipulation (openpyxl)
  2022-09-18  8:32 [PR PATCH] python3-pandas: new packages for spreadsheet file manipulation yopito
                   ` (14 preceding siblings ...)
  2022-11-14 20:43 ` [PR PATCH] [Updated] " yopito
@ 2022-11-14 20:49 ` yopito
  2022-12-18 13:55 ` yopito
  2022-12-19  0:21 ` [PR PATCH] [Merged]: " Piraty
  17 siblings, 0 replies; 19+ messages in thread
From: yopito @ 2022-11-14 20:49 UTC (permalink / raw)
  To: ml

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

New comment by yopito on void-packages repository

https://github.com/void-linux/void-packages/pull/39333#issuecomment-1314361392

Comment:
@classabbyamp: ready for review, thanks.

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

* Re: python3-pandas: new packages for spreadsheet file manipulation (openpyxl)
  2022-09-18  8:32 [PR PATCH] python3-pandas: new packages for spreadsheet file manipulation yopito
                   ` (15 preceding siblings ...)
  2022-11-14 20:49 ` yopito
@ 2022-12-18 13:55 ` yopito
  2022-12-19  0:21 ` [PR PATCH] [Merged]: " Piraty
  17 siblings, 0 replies; 19+ messages in thread
From: yopito @ 2022-12-18 13:55 UTC (permalink / raw)
  To: ml

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

New comment by yopito on void-packages repository

https://github.com/void-linux/void-packages/pull/39333#issuecomment-1356804098

Comment:
still waiting for review... no one willing to ?

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

* Re: [PR PATCH] [Merged]: python3-pandas: new packages for spreadsheet file manipulation (openpyxl)
  2022-09-18  8:32 [PR PATCH] python3-pandas: new packages for spreadsheet file manipulation yopito
                   ` (16 preceding siblings ...)
  2022-12-18 13:55 ` yopito
@ 2022-12-19  0:21 ` Piraty
  17 siblings, 0 replies; 19+ messages in thread
From: Piraty @ 2022-12-19  0:21 UTC (permalink / raw)
  To: ml

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

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

python3-pandas: new packages for spreadsheet file manipulation (openpyxl)
https://github.com/void-linux/void-packages/pull/39333

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds): NO

#### Additional comments

- closes #32454

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

end of thread, other threads:[~2022-12-19  0:21 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-18  8:32 [PR PATCH] python3-pandas: new packages for spreadsheet file manipulation yopito
2022-09-18  8:36 ` [PR REVIEW] " classabbyamp
2022-09-18  8:36 ` classabbyamp
2022-09-19 19:48 ` [PR PATCH] [Updated] " yopito
2022-09-19 19:51 ` [PR REVIEW] " yopito
2022-09-19 19:52 ` yopito
2022-09-19 20:12 ` yopito
2022-09-19 20:30 ` [PR PATCH] [Closed]: " classabbyamp
2022-09-19 20:30 ` classabbyamp
2022-09-19 20:30 ` classabbyamp
2022-11-11 17:18 ` [PR PATCH] [Updated] python3-pandas: new packages for spreadsheet file manipulation (openpyxl) yopito
2022-11-11 17:24 ` yopito
2022-11-14  6:57 ` yopito
2022-11-14 17:17 ` ahesford
2022-11-14 20:43 ` yopito
2022-11-14 20:43 ` [PR PATCH] [Updated] " yopito
2022-11-14 20:49 ` yopito
2022-12-18 13:55 ` yopito
2022-12-19  0:21 ` [PR PATCH] [Merged]: " Piraty

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).