Github messages for voidlinux
 help / color / mirror / Atom feed
From: classabbyamp <classabbyamp@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New packages: python3-scikit-rf and dependencies
Date: Sun, 03 Apr 2022 00:04:23 +0200	[thread overview]
Message-ID: <20220402220423.DbChYCWVCYmRjKWcM-DL-RE9PDBb3MBPNXxTRilEhgE@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-36437@inbox.vuxu.org>

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

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

https://github.com/classabbyamp/void-packages scikit-rf
https://github.com/void-linux/void-packages/pull/36437

New packages: python3-scikit-rf and dependencies
- New package: python3-et-xmlfile-1.1
- New package: python3-openpyxl-3.0.9
- New package: python3-scikit-rf-0.21.0

<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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, (ARCH-LIBC)
- 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/36437.patch is attached

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

From 5b8420fc07f72f8d0e088c001cb012de424bf6a8 Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Thu, 31 Mar 2022 15:20:25 -0400
Subject: [PATCH 1/3] New package: python3-et-xmlfile-1.1

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

diff --git a/srcpkgs/python3-et-xmlfile/template b/srcpkgs/python3-et-xmlfile/template
new file mode 100644
index 000000000000..336ed520c9fa
--- /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-lxml"
+checkdepends="${depends} python3-pytest"
+short_desc="Implementation of lxml.xmlfile for the standard library"
+maintainer="classabbyamp <dev@kb6.ee>"
+license="MIT"
+homepage="https://foss.heptapod.net/openpyxl/et_xmlfile"
+distfiles="https://foss.heptapod.net/openpyxl/et_xmlfile/-/archive/${version}/et_xmlfile-${version}.tar.gz"
+checksum=8d6705c2f97b2d6195c95e5f3781a1ed44a59d43cf1263e04034767e5db65131
+
+post_install() {
+	vlicense LICENCE.rst
+}

From 842d95251d2ee5ac7125b8ee0f565cc0a05d4125 Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Thu, 31 Mar 2022 15:20:43 -0400
Subject: [PATCH 2/3] New package: python3-openpyxl-3.0.9

---
 srcpkgs/python3-openpyxl/template | 20 ++++++++++++++++++++
 1 file changed, 20 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..b56c2e6829bd
--- /dev/null
+++ b/srcpkgs/python3-openpyxl/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-openpyxl'
+pkgname=python3-openpyxl
+version=3.0.9
+revision=1
+wrksrc="openpyxl-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-et-xmlfile python3-Pillow"
+checkdepends="${depends} python3-pytest"
+short_desc="Python library to read/write Excel 2010 xlsx/xlsm files"
+maintainer="classabbyamp <dev@kb6.ee>"
+license="MIT"
+homepage="https://openpyxl.readthedocs.io/en/stable/"
+changelog="https://openpyxl.readthedocs.io/en/stable/_sources/changes.rst.txt"
+distfiles="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${version}/openpyxl-${version}.tar.gz"
+checksum=75f49654e568b677edde5ba54573ff518215ad02e8abd96785d3a7d3706133b9
+
+post_install() {
+	vlicense LICENCE.rst
+}

From e1728a403c19f7527eee6285d16c508e8ddfde07 Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Thu, 31 Mar 2022 15:20:53 -0400
Subject: [PATCH 3/3] New package: python3-scikit-rf-0.21.0

---
 srcpkgs/python3-scikit-rf/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-scikit-rf/template

diff --git a/srcpkgs/python3-scikit-rf/template b/srcpkgs/python3-scikit-rf/template
new file mode 100644
index 000000000000..a3f4f2b81f0d
--- /dev/null
+++ b/srcpkgs/python3-scikit-rf/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-scikit-rf'
+pkgname=python3-scikit-rf
+version=0.21.0
+revision=1
+wrksrc="scikit-rf-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-numpy python3-scipy python3-matplotlib python3-pandas python3-networkx python3-openpyxl"
+checkdepends="${depends} python3-pytest python3-pytest-cov python3-ipython"
+short_desc="RF and microwave engineering scikit"
+maintainer="classabbyamp <dev@kb6.ee>"
+license="BSD-3-Clause"
+homepage="http://scikit-rf.org"
+changelog="https://raw.githubusercontent.com/scikit-rf/scikit-rf/master/CHANGELOG.txt"
+distfiles="https://github.com/scikit-rf/scikit-rf/archive/refs/tags/v${version}.tar.gz"
+checksum=cd2384572bbbf668fb0c5f30e8d50d47bd66a8a820e50d304b55ba0a7f39845f
+
+post_install() {
+	vlicense LICENSE.txt
+}

  parent reply	other threads:[~2022-04-02 22:04 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-31 19:26 [PR PATCH] " classabbyamp
2022-04-02 21:40 ` [PR PATCH] [Updated] " classabbyamp
2022-04-02 22:04 ` classabbyamp [this message]
2022-04-02 22:10 ` classabbyamp
2022-04-02 22:13 ` classabbyamp
2022-04-02 22:34 ` classabbyamp
2022-04-02 22:36 ` classabbyamp
2022-04-06  7:27 ` classabbyamp
2022-04-06 15:44 ` classabbyamp
2022-04-19 15:29 ` classabbyamp
2022-05-08  0:40 ` classabbyamp
2022-05-08  1:16 ` classabbyamp
2022-05-17 17:07 ` classabbyamp
2022-05-17 17:23 ` classabbyamp
2022-05-28  6:56 ` classabbyamp
2022-06-11  7:07 ` [PR PATCH] [Closed]: " classabbyamp
2022-06-11  7:13 ` [PR PATCH] [Updated] " classabbyamp
2022-07-31  7:27 ` classabbyamp
2022-07-31  7:27 ` [PR PATCH] [Closed]: " classabbyamp

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=20220402220423.DbChYCWVCYmRjKWcM-DL-RE9PDBb3MBPNXxTRilEhgE@z \
    --to=classabbyamp@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).