Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python3-niapy 2.0.5
@ 2023-05-23 11:49 firefly-cpp
  2023-05-23 19:12 ` classabbyamp
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: firefly-cpp @ 2023-05-23 11:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/firefly-cpp/void-packages niapy-package
https://github.com/void-linux/void-packages/pull/44042

New package: python3-niapy 2.0.5
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

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




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

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

From 638da02ae195a3159c77697c6a1ed967202fd06b Mon Sep 17 00:00:00 2001
From: firefly-cpp <iztok@iztok-jr-fister.eu>
Date: Tue, 23 May 2023 15:00:44 +0200
Subject: [PATCH] New package: python3-niapy 2.0.5

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

diff --git a/srcpkgs/python3-niapy/template b/srcpkgs/python3-niapy/template
new file mode 100644
index 000000000000..c39fdcccc787
--- /dev/null
+++ b/srcpkgs/python3-niapy/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-niapy'
+pkgname=python3-niapy
+version=2.0.5
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-numpy python3-openpyxl python3-scipy"
+checkdepends="python3-pytest $depends"
+short_desc="Python microframework for building nature-inspired algorithms"
+maintainer="firefly-cpp <iztok@iztok-jr-fister.eu>"
+license="MIT"
+homepage="https://github.com/NiaOrg/NiaPy"
+distfiles="https://github.com/NiaOrg/NiaPy/archive/${version}.tar.gz"
+checksum=965b2ef884a24bbd17c3f1218a1ffc9b052c0201638dafb12a9e6452d99057c2
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: python3-niapy 2.0.5
  2023-05-23 11:49 [PR PATCH] New package: python3-niapy 2.0.5 firefly-cpp
@ 2023-05-23 19:12 ` classabbyamp
  2023-05-24  7:25 ` firefly-cpp
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: classabbyamp @ 2023-05-23 19:12 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/44042#issuecomment-1559994197

Comment:
is this library needed for some (to be) packaged application? if not, it would probably be better to just use it in a venv

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

* Re: New package: python3-niapy 2.0.5
  2023-05-23 11:49 [PR PATCH] New package: python3-niapy 2.0.5 firefly-cpp
  2023-05-23 19:12 ` classabbyamp
@ 2023-05-24  7:25 ` firefly-cpp
  2023-05-24  7:51 ` classabbyamp
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: firefly-cpp @ 2023-05-24  7:25 UTC (permalink / raw)
  To: ml

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

New comment by firefly-cpp on void-packages repository

https://github.com/void-linux/void-packages/pull/44042#issuecomment-1560588327

Comment:
@classabbyamp, I planned to package some other data science packages based on the niapy package. I am motivated to have this package in a repository since Void is one of the distros my students choose to work on practical assignments on my subjects related to data science (niapy is one of the packages). Installing packages directly from the distro is more convenient than conventional ways for installing/running (my personal opinion).

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

* Re: New package: python3-niapy 2.0.5
  2023-05-23 11:49 [PR PATCH] New package: python3-niapy 2.0.5 firefly-cpp
  2023-05-23 19:12 ` classabbyamp
  2023-05-24  7:25 ` firefly-cpp
@ 2023-05-24  7:51 ` classabbyamp
  2023-05-24  8:13 ` firefly-cpp
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: classabbyamp @ 2023-05-24  7:51 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/44042#issuecomment-1560621978

Comment:
ok, I would recommend including this package with a PR for things it depends on then

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

* Re: New package: python3-niapy 2.0.5
  2023-05-23 11:49 [PR PATCH] New package: python3-niapy 2.0.5 firefly-cpp
                   ` (2 preceding siblings ...)
  2023-05-24  7:51 ` classabbyamp
@ 2023-05-24  8:13 ` firefly-cpp
  2023-05-24  8:24 ` classabbyamp
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: firefly-cpp @ 2023-05-24  8:13 UTC (permalink / raw)
  To: ml

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

New comment by firefly-cpp on void-packages repository

https://github.com/void-linux/void-packages/pull/44042#issuecomment-1560653358

Comment:
Shall I close this PR, or can it stay open for now?

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

* Re: New package: python3-niapy 2.0.5
  2023-05-23 11:49 [PR PATCH] New package: python3-niapy 2.0.5 firefly-cpp
                   ` (3 preceding siblings ...)
  2023-05-24  8:13 ` firefly-cpp
@ 2023-05-24  8:24 ` classabbyamp
  2023-06-06 14:51 ` [PR PATCH] [Updated] " firefly-cpp
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: classabbyamp @ 2023-05-24  8:24 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/44042#issuecomment-1560670535

Comment:
up to you

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

* Re: [PR PATCH] [Updated] New package: python3-niapy 2.0.5
  2023-05-23 11:49 [PR PATCH] New package: python3-niapy 2.0.5 firefly-cpp
                   ` (4 preceding siblings ...)
  2023-05-24  8:24 ` classabbyamp
@ 2023-06-06 14:51 ` firefly-cpp
  2023-06-06 14:52 ` New package: python3-niapy 2.0.5 (openpyxl) firefly-cpp
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: firefly-cpp @ 2023-06-06 14:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/firefly-cpp/void-packages niapy-package
https://github.com/void-linux/void-packages/pull/44042

New package: python3-niapy 2.0.5
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

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




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

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

