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

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 ` classabbyamp
2022-09-19 20:30 ` [PR PATCH] [Closed]: " 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).