Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-numpy-stl: update to 2.13.0.
@ 2020-12-02 17:28 karl-nilsson
  2020-12-02 17:35 ` [PR REVIEW] " ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: karl-nilsson @ 2020-12-02 17:28 UTC (permalink / raw)
  To: ml

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

There is a new pull request by karl-nilsson against master on the void-packages repository

https://github.com/karl-nilsson/void-packages py-numpy-stl
https://github.com/void-linux/void-packages/pull/26885

python3-numpy-stl: update to 2.13.0.
minor update, fixed tests

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-py-numpy-stl-26885.patch --]
[-- Type: text/x-diff, Size: 1560 bytes --]

From 31007848565267b24fae8a5e7871b644b21fc2c7 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Tue, 1 Dec 2020 17:09:22 -0500
Subject: [PATCH] python3-numpy-stl: update to 2.13.0.

---
 srcpkgs/python3-numpy-stl/template | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-numpy-stl/template b/srcpkgs/python3-numpy-stl/template
index 2aedc43c0eb..9d67ddbda21 100644
--- a/srcpkgs/python3-numpy-stl/template
+++ b/srcpkgs/python3-numpy-stl/template
@@ -1,25 +1,31 @@
 # Template file for 'python3-numpy-stl'
 pkgname=python3-numpy-stl
-version=2.12.0
+version=2.13.0
 revision=1
 wrksrc="numpy-stl-${version}"
 build_style=python3-module
 build_helper="numpy"
 hostmakedepends="python3-setuptools python3-Cython"
 makedepends="python3-devel"
+checkdepends="$depends python3-pytest-cov python3-docutils"
 depends="python3-setuptools python3-numpy python3-utils"
 short_desc="Python3 library to make working with STL files fast and easy"
 maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://github.com/WoLpH/numpy-stl/"
 distfiles="https://github.com/WoLpH/numpy-stl/archive/v${version}.tar.gz"
-checksum=298ca92291a11eb26ea4b376c2bc47ea72542294299973c7600398bc0b41955f
+checksum=15a4bc07e7c707a62ebadc477de57511cfeb5bc51556f75d5b4fd91a687e514e
 
 conflicts="python-numpy-stl>=0"
 
 pre_build() {
 	sed -i '/setup_requires=/d' setup.py
 }
+
+pre_check() {
+	vsed -i pytest.ini -e s/--flake8//
+}
+
 pkg_install() {
 	vlicense LICENSE
 }

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

* Re: [PR REVIEW] python3-numpy-stl: update to 2.13.0.
  2020-12-02 17:28 [PR PATCH] python3-numpy-stl: update to 2.13.0 karl-nilsson
@ 2020-12-02 17:35 ` ericonr
  2020-12-02 18:08 ` [PR PATCH] [Updated] " karl-nilsson
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2020-12-02 17:35 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26885#discussion_r534354364

Comment:
This probably works only because templates are sourced multiple times. `checkdepends` should go after `depends` (both because of the logic and because of xlint).

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

* Re: [PR PATCH] [Updated] python3-numpy-stl: update to 2.13.0.
  2020-12-02 17:28 [PR PATCH] python3-numpy-stl: update to 2.13.0 karl-nilsson
  2020-12-02 17:35 ` [PR REVIEW] " ericonr
@ 2020-12-02 18:08 ` karl-nilsson
  2020-12-02 18:08 ` karl-nilsson
  2020-12-02 18:11 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: karl-nilsson @ 2020-12-02 18:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/karl-nilsson/void-packages py-numpy-stl
https://github.com/void-linux/void-packages/pull/26885

python3-numpy-stl: update to 2.13.0.
minor update, fixed tests

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-py-numpy-stl-26885.patch --]
[-- Type: text/x-diff, Size: 1575 bytes --]

From 26431c6e350d04433cdbf144e951b1d1ae5e04c2 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Tue, 1 Dec 2020 17:09:22 -0500
Subject: [PATCH] python3-numpy-stl: update to 2.13.0.

---
 srcpkgs/python3-numpy-stl/template | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-numpy-stl/template b/srcpkgs/python3-numpy-stl/template
index 2aedc43c0eb..32a16c54fa0 100644
--- a/srcpkgs/python3-numpy-stl/template
+++ b/srcpkgs/python3-numpy-stl/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-numpy-stl'
 pkgname=python3-numpy-stl
-version=2.12.0
+version=2.13.0
 revision=1
 wrksrc="numpy-stl-${version}"
 build_style=python3-module
@@ -8,18 +8,24 @@ build_helper="numpy"
 hostmakedepends="python3-setuptools python3-Cython"
 makedepends="python3-devel"
 depends="python3-setuptools python3-numpy python3-utils"
+checkdepends="$depends python3-pytest-cov python3-docutils"
 short_desc="Python3 library to make working with STL files fast and easy"
 maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://github.com/WoLpH/numpy-stl/"
 distfiles="https://github.com/WoLpH/numpy-stl/archive/v${version}.tar.gz"
-checksum=298ca92291a11eb26ea4b376c2bc47ea72542294299973c7600398bc0b41955f
+checksum=15a4bc07e7c707a62ebadc477de57511cfeb5bc51556f75d5b4fd91a687e514e
 
 conflicts="python-numpy-stl>=0"
 
 pre_build() {
 	sed -i '/setup_requires=/d' setup.py
 }
+
+pre_check() {
+	vsed -i pytest.ini -e s/--flake8//
+}
+
 pkg_install() {
 	vlicense LICENSE
 }

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

* Re: python3-numpy-stl: update to 2.13.0.
  2020-12-02 17:28 [PR PATCH] python3-numpy-stl: update to 2.13.0 karl-nilsson
  2020-12-02 17:35 ` [PR REVIEW] " ericonr
  2020-12-02 18:08 ` [PR PATCH] [Updated] " karl-nilsson
@ 2020-12-02 18:08 ` karl-nilsson
  2020-12-02 18:11 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: karl-nilsson @ 2020-12-02 18:08 UTC (permalink / raw)
  To: ml

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

New comment by karl-nilsson on void-packages repository

https://github.com/void-linux/void-packages/pull/26885#issuecomment-737402117

Comment:
@ericonr fixed, thanks

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

* Re: [PR PATCH] [Merged]: python3-numpy-stl: update to 2.13.0.
  2020-12-02 17:28 [PR PATCH] python3-numpy-stl: update to 2.13.0 karl-nilsson
                   ` (2 preceding siblings ...)
  2020-12-02 18:08 ` karl-nilsson
@ 2020-12-02 18:11 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2020-12-02 18:11 UTC (permalink / raw)
  To: ml

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

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

python3-numpy-stl: update to 2.13.0.
https://github.com/void-linux/void-packages/pull/26885

Description:
minor update, fixed tests

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

end of thread, other threads:[~2020-12-02 18:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-02 17:28 [PR PATCH] python3-numpy-stl: update to 2.13.0 karl-nilsson
2020-12-02 17:35 ` [PR REVIEW] " ericonr
2020-12-02 18:08 ` [PR PATCH] [Updated] " karl-nilsson
2020-12-02 18:08 ` karl-nilsson
2020-12-02 18:11 ` [PR PATCH] [Merged]: " ericonr

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