Github messages for voidlinux
 help / color / mirror / Atom feed
From: yopito <yopito@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] python3-pandas: new packages for spreadsheet file manipulation (openpyxl)
Date: Fri, 11 Nov 2022 18:18:22 +0100	[thread overview]
Message-ID: <20221111171822.zwabAMRVgQDQA9ESzroxJzvYmwYfyYMP1rXn7_b-o60@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-39333@inbox.vuxu.org>

[-- 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

  parent reply	other threads:[~2022-11-11 17:18 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` yopito [this message]
2022-11-11 17:24 ` [PR PATCH] [Updated] python3-pandas: new packages for spreadsheet file manipulation (openpyxl) 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221111171822.zwabAMRVgQDQA9ESzroxJzvYmwYfyYMP1rXn7_b-o60@z \
    --to=yopito@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).