Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python3-openpyxl-3.0.10
@ 2022-12-18 15:29 ananteris
  2022-12-18 16:11 ` [PR PATCH] [Updated] " ananteris
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: ananteris @ 2022-12-18 15:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ananteris/void-packages python3-openpyxl
https://github.com/void-linux/void-packages/pull/41165

New package: python3-openpyxl-3.0.10
#### Testing the changes
- I tested the changes in this PR: **briefly**

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


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)



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

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

From 71706ca7def5d93efcec02cfc72bf7bce3f414d9 Mon Sep 17 00:00:00 2001
From: Ananteris <ananteris@protonmail.ch>
Date: Sun, 18 Dec 2022 16:23:20 +0000
Subject: [PATCH] New package: python3-openpyxl-3.0.10

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

diff --git a/srcpkgs/python3-openpyxl/template b/srcpkgs/python3-openpyxl/template
new file mode 100644
index 000000000000..57ef412f9cfd
--- /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
+build_style=python3-module
+hostmakedepends="python3-setuptools_scm"
+depends="python3 python3-setuptools python3-lxml python3-Pillow python3-pandas python3-pytest tox"
+short_desc="Python library for reading and writing Excel files"
+maintainer="Ananteris <ananteris@protonmail.ch>"
+license=MIT
+homepage="https://openpyxl.readthedocs.io/"
+distfiles="${PYPI_SITE}/o/openpyxl/openpyxl-${version}.tar.gz"
+checksum=e47805627aebcf860edb4edf7987b1309c1b3632f3750538ed962bbcc3bd7449
+# Tests not supported
+make_check=no
+
+post_install() {
+	vlicense LICENCE.rst
+}

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

* Re: [PR PATCH] [Updated] New package: python3-openpyxl-3.0.10
  2022-12-18 15:29 [PR PATCH] New package: python3-openpyxl-3.0.10 ananteris
@ 2022-12-18 16:11 ` ananteris
  2022-12-18 16:37 ` ananteris
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ananteris @ 2022-12-18 16:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ananteris/void-packages python3-openpyxl
https://github.com/void-linux/void-packages/pull/41165

New package: python3-openpyxl-3.0.10
#### Testing the changes
- I tested the changes in this PR: **briefly**

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


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)



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

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

From 83565b9771f30e862831ade8742c386225a6e5fd Mon Sep 17 00:00:00 2001
From: Ananteris <ananteris@protonmail.ch>
Date: Sun, 18 Dec 2022 17:10:45 +0000
Subject: [PATCH] New package: python3-openpyxl-3.0.10

---
 srcpkgs/python3-openpyxl/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-openpyxl/template

diff --git a/srcpkgs/python3-openpyxl/template b/srcpkgs/python3-openpyxl/template
new file mode 100644
index 000000000000..cd30b5b6a287
--- /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 python3-lxml>=4.2.0 python3-Pillow python3-pandas python3-pytest tox"
+short_desc="Python library for reading and writing Excel files"
+maintainer="Ananteris <ananteris@protonmail.ch>"
+license=MIT
+homepage="https://openpyxl.readthedocs.io/"
+distfiles="${PYPI_SITE}/o/openpyxl/openpyxl-${version}.tar.gz"
+checksum=e47805627aebcf860edb4edf7987b1309c1b3632f3750538ed962bbcc3bd7449
+make_check=yes
+
+post_install() {
+	vlicense LICENCE.rst
+}

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

* Re: [PR PATCH] [Updated] New package: python3-openpyxl-3.0.10
  2022-12-18 15:29 [PR PATCH] New package: python3-openpyxl-3.0.10 ananteris
  2022-12-18 16:11 ` [PR PATCH] [Updated] " ananteris
@ 2022-12-18 16:37 ` ananteris
  2022-12-18 16:44 ` ananteris
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ananteris @ 2022-12-18 16:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ananteris/void-packages python3-openpyxl
https://github.com/void-linux/void-packages/pull/41165

New package: python3-openpyxl-3.0.10
#### Testing the changes
- I tested the changes in this PR: **briefly**

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


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)



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

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

From c042f1738ee5294e62fe4291948a04f8e17cb34a Mon Sep 17 00:00:00 2001
From: Ananteris <ananteris@protonmail.ch>
Date: Sun, 18 Dec 2022 17:37:09 +0000
Subject: [PATCH] New package: python3-openpyxl-3.0.10

---
 srcpkgs/python3-openpyxl/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-openpyxl/template

