Github messages for voidlinux
 help / color / mirror / Atom feed
From: mrkcee <mrkcee@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New packages: python3-openpyxl-3.0.7, python3-et-xmlfile-1.1, python3…
Date: Mon, 06 Sep 2021 13:34:19 +0200	[thread overview]
Message-ID: <20210906113419.gtcGontNp7sh3vfQmzdWvT9wPMBKDiZafbHR6BeckiU@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-32846@inbox.vuxu.org>

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

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

https://github.com/mrkcee/void-packages openpyxl
https://github.com/void-linux/void-packages/pull/32846

New packages: python3-openpyxl-3.0.7, python3-et-xmlfile-1.1, python3…
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl


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

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

From 901c7c65e3563ef059b69fda2a4c379496bfdafd Mon Sep 17 00:00:00 2001
From: mrkcee <mrkcee@protonmail.com>
Date: Mon, 6 Sep 2021 00:06:18 +0800
Subject: [PATCH 1/2] New packages: python3-openpyxl-3.0.7,
 python3-et-xmlfile-1.1, python3-jdcal-1.4.1

---
 srcpkgs/python3-et-xmlfile/template | 18 ++++++++++++++++++
 srcpkgs/python3-jdcal/template      | 17 +++++++++++++++++
 srcpkgs/python3-openpyxl/template   | 18 ++++++++++++++++++
 3 files changed, 53 insertions(+)
 create mode 100644 srcpkgs/python3-et-xmlfile/template
 create mode 100644 srcpkgs/python3-jdcal/template
 create mode 100644 srcpkgs/python3-openpyxl/template

diff --git a/srcpkgs/python3-et-xmlfile/template b/srcpkgs/python3-et-xmlfile/template
new file mode 100644
index 000000000000..658961fa8494
--- /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 python3-setuptools"
+makedepends="python3-lxml python3-pytest"
+short_desc="Low memory library for creating large XML files"
+maintainer="mrkcee <mrkcee@protonmail.com>"
+license="MIT"
+homepage="https://foss.heptapod.net/openpyxl/et_xmlfile"
+distfiles="${homepage}/-/archive/1.1/et_xmlfile-${version}.tar.gz"
+checksum=3d3486a2ef43dc099d7b64cb247f1a9595edd39225e4398b6538d55ce1f8a36b
+
+post_install() {
+	vlicense LICENCE.rst
+}
diff --git a/srcpkgs/python3-jdcal/template b/srcpkgs/python3-jdcal/template
new file mode 100644
index 000000000000..b0c6161ec05b
--- /dev/null
+++ b/srcpkgs/python3-jdcal/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-jdcal'
+pkgname=python3-jdcal
+version=1.4.1
+revision=1
+wrksrc="${pkgname#python3-}-$version"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+short_desc="Julian dates from proleptic Gregorian and Julian calendars"
+maintainer="mrkcee <mrkcee@protonmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/phn/jdcal"
+distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
+checksum=6cb87959fb9293bdd577967419af735a1a0aee3ce778c443acb219b2668c6597
+
+post_install() {
+	vlicense LICENSE.txt
+}
diff --git a/srcpkgs/python3-openpyxl/template b/srcpkgs/python3-openpyxl/template
new file mode 100644
index 000000000000..a71aa0e44336
--- /dev/null
+++ b/srcpkgs/python3-openpyxl/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-openpyxl'
+pkgname=python3-openpyxl
+version=3.0.7
+revision=1
+wrksrc="${pkgname#python3-}-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+depends="python3-Pillow python3-et-xmlfile python3-jdcal"
+short_desc="Python library to read/write Excel 2010 xlsx/xlsm/xltx/xltm files"
+maintainer="mrkcee <mrkcee@protonmail.com>"
+license="MIT"
+homepage="https://foss.heptapod.net/openpyxl/openpyxl"
+distfiles="${homepage}/-/archive/${version}/openpyxl-${version}.tar.gz"
+checksum=9e4d563e98ce4b0f64beb7de29a9a4ddeac6c5aaf13bfef105c89611daae7b0f
+
+post_install() {
+	vlicense LICENCE.rst
+}

From 6d25705b6c54e5d2dd742bbae017e9438719a13b Mon Sep 17 00:00:00 2001
From: mrkcee <mrkcee@protonmail.com>
Date: Mon, 6 Sep 2021 19:34:10 +0800
Subject: [PATCH 2/2] Removed python3-jdcal dependency

---
 srcpkgs/python3-jdcal/template    | 17 -----------------
 srcpkgs/python3-openpyxl/template |  2 +-
 2 files changed, 1 insertion(+), 18 deletions(-)
 delete mode 100644 srcpkgs/python3-jdcal/template

diff --git a/srcpkgs/python3-jdcal/template b/srcpkgs/python3-jdcal/template
deleted file mode 100644
index b0c6161ec05b..000000000000
--- a/srcpkgs/python3-jdcal/template
+++ /dev/null
@@ -1,17 +0,0 @@
-# Template file for 'python3-jdcal'
-pkgname=python3-jdcal
-version=1.4.1
-revision=1
-wrksrc="${pkgname#python3-}-$version"
-build_style=python3-module
-hostmakedepends="python3 python3-setuptools"
-short_desc="Julian dates from proleptic Gregorian and Julian calendars"
-maintainer="mrkcee <mrkcee@protonmail.com>"
-license="BSD-2-Clause"
-homepage="https://github.com/phn/jdcal"
-distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
-checksum=6cb87959fb9293bdd577967419af735a1a0aee3ce778c443acb219b2668c6597
-
-post_install() {
-	vlicense LICENSE.txt
-}
diff --git a/srcpkgs/python3-openpyxl/template b/srcpkgs/python3-openpyxl/template
index a71aa0e44336..c1f3a3a02de1 100644
--- a/srcpkgs/python3-openpyxl/template
+++ b/srcpkgs/python3-openpyxl/template
@@ -5,7 +5,7 @@ revision=1
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
-depends="python3-Pillow python3-et-xmlfile python3-jdcal"
+depends="python3-Pillow python3-et-xmlfile"
 short_desc="Python library to read/write Excel 2010 xlsx/xlsm/xltx/xltm files"
 maintainer="mrkcee <mrkcee@protonmail.com>"
 license="MIT"

      reply	other threads:[~2021-09-06 11:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-05 16:11 [PR PATCH] " mrkcee
2021-09-06 11:34 ` mrkcee [this message]

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=20210906113419.gtcGontNp7sh3vfQmzdWvT9wPMBKDiZafbHR6BeckiU@z \
    --to=mrkcee@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).