From 207fb7521cc40bce51923fddf1f17d34e6b629bd Mon Sep 17 00:00:00 2001
From: firefly-cpp <iztok@iztok-jr-fister.eu>
Date: Tue, 23 May 2023 15:00:44 +0200
Subject: [PATCH] New package: python3-niapy 2.0.5

---
 srcpkgs/python3-niapy/template    | 18 ++++++++++++++++++
 srcpkgs/python3-openpyxl/template |  4 ++--
 2 files changed, 20 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/python3-niapy/template

diff --git a/srcpkgs/python3-niapy/template b/srcpkgs/python3-niapy/template
new file mode 100644
index 000000000000..c39fdcccc787
--- /dev/null
+++ b/srcpkgs/python3-niapy/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-niapy'
+pkgname=python3-niapy
+version=2.0.5
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-numpy python3-openpyxl python3-scipy"
+checkdepends="python3-pytest $depends"
+short_desc="Python microframework for building nature-inspired algorithms"
+maintainer="firefly-cpp <iztok@iztok-jr-fister.eu>"
+license="MIT"
+homepage="https://github.com/NiaOrg/NiaPy"
+distfiles="https://github.com/NiaOrg/NiaPy/archive/${version}.tar.gz"
+checksum=965b2ef884a24bbd17c3f1218a1ffc9b052c0201638dafb12a9e6452d99057c2
+
+post_install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-openpyxl/template b/srcpkgs/python3-openpyxl/template
index af6944c3614c..a37d80f18407 100644
--- a/srcpkgs/python3-openpyxl/template
+++ b/srcpkgs/python3-openpyxl/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-openpyxl'
 pkgname=python3-openpyxl
-version=3.0.10
+version=3.1.2
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -11,7 +11,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
 license="MIT"
 homepage="https://openpyxl.readthedocs.io/"
 distfiles="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${version}/openpyxl-${version}.tar.bz2"
-checksum=265ae51674a0b30d5394a437a2c96c520c6cfcaf479a4d3e0f75d829d172664e
+checksum=421e13e7004f6fee7cf84c1b9fa738615bf409ff2b57e2227be75452f7608c12
 
 post_install() {
 	vlicense LICENCE.rst

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

* Re: New package: python3-niapy 2.0.5 (openpyxl)
  2023-05-23 11:49 [PR PATCH] New package: python3-niapy 2.0.5 firefly-cpp
                   ` (5 preceding siblings ...)
  2023-06-06 14:51 ` [PR PATCH] [Updated] " firefly-cpp
@ 2023-06-06 14:52 ` firefly-cpp
  2023-06-15 20:06 ` firefly-cpp
  2023-06-25 21:48 ` [PR PATCH] [Closed]: " Duncaen
  8 siblings, 0 replies; 10+ messages in thread
From: firefly-cpp @ 2023-06-06 14:52 UTC (permalink / raw)
  To: ml

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

New comment by firefly-cpp on void-packages repository

https://github.com/void-linux/void-packages/pull/44042#issuecomment-1578918520

Comment:
@classabbyamp, I added an update of the openpyxl package in this commit. Please review.

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

* Re: New package: python3-niapy 2.0.5 (openpyxl)
  2023-05-23 11:49 [PR PATCH] New package: python3-niapy 2.0.5 firefly-cpp
                   ` (6 preceding siblings ...)
  2023-06-06 14:52 ` New package: python3-niapy 2.0.5 (openpyxl) firefly-cpp
@ 2023-06-15 20:06 ` firefly-cpp
  2023-06-25 21:48 ` [PR PATCH] [Closed]: " Duncaen
  8 siblings, 0 replies; 10+ messages in thread
From: firefly-cpp @ 2023-06-15 20:06 UTC (permalink / raw)
  To: ml

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

New comment by firefly-cpp on void-packages repository

https://github.com/void-linux/void-packages/pull/44042#issuecomment-1593661466

Comment:
@classabbyamp, just a kind reminder. :)

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

* Re: [PR PATCH] [Closed]: New package: python3-niapy 2.0.5 (openpyxl)
  2023-05-23 11:49 [PR PATCH] New package: python3-niapy 2.0.5 firefly-cpp
                   ` (7 preceding siblings ...)
  2023-06-15 20:06 ` firefly-cpp
@ 2023-06-25 21:48 ` Duncaen
  8 siblings, 0 replies; 10+ messages in thread
From: Duncaen @ 2023-06-25 21:48 UTC (permalink / raw)
  To: ml

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

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

New package: python3-niapy 2.0.5 (openpyxl)
https://github.com/void-linux/void-packages/pull/44042

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

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




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

end of thread, other threads:[~2023-06-25 21:48 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-23 11:49 [PR PATCH] New package: python3-niapy 2.0.5 firefly-cpp
2023-05-23 19:12 ` classabbyamp
2023-05-24  7:25 ` firefly-cpp
2023-05-24  7:51 ` classabbyamp
2023-05-24  8:13 ` firefly-cpp
2023-05-24  8:24 ` classabbyamp
2023-06-06 14:51 ` [PR PATCH] [Updated] " firefly-cpp
2023-06-06 14:52 ` New package: python3-niapy 2.0.5 (openpyxl) firefly-cpp
2023-06-15 20:06 ` firefly-cpp
2023-06-25 21:48 ` [PR PATCH] [Closed]: " Duncaen

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