Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New packages: python3-scikit-rf and dependencies
@ 2022-03-31 19:26 classabbyamp
  2022-04-02 21:40 ` [PR PATCH] [Updated] " classabbyamp
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: classabbyamp @ 2022-03-31 19:26 UTC (permalink / raw)
  To: ml

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

There is a new 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 ba30f4bbdf12d8a4cf19af5476034c9ad940222b 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 8fd4934c3ba1f034a7ec89ce76870bac04c09d12 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 5d44eff8fd1dc5801ef404c53e7cc29147f3673d 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
+}

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

* Re: [PR PATCH] [Updated] New packages: python3-scikit-rf and dependencies
  2022-03-31 19:26 [PR PATCH] New packages: python3-scikit-rf and dependencies classabbyamp
@ 2022-04-02 21:40 ` classabbyamp
  2022-04-02 22:04 ` classabbyamp
                   ` (16 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: classabbyamp @ 2022-04-02 21:40 UTC (permalink / raw)
  To: ml

[-- 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 c63bd09ca162b0e30412da92d7292022a4521676 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
+}

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

* Re: [PR PATCH] [Updated] New packages: python3-scikit-rf and dependencies
  2022-03-31 19:26 [PR PATCH] New packages: python3-scikit-rf and dependencies classabbyamp
  2022-04-02 21:40 ` [PR PATCH] [Updated] " classabbyamp
@ 2022-04-02 22:04 ` classabbyamp
  2022-04-02 22:10 ` classabbyamp
                   ` (15 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: classabbyamp @ 2022-04-02 22:04 UTC (permalink / raw)
  To: ml

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

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

* Re: [PR PATCH] [Updated] New packages: python3-scikit-rf and dependencies
  2022-03-31 19:26 [PR PATCH] New packages: python3-scikit-rf and dependencies classabbyamp
  2022-04-02 21:40 ` [PR PATCH] [Updated] " classabbyamp
  2022-04-02 22:04 ` classabbyamp
@ 2022-04-02 22:10 ` classabbyamp
  2022-04-02 22:13 ` classabbyamp
                   ` (14 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: classabbyamp @ 2022-04-02 22:10 UTC (permalink / raw)
  To: ml

[-- 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: 3958 bytes --]

From 7d310b4323b4cc3c9a60f18afc2ac9cf4a30d43d 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..a9dc13cb27ba
--- /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=@b960fdbf6f53f4700afc1dc739c293a7bf2f7d879735dce9f59e529806d56ee0
+
+post_install() {
+	vlicense LICENCE.rst
+}

From 7199e7e940c08fa9c1aed7a74fa1318771638f19 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 327af9a5c049835b544c5489d4b31bb0284c4fb4 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
+}

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

* Re: [PR PATCH] [Updated] New packages: python3-scikit-rf and dependencies
  2022-03-31 19:26 [PR PATCH] New packages: python3-scikit-rf and dependencies classabbyamp
                   ` (2 preceding siblings ...)
  2022-04-02 22:10 ` classabbyamp
@ 2022-04-02 22:13 ` classabbyamp
  2022-04-02 22:34 ` classabbyamp
                   ` (13 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: classabbyamp @ 2022-04-02 22:13 UTC (permalink / raw)
  To: ml

[-- 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: 3959 bytes --]

From 7d310b4323b4cc3c9a60f18afc2ac9cf4a30d43d 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..a9dc13cb27ba
--- /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=@b960fdbf6f53f4700afc1dc739c293a7bf2f7d879735dce9f59e529806d56ee0
+
+post_install() {
+	vlicense LICENCE.rst
+}

From 9ccb3ec513e3f19c88c0c2ab8c0554a4bbe0aa75 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..0e4b258f5928
--- /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=@5993e01f698ca6d5e438f56f9a07b8d70d945e6ac5c5e746dcebf36be528bb47
+
+post_install() {
+	vlicense LICENCE.rst
+}

From c61815305d11947c442a2ddb3159c05b165149cd 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
+}

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

* Re: [PR PATCH] [Updated] New packages: python3-scikit-rf and dependencies
  2022-03-31 19:26 [PR PATCH] New packages: python3-scikit-rf and dependencies classabbyamp
                   ` (3 preceding siblings ...)
  2022-04-02 22:13 ` classabbyamp
@ 2022-04-02 22:34 ` classabbyamp
  2022-04-02 22:36 ` classabbyamp
                   ` (12 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: classabbyamp @ 2022-04-02 22:34 UTC (permalink / raw)
  To: ml

[-- 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: 4159 bytes --]

From 7d310b4323b4cc3c9a60f18afc2ac9cf4a30d43d 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..a9dc13cb27ba
--- /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=@b960fdbf6f53f4700afc1dc739c293a7bf2f7d879735dce9f59e529806d56ee0
+
+post_install() {
+	vlicense LICENCE.rst
+}

From 9ccb3ec513e3f19c88c0c2ab8c0554a4bbe0aa75 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..0e4b258f5928
--- /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=@5993e01f698ca6d5e438f56f9a07b8d70d945e6ac5c5e746dcebf36be528bb47
+
+post_install() {
+	vlicense LICENCE.rst
+}

From 8a0e743f68cc1c057ba2bdd0048fb0cf51a0a830 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 | 26 ++++++++++++++++++++++++++
 1 file changed, 26 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..480070c0c24f
--- /dev/null
+++ b/srcpkgs/python3-scikit-rf/template
@@ -0,0 +1,26 @@
+# 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
+
+if [ "$XBPS_MACHINE" = "i686" ];
+	# skrf/calibration/tests/test_calibration.py::NISTMultilineTRLTest::test_coefs_12term fails,
+	# all others pass. All pass locally
+	make_check=ci-skip
+fi
+
+post_install() {
+	vlicense LICENSE.txt
+}

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

* Re: [PR PATCH] [Updated] New packages: python3-scikit-rf and dependencies
  2022-03-31 19:26 [PR PATCH] New packages: python3-scikit-rf and dependencies classabbyamp
                   ` (4 preceding siblings ...)
  2022-04-02 22:34 ` classabbyamp
@ 2022-04-02 22:36 ` classabbyamp
  2022-04-06  7:27 ` classabbyamp
                   ` (11 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: classabbyamp @ 2022-04-02 22:36 UTC (permalink / raw)
  To: ml

[-- 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: 4164 bytes --]

From 7d310b4323b4cc3c9a60f18afc2ac9cf4a30d43d 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..a9dc13cb27ba
--- /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=@b960fdbf6f53f4700afc1dc739c293a7bf2f7d879735dce9f59e529806d56ee0
+
+post_install() {
+	vlicense LICENCE.rst
+}

From 9ccb3ec513e3f19c88c0c2ab8c0554a4bbe0aa75 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..0e4b258f5928
--- /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=@5993e01f698ca6d5e438f56f9a07b8d70d945e6ac5c5e746dcebf36be528bb47
+
+post_install() {
+	vlicense LICENCE.rst
+}

From 2ee60eed00e381dfc1d8ec4c9364a7da22412ebe 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 | 26 ++++++++++++++++++++++++++
 1 file changed, 26 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..84c9031cf7f8
--- /dev/null
+++ b/srcpkgs/python3-scikit-rf/template
@@ -0,0 +1,26 @@
+# 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
+
+if [ "$XBPS_MACHINE" = "i686" ]; then
+	# skrf/calibration/tests/test_calibration.py::NISTMultilineTRLTest::test_coefs_12term fails,
+	# all others pass. All pass locally
+	make_check=ci-skip
+fi
+
+post_install() {
+	vlicense LICENSE.txt
+}

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

* Re: [PR PATCH] [Updated] New packages: python3-scikit-rf and dependencies
  2022-03-31 19:26 [PR PATCH] New packages: python3-scikit-rf and dependencies classabbyamp
                   ` (5 preceding siblings ...)
  2022-04-02 22:36 ` classabbyamp
@ 2022-04-06  7:27 ` classabbyamp
  2022-04-06 15:44 ` classabbyamp
                   ` (10 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: classabbyamp @ 2022-04-06  7:27 UTC (permalink / raw)
  To: ml

[-- 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: 4197 bytes --]

From ac29a55e853bc99dcc53bdce8d35b6b27a39f69d 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..db35d963d4df
--- /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@placeviolette.net>"
+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=@b960fdbf6f53f4700afc1dc739c293a7bf2f7d879735dce9f59e529806d56ee0
+
+post_install() {
+	vlicense LICENCE.rst
+}

From 379e345e276620d8209dd78f721f86e2a3c2d6e5 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..c8ae8c650203
--- /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@placeviolette.net>"
+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=@5993e01f698ca6d5e438f56f9a07b8d70d945e6ac5c5e746dcebf36be528bb47
+
+post_install() {
+	vlicense LICENCE.rst
+}

From 563e96e7da14c45ee66a56aa6bae691105a10cd7 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 | 26 ++++++++++++++++++++++++++
 1 file changed, 26 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..7f59640d9f56
--- /dev/null
+++ b/srcpkgs/python3-scikit-rf/template
@@ -0,0 +1,26 @@
+# 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@placeviolette.net>"
+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
+
+if [ "$XBPS_MACHINE" = "i686" ]; then
+	# skrf/calibration/tests/test_calibration.py::NISTMultilineTRLTest::test_coefs_12term fails,
+	# all others pass. All pass locally
+	make_check=ci-skip
+fi
+
+post_install() {
+	vlicense LICENSE.txt
+}

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

* Re: [PR PATCH] [Updated] New packages: python3-scikit-rf and dependencies
  2022-03-31 19:26 [PR PATCH] New packages: python3-scikit-rf and dependencies classabbyamp
                   ` (6 preceding siblings ...)
  2022-04-06  7:27 ` classabbyamp
@ 2022-04-06 15:44 ` classabbyamp
  2022-04-19 15:29 ` classabbyamp
                   ` (9 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: classabbyamp @ 2022-04-06 15:44 UTC (permalink / raw)
  To: ml

[-- 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: 4200 bytes --]

From 55e9b3680b6e11a9f715bdffa08f474f490070fe 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..2e8ee5a6b337
--- /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 <void@placeviolette.net>"
+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=@b960fdbf6f53f4700afc1dc739c293a7bf2f7d879735dce9f59e529806d56ee0
+
+post_install() {
+	vlicense LICENCE.rst
+}

From 70ac2881c0aa46a3935e614d09023a69cb035daf 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..668de7cfd846
--- /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 <void@placeviolette.net>"
+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=@5993e01f698ca6d5e438f56f9a07b8d70d945e6ac5c5e746dcebf36be528bb47
+
+post_install() {
+	vlicense LICENCE.rst
+}

From 5374a3274f9a52f08d6a302405cc544699c21f64 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 | 26 ++++++++++++++++++++++++++
 1 file changed, 26 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..314e915e9a55
--- /dev/null
+++ b/srcpkgs/python3-scikit-rf/template
@@ -0,0 +1,26 @@
+# 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 <void@placeviolette.net>"
+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
+
+if [ "$XBPS_MACHINE" = "i686" ]; then
+	# skrf/calibration/tests/test_calibration.py::NISTMultilineTRLTest::test_coefs_12term fails,
+	# all others pass. All pass locally
+	make_check=ci-skip
+fi
+
+post_install() {
+	vlicense LICENSE.txt
+}

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

* Re: [PR PATCH] [Updated] New packages: python3-scikit-rf and dependencies
  2022-03-31 19:26 [PR PATCH] New packages: python3-scikit-rf and dependencies classabbyamp
                   ` (7 preceding siblings ...)
  2022-04-06 15:44 ` classabbyamp
@ 2022-04-19 15:29 ` classabbyamp
  2022-05-08  0:40 ` classabbyamp
                   ` (8 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: classabbyamp @ 2022-04-19 15:29 UTC (permalink / raw)
  To: ml

[-- 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: 4200 bytes --]

From ca06a824570350d6986983e04fb3f5f918c89e53 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..2e8ee5a6b337
--- /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 <void@placeviolette.net>"
+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=@b960fdbf6f53f4700afc1dc739c293a7bf2f7d879735dce9f59e529806d56ee0
+
+post_install() {
+	vlicense LICENCE.rst
+}

From 7ea6ae43ccd7638abe7a8471a966bce75c2f4f68 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..668de7cfd846
--- /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 <void@placeviolette.net>"
+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=@5993e01f698ca6d5e438f56f9a07b8d70d945e6ac5c5e746dcebf36be528bb47
+
+post_install() {
+	vlicense LICENCE.rst
+}

From b477d6bfff7355fdf68b9a1b91aceed63022a00b 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 | 26 ++++++++++++++++++++++++++
 1 file changed, 26 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..314e915e9a55
--- /dev/null
+++ b/srcpkgs/python3-scikit-rf/template
@@ -0,0 +1,26 @@
+# 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 <void@placeviolette.net>"
+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
+
+if [ "$XBPS_MACHINE" = "i686" ]; then
+	# skrf/calibration/tests/test_calibration.py::NISTMultilineTRLTest::test_coefs_12term fails,
+	# all others pass. All pass locally
+	make_check=ci-skip
+fi
+
+post_install() {
+	vlicense LICENSE.txt
+}

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

* Re: [PR PATCH] [Updated] New packages: python3-scikit-rf and dependencies
  2022-03-31 19:26 [PR PATCH] New packages: python3-scikit-rf and dependencies classabbyamp
                   ` (8 preceding siblings ...)
  2022-04-19 15:29 ` classabbyamp
@ 2022-05-08  0:40 ` classabbyamp
  2022-05-08  1:16 ` classabbyamp
                   ` (7 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: classabbyamp @ 2022-05-08  0:40 UTC (permalink / raw)
  To: ml

[-- 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: 4200 bytes --]

From b60486153f289a220a4bd4ca3411e8ee2fbc79a7 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..2e8ee5a6b337
--- /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 <void@placeviolette.net>"
+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=@b960fdbf6f53f4700afc1dc739c293a7bf2f7d879735dce9f59e529806d56ee0
+
+post_install() {
+	vlicense LICENCE.rst
+}

From 7e029f279c2ec2b4064072853ce11eafb4f85a5a 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..668de7cfd846
--- /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 <void@placeviolette.net>"
+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=@5993e01f698ca6d5e438f56f9a07b8d70d945e6ac5c5e746dcebf36be528bb47
+
+post_install() {
+	vlicense LICENCE.rst
+}

From 317c7df87a76d0a329a720ce244be8ac147acd68 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 | 26 ++++++++++++++++++++++++++
 1 file changed, 26 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..314e915e9a55
--- /dev/null
+++ b/srcpkgs/python3-scikit-rf/template
@@ -0,0 +1,26 @@
+# 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 <void@placeviolette.net>"
+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
+
+if [ "$XBPS_MACHINE" = "i686" ]; then
+	# skrf/calibration/tests/test_calibration.py::NISTMultilineTRLTest::test_coefs_12term fails,
+	# all others pass. All pass locally
+	make_check=ci-skip
+fi
+
+post_install() {
+	vlicense LICENSE.txt
+}

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

* Re: [PR PATCH] [Updated] New packages: python3-scikit-rf and dependencies
  2022-03-31 19:26 [PR PATCH] New packages: python3-scikit-rf and dependencies classabbyamp
                   ` (9 preceding siblings ...)
  2022-05-08  0:40 ` classabbyamp
@ 2022-05-08  1:16 ` classabbyamp
  2022-05-17 17:07 ` classabbyamp
                   ` (6 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: classabbyamp @ 2022-05-08  1:16 UTC (permalink / raw)
  To: ml

[-- 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: 4200 bytes --]

From ef56d836013cb813c28afaa5301929a364550b2d 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..2e8ee5a6b337
--- /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 <void@placeviolette.net>"
+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=@b960fdbf6f53f4700afc1dc739c293a7bf2f7d879735dce9f59e529806d56ee0
+
+post_install() {
+	vlicense LICENCE.rst
+}

From 7943a4f390a752372d5a5865f874ed61003662e4 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..668de7cfd846
--- /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 <void@placeviolette.net>"
+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=@5993e01f698ca6d5e438f56f9a07b8d70d945e6ac5c5e746dcebf36be528bb47
+
+post_install() {
+	vlicense LICENCE.rst
+}

From 9db4fe0b260ced9f8bc98351485b42ba2eac060e 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 | 26 ++++++++++++++++++++++++++
 1 file changed, 26 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..314e915e9a55
--- /dev/null
+++ b/srcpkgs/python3-scikit-rf/template
@@ -0,0 +1,26 @@
+# 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 <void@placeviolette.net>"
+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
+
+if [ "$XBPS_MACHINE" = "i686" ]; then
+	# skrf/calibration/tests/test_calibration.py::NISTMultilineTRLTest::test_coefs_12term fails,
+	# all others pass. All pass locally
+	make_check=ci-skip
+fi
+
+post_install() {
+	vlicense LICENSE.txt
+}

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

* Re: [PR PATCH] [Updated] New packages: python3-scikit-rf and dependencies
  2022-03-31 19:26 [PR PATCH] New packages: python3-scikit-rf and dependencies classabbyamp
                   ` (10 preceding siblings ...)
  2022-05-08  1:16 ` classabbyamp
@ 2022-05-17 17:07 ` classabbyamp
  2022-05-17 17:23 ` classabbyamp
                   ` (5 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: classabbyamp @ 2022-05-17 17:07 UTC (permalink / raw)
  To: ml

[-- 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: 4200 bytes --]

From e2d9bfd96d0bbe336c678b1356202a69a8816149 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..2e8ee5a6b337
--- /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 <void@placeviolette.net>"
+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=@b960fdbf6f53f4700afc1dc739c293a7bf2f7d879735dce9f59e529806d56ee0
+
+post_install() {
+	vlicense LICENCE.rst
+}

From f5e749103ac2739e1d117b46e2061a173defca49 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..668de7cfd846
--- /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 <void@placeviolette.net>"
+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=@5993e01f698ca6d5e438f56f9a07b8d70d945e6ac5c5e746dcebf36be528bb47
+
+post_install() {
+	vlicense LICENCE.rst
+}

From 39040286d29da1b3412d1dd38ddb78cc449f9e24 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 | 26 ++++++++++++++++++++++++++
 1 file changed, 26 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..314e915e9a55
--- /dev/null
+++ b/srcpkgs/python3-scikit-rf/template
@@ -0,0 +1,26 @@
+# 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 <void@placeviolette.net>"
+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
+
+if [ "$XBPS_MACHINE" = "i686" ]; then
+	# skrf/calibration/tests/test_calibration.py::NISTMultilineTRLTest::test_coefs_12term fails,
+	# all others pass. All pass locally
+	make_check=ci-skip
+fi
+
+post_install() {
+	vlicense LICENSE.txt
+}

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

* Re: [PR PATCH] [Updated] New packages: python3-scikit-rf and dependencies
  2022-03-31 19:26 [PR PATCH] New packages: python3-scikit-rf and dependencies classabbyamp
                   ` (11 preceding siblings ...)
  2022-05-17 17:07 ` classabbyamp
@ 2022-05-17 17:23 ` classabbyamp
  2022-05-28  6:56 ` classabbyamp
                   ` (4 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: classabbyamp @ 2022-05-17 17:23 UTC (permalink / raw)
  To: ml

[-- 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: 4200 bytes --]

From e2d9bfd96d0bbe336c678b1356202a69a8816149 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..2e8ee5a6b337
--- /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 <void@placeviolette.net>"
+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=@b960fdbf6f53f4700afc1dc739c293a7bf2f7d879735dce9f59e529806d56ee0
+
+post_install() {
+	vlicense LICENCE.rst
+}

From f5e749103ac2739e1d117b46e2061a173defca49 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..668de7cfd846
--- /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 <void@placeviolette.net>"
+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=@5993e01f698ca6d5e438f56f9a07b8d70d945e6ac5c5e746dcebf36be528bb47
+
+post_install() {
+	vlicense LICENCE.rst
+}

From 07f0912b00917bada34da9891025109c33fc634a 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 | 26 ++++++++++++++++++++++++++
 1 file changed, 26 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..314e915e9a55
--- /dev/null
+++ b/srcpkgs/python3-scikit-rf/template
@@ -0,0 +1,26 @@
+# 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 <void@placeviolette.net>"
+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
+
+if [ "$XBPS_MACHINE" = "i686" ]; then
+	# skrf/calibration/tests/test_calibration.py::NISTMultilineTRLTest::test_coefs_12term fails,
+	# all others pass. All pass locally
+	make_check=ci-skip
+fi
+
+post_install() {
+	vlicense LICENSE.txt
+}

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

* Re: [PR PATCH] [Updated] New packages: python3-scikit-rf and dependencies
  2022-03-31 19:26 [PR PATCH] New packages: python3-scikit-rf and dependencies classabbyamp
                   ` (12 preceding siblings ...)
  2022-05-17 17:23 ` classabbyamp
@ 2022-05-28  6:56 ` classabbyamp
  2022-06-11  7:07 ` [PR PATCH] [Closed]: " classabbyamp
                   ` (3 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: classabbyamp @ 2022-05-28  6:56 UTC (permalink / raw)
  To: ml

[-- 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: 4200 bytes --]

From a8ba246a1da2602bdfde56e5494f77025b122bed 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..2e8ee5a6b337
--- /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 <void@placeviolette.net>"
+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=@b960fdbf6f53f4700afc1dc739c293a7bf2f7d879735dce9f59e529806d56ee0
+
+post_install() {
+	vlicense LICENCE.rst
+}

From 9bda0f77ade70e1e43f35c0e5de6a86e7ef8d499 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..668de7cfd846
--- /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 <void@placeviolette.net>"
+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=@5993e01f698ca6d5e438f56f9a07b8d70d945e6ac5c5e746dcebf36be528bb47
+
+post_install() {
+	vlicense LICENCE.rst
+}

From ef1b6e74425b3df6ed5fe3e29b02873f0b3f9922 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 | 26 ++++++++++++++++++++++++++
 1 file changed, 26 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..314e915e9a55
--- /dev/null
+++ b/srcpkgs/python3-scikit-rf/template
@@ -0,0 +1,26 @@
+# 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 <void@placeviolette.net>"
+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
+
+if [ "$XBPS_MACHINE" = "i686" ]; then
+	# skrf/calibration/tests/test_calibration.py::NISTMultilineTRLTest::test_coefs_12term fails,
+	# all others pass. All pass locally
+	make_check=ci-skip
+fi
+
+post_install() {
+	vlicense LICENSE.txt
+}

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

* Re: [PR PATCH] [Closed]: New packages: python3-scikit-rf and dependencies
  2022-03-31 19:26 [PR PATCH] New packages: python3-scikit-rf and dependencies classabbyamp
                   ` (13 preceding siblings ...)
  2022-05-28  6:56 ` classabbyamp
@ 2022-06-11  7:07 ` classabbyamp
  2022-06-11  7:13 ` [PR PATCH] [Updated] " classabbyamp
                   ` (2 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: classabbyamp @ 2022-06-11  7:07 UTC (permalink / raw)
  To: ml

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

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

New packages: python3-scikit-rf and dependencies
https://github.com/void-linux/void-packages/pull/36437

Description:
- 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
-->


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

* Re: [PR PATCH] [Updated] New packages: python3-scikit-rf and dependencies
  2022-03-31 19:26 [PR PATCH] New packages: python3-scikit-rf and dependencies classabbyamp
                   ` (14 preceding siblings ...)
  2022-06-11  7:07 ` [PR PATCH] [Closed]: " classabbyamp
@ 2022-06-11  7:13 ` classabbyamp
  2022-07-31  7:27 ` classabbyamp
  2022-07-31  7:27 ` [PR PATCH] [Closed]: " classabbyamp
  17 siblings, 0 replies; 19+ messages in thread
From: classabbyamp @ 2022-06-11  7:13 UTC (permalink / raw)
  To: ml

[-- 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: 4200 bytes --]

From e03c3d5bdc85f31814fc775652f1dac09668d10c 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..2e8ee5a6b337
--- /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 <void@placeviolette.net>"
+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=@b960fdbf6f53f4700afc1dc739c293a7bf2f7d879735dce9f59e529806d56ee0
+
+post_install() {
+	vlicense LICENCE.rst
+}

From b5e474c25e836a41958c0415e31828e2fd96fa75 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..668de7cfd846
--- /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 <void@placeviolette.net>"
+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=@5993e01f698ca6d5e438f56f9a07b8d70d945e6ac5c5e746dcebf36be528bb47
+
+post_install() {
+	vlicense LICENCE.rst
+}

From 38b38255fbca839930247c1a91bc8ea14353b602 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 | 26 ++++++++++++++++++++++++++
 1 file changed, 26 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..314e915e9a55
--- /dev/null
+++ b/srcpkgs/python3-scikit-rf/template
@@ -0,0 +1,26 @@
+# 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 <void@placeviolette.net>"
+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
+
+if [ "$XBPS_MACHINE" = "i686" ]; then
+	# skrf/calibration/tests/test_calibration.py::NISTMultilineTRLTest::test_coefs_12term fails,
+	# all others pass. All pass locally
+	make_check=ci-skip
+fi
+
+post_install() {
+	vlicense LICENSE.txt
+}

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

* Re: New packages: python3-scikit-rf and dependencies
  2022-03-31 19:26 [PR PATCH] New packages: python3-scikit-rf and dependencies classabbyamp
                   ` (15 preceding siblings ...)
  2022-06-11  7:13 ` [PR PATCH] [Updated] " classabbyamp
@ 2022-07-31  7:27 ` classabbyamp
  2022-07-31  7:27 ` [PR PATCH] [Closed]: " classabbyamp
  17 siblings, 0 replies; 19+ messages in thread
From: classabbyamp @ 2022-07-31  7:27 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/36437#issuecomment-1200366935

Comment:
kinda lost interest in getting this merged, and it has weird kinda-abandoned deps, closing

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

* Re: [PR PATCH] [Closed]: New packages: python3-scikit-rf and dependencies
  2022-03-31 19:26 [PR PATCH] New packages: python3-scikit-rf and dependencies classabbyamp
                   ` (16 preceding siblings ...)
  2022-07-31  7:27 ` classabbyamp
@ 2022-07-31  7:27 ` classabbyamp
  17 siblings, 0 replies; 19+ messages in thread
From: classabbyamp @ 2022-07-31  7:27 UTC (permalink / raw)
  To: ml

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

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

New packages: python3-scikit-rf and dependencies
https://github.com/void-linux/void-packages/pull/36437

Description:
- 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
-->


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

end of thread, other threads:[~2022-07-31  7:27 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-31 19:26 [PR PATCH] New packages: python3-scikit-rf and dependencies classabbyamp
2022-04-02 21:40 ` [PR PATCH] [Updated] " classabbyamp
2022-04-02 22:04 ` classabbyamp
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

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