diff --git a/srcpkgs/python3-openpyxl/template b/srcpkgs/python3-openpyxl/template
new file mode 100644
index 000000000000..2c03d5b45d93
--- /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-pip python3-lxml>=4.2.0 python3-Pillow python3-pandas python3-pytest tox"
+short_desc="Python library for reading and writing Excel files"
+maintainer="Ananteris <ananteris@protonmail.ch>"
+license=MIT
+homepage="https://openpyxl.readthedocs.io/"
+distfiles="${PYPI_SITE}/o/openpyxl/openpyxl-${version}.tar.gz"
+checksum=e47805627aebcf860edb4edf7987b1309c1b3632f3750538ed962bbcc3bd7449
+make_check=yes
+
+post_install() {
+	vlicense LICENCE.rst
+}

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

* Re: [PR PATCH] [Updated] New package: python3-openpyxl-3.0.10
  2022-12-18 15:29 [PR PATCH] New package: python3-openpyxl-3.0.10 ananteris
  2022-12-18 16:11 ` [PR PATCH] [Updated] " ananteris
  2022-12-18 16:37 ` ananteris
@ 2022-12-18 16:44 ` ananteris
  2022-12-18 16:47 ` ananteris
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ananteris @ 2022-12-18 16:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ananteris/void-packages python3-openpyxl
https://github.com/void-linux/void-packages/pull/41165

New package: python3-openpyxl-3.0.10
#### Testing the changes
- I tested the changes in this PR: **briefly**

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


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)



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

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

From 4ba71a3a1573a976ee6b6d619bcdcc55da2b5007 Mon Sep 17 00:00:00 2001
From: Ananteris <ananteris@protonmail.ch>
Date: Sun, 18 Dec 2022 17:43:52 +0000
Subject: [PATCH] New package: python3-openpyxl-3.0.10

---
 srcpkgs/python3-openpyxl/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-openpyxl/template

diff --git a/srcpkgs/python3-openpyxl/template b/srcpkgs/python3-openpyxl/template
new file mode 100644
index 000000000000..c1cc923924e4
--- /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-pep517
+hostmakedepends="python3-wheel"
+depends="python3-pip python3-lxml>=4.2.0 python3-Pillow python3-pandas python3-pytest tox"
+short_desc="Python library for reading and writing Excel files"
+maintainer="Ananteris <ananteris@protonmail.ch>"
+license=MIT
+homepage="https://openpyxl.readthedocs.io/"
+distfiles="${PYPI_SITE}/o/openpyxl/openpyxl-${version}.tar.gz"
+checksum=e47805627aebcf860edb4edf7987b1309c1b3632f3750538ed962bbcc3bd7449
+make_check=yes
+
+post_install() {
+	vlicense LICENCE.rst
+}

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

* Re: [PR PATCH] [Updated] New package: python3-openpyxl-3.0.10
  2022-12-18 15:29 [PR PATCH] New package: python3-openpyxl-3.0.10 ananteris
                   ` (2 preceding siblings ...)
  2022-12-18 16:44 ` ananteris
@ 2022-12-18 16:47 ` ananteris
  2022-12-18 18:12 ` ananteris
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ananteris @ 2022-12-18 16:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ananteris/void-packages python3-openpyxl
https://github.com/void-linux/void-packages/pull/41165

New package: python3-openpyxl-3.0.10
#### Testing the changes
- I tested the changes in this PR: **briefly**

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


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)



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

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

From 40af918ef4b4b01079e710590a2930c88f18b0f4 Mon Sep 17 00:00:00 2001
From: Ananteris <ananteris@protonmail.ch>
Date: Sun, 18 Dec 2022 17:47:04 +0000
Subject: [PATCH] New package: python3-openpyxl-3.0.10

---
 srcpkgs/python3-openpyxl/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/python3-openpyxl/template

diff --git a/srcpkgs/python3-openpyxl/template b/srcpkgs/python3-openpyxl/template
new file mode 100644
index 000000000000..5927a498314f
--- /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-pep517
+hostmakedepends="python3-wheel"
+depends="python3-pip python3-lxml>=4.2.0 python3-Pillow python3-pandas python3-pytest tox"
+short_desc="Python library for reading and writing Excel files"
+maintainer="Ananteris <ananteris@protonmail.ch>"
+license="MIT"
+homepage="https://openpyxl.readthedocs.io/"
+distfiles="${PYPI_SITE}/o/openpyxl/openpyxl-${version}.tar.gz"
+checksum=e47805627aebcf860edb4edf7987b1309c1b3632f3750538ed962bbcc3bd7449
+make_check=yes
+
+post_install() {
+	vlicense LICENCE.rst
+}

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

* Re: [PR PATCH] [Updated] New package: python3-openpyxl-3.0.10
  2022-12-18 15:29 [PR PATCH] New package: python3-openpyxl-3.0.10 ananteris
                   ` (3 preceding siblings ...)
  2022-12-18 16:47 ` ananteris
