Github messages for voidlinux
 help / color / mirror / Atom feed
From: firefly-cpp <firefly-cpp@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: python3-niapy 2.0.5
Date: Tue, 06 Jun 2023 16:51:15 +0200	[thread overview]
Message-ID: <20230606145115.dU6fGNgn3RaTN1KYmNyMXGFxCHHxG8Ey0sbmQ4zeH3M@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-44042@inbox.vuxu.org>

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

  parent reply	other threads:[~2023-06-06 14:51 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-23 11:49 [PR PATCH] " 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 ` firefly-cpp [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230606145115.dU6fGNgn3RaTN1KYmNyMXGFxCHHxG8Ey0sbmQ4zeH3M@z \
    --to=firefly-cpp@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).