@ 2022-12-18 18:12 ` ananteris
  2022-12-18 18:19 ` ananteris
  2022-12-18 18:39 ` [PR PATCH] [Closed]: " ananteris
  6 siblings, 0 replies; 8+ messages in thread
From: ananteris @ 2022-12-18 18:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ananteris/void-packages python3-openpyxl
https://github.com/void-linux/void-packages/pull/41165

New package: python3-openpyxl-3.0.10
#### Testing the changes
- I tested the changes in this PR: **briefly**

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


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)



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

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

From ddf483078bf8e9e856900875206b34a9203d6489 Mon Sep 17 00:00:00 2001
From: Ananteris <ananteris@protonmail.ch>
Date: Sun, 18 Dec 2022 19:12:36 +0000
Subject: [PATCH] New package: python3-openpyxl-3.0.10

---
 srcpkgs/python3-openpyxl/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-openpyxl/template

diff --git a/srcpkgs/python3-openpyxl/template b/srcpkgs/python3-openpyxl/template
new file mode 100644
index 000000000000..d5c4d5c256cd
--- /dev/null
+++ b/srcpkgs/python3-openpyxl/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-openpyxl'
+pkgname=python3-openpyxl
+version=3.0.10
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel"
+depends="python3-pip python3-lxml>=4.2.0 python3-Pillow python3-pandas python3-pytest tox"
+short_desc="Python library for reading and writing Excel files"
+maintainer="Ananteris <ananteris@protonmail.ch>"
+license="MIT"
+homepage="https://openpyxl.readthedocs.io/"
+distfiles="${PYPI_SITE}/o/openpyxl/openpyxl-${version}.tar.gz"
+checksum="e47805627aebcf860edb4edf7987b1309c1b3632f3750538ed962bbcc3bd7449"
+
+post_install() {
+	vlicense LICENCE.rst
+}

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

* Re: [PR PATCH] [Updated] New package: python3-openpyxl-3.0.10
  2022-12-18 15:29 [PR PATCH] New package: python3-openpyxl-3.0.10 ananteris
                   ` (4 preceding siblings ...)
  2022-12-18 18:12 ` ananteris
@ 2022-12-18 18:19 ` ananteris
  2022-12-18 18:39 ` [PR PATCH] [Closed]: " ananteris
  6 siblings, 0 replies; 8+ messages in thread
From: ananteris @ 2022-12-18 18:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ananteris/void-packages python3-openpyxl
https://github.com/void-linux/void-packages/pull/41165

New package: python3-openpyxl-3.0.10
#### Testing the changes
- I tested the changes in this PR: **briefly**

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


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)



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

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

From 2ebebe4ed87b3a501de72ff7d6331d6e19472914 Mon Sep 17 00:00:00 2001
From: Ananteris <ananteris@protonmail.ch>
Date: Sun, 18 Dec 2022 19:19:42 +0000
Subject: [PATCH] New package: python3-openpyxl-3.0.10

---
 srcpkgs/python3-openpyxl/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/python3-openpyxl/template

diff --git a/srcpkgs/python3-openpyxl/template b/srcpkgs/python3-openpyxl/template
new file mode 100644
index 000000000000..d5c4d5c256cd
--- /dev/null
+++ b/srcpkgs/python3-openpyxl/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-openpyxl'
+pkgname=python3-openpyxl
+version=3.0.10
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-wheel"
+depends="python3-pip python3-lxml>=4.2.0 python3-Pillow python3-pandas python3-pytest tox"
+short_desc="Python library for reading and writing Excel files"
+maintainer="Ananteris <ananteris@protonmail.ch>"
+license="MIT"
+homepage="https://openpyxl.readthedocs.io/"
+distfiles="${PYPI_SITE}/o/openpyxl/openpyxl-${version}.tar.gz"
+checksum="e47805627aebcf860edb4edf7987b1309c1b3632f3750538ed962bbcc3bd7449"
+
+post_install() {
+	vlicense LICENCE.rst
+}

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

* Re: [PR PATCH] [Closed]: New package: python3-openpyxl-3.0.10
  2022-12-18 15:29 [PR PATCH] New package: python3-openpyxl-3.0.10 ananteris
                   ` (5 preceding siblings ...)
  2022-12-18 18:19 ` ananteris
@ 2022-12-18 18:39 ` ananteris
  6 siblings, 0 replies; 8+ messages in thread
From: ananteris @ 2022-12-18 18:39 UTC (permalink / raw)
  To: ml

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

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

New package: python3-openpyxl-3.0.10
https://github.com/void-linux/void-packages/pull/41165

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

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


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)



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

end of thread, other threads:[~2022-12-18 18:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-18 15:29 [PR PATCH] New package: python3-openpyxl-3.0.10 ananteris
2022-12-18 16:11 ` [PR PATCH] [Updated] " ananteris
2022-12-18 16:37 ` ananteris
2022-12-18 16:44 ` ananteris
2022-12-18 16:47 ` ananteris
2022-12-18 18:12 ` ananteris
2022-12-18 18:19 ` ananteris
2022-12-18 18:39 ` [PR PATCH] [Closed]: " ananteris

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