Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] peru: update to 1.3.1.
@ 2023-05-03  1:43 atweiden
  2023-05-03  2:08 ` [PR PATCH] [Updated] " atweiden
  2023-06-09  9:21 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: atweiden @ 2023-05-03  1:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atweiden/void-packages peru
https://github.com/void-linux/void-packages/pull/43724

peru: update to 1.3.1.
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

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

From 38f9c44903bda6ade3be80192131de5c1632f074 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Wed, 3 May 2023 01:41:58 +0000
Subject: [PATCH] peru: update to 1.3.1.

---
 srcpkgs/peru/template | 26 ++++++++++++++++++++------
 1 file changed, 20 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/peru/template b/srcpkgs/peru/template
index 164984d6f4fc..1f3e46814fef 100644
--- a/srcpkgs/peru/template
+++ b/srcpkgs/peru/template
@@ -1,17 +1,31 @@
 # Template file for 'peru'
 pkgname=peru
-version=1.2.0
-revision=5
-build_style=python3-module
-pycompile_module="peru"
-hostmakedepends="python3-setuptools"
+version=1.3.1
+revision=1
+build_style=python3-pep517
+hostmakedepends="hatchling python3-wheel"
 depends="curl git mercurial python3 python3-docopt python3-yaml"
+checkdepends="$depends python3-pytest rsync subversion"
 short_desc="Tool for fetching code"
 maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="MIT"
 homepage="https://github.com/buildinspace/peru"
 distfiles="https://github.com/buildinspace/peru/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=fb0fb02639e1c5403c9a6ddfd9719c5ea5ddf69fb440fbcfafe234470645e1dc
+checksum=6a21108f8b0417301d3cd76fa220906cea9d58f95208b70191282972f8bb8ff9
+
+do_check() {
+	local skiptests
+
+	skiptests+=" test_curl_plugin_fetch or"
+	skiptests+=" test_curl_plugin_fetch_archives or"
+	skiptests+=" test_curl_plugin_reup or"
+	skiptests+=" test_git_plugin_with_relative_submodule or"
+	skiptests+=" test_git_plugin_with_submodule or"
+	skiptests+=" test_plugin_fetch or"
+	skiptests+=" test_plugin_get_reup_fields"
+
+	PYTHONPATH="$(cd tests && pwd)" python3 -m pytest -k "not ($skiptests)"
+}
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] peru: update to 1.3.1.
  2023-05-03  1:43 [PR PATCH] peru: update to 1.3.1 atweiden
@ 2023-05-03  2:08 ` atweiden
  2023-06-09  9:21 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: atweiden @ 2023-05-03  2:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atweiden/void-packages peru
https://github.com/void-linux/void-packages/pull/43724

peru: update to 1.3.1.
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

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

From 6a4f189f9e06536370bf193acfb79733a85dc26b Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Wed, 3 May 2023 01:41:58 +0000
Subject: [PATCH] peru: update to 1.3.1.

---
 srcpkgs/peru/template | 26 ++++++++++++++++++++------
 1 file changed, 20 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/peru/template b/srcpkgs/peru/template
index 164984d6f4fc..6b37a010445c 100644
--- a/srcpkgs/peru/template
+++ b/srcpkgs/peru/template
@@ -1,17 +1,31 @@
 # Template file for 'peru'
 pkgname=peru
-version=1.2.0
-revision=5
-build_style=python3-module
-pycompile_module="peru"
-hostmakedepends="python3-setuptools"
+version=1.3.1
+revision=1
+build_style=python3-pep517
+hostmakedepends="hatchling python3-wheel"
 depends="curl git mercurial python3 python3-docopt python3-yaml"
+checkdepends="${depends} python3-pytest rsync subversion"
 short_desc="Tool for fetching code"
 maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="MIT"
 homepage="https://github.com/buildinspace/peru"
 distfiles="https://github.com/buildinspace/peru/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=fb0fb02639e1c5403c9a6ddfd9719c5ea5ddf69fb440fbcfafe234470645e1dc
+checksum=6a21108f8b0417301d3cd76fa220906cea9d58f95208b70191282972f8bb8ff9
+
+do_check() {
+	local skiptests
+
+	skiptests+=" test_curl_plugin_fetch or"
+	skiptests+=" test_curl_plugin_fetch_archives or"
+	skiptests+=" test_curl_plugin_reup or"
+	skiptests+=" test_git_plugin_with_relative_submodule or"
+	skiptests+=" test_git_plugin_with_submodule or"
+	skiptests+=" test_plugin_fetch or"
+	skiptests+=" test_plugin_get_reup_fields"
+
+	PYTHONPATH="$(cd tests && pwd)" python3 -m pytest -k "not (${skiptests})"
+}
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: peru: update to 1.3.1.
  2023-05-03  1:43 [PR PATCH] peru: update to 1.3.1 atweiden
  2023-05-03  2:08 ` [PR PATCH] [Updated] " atweiden
@ 2023-06-09  9:21 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-06-09  9:21 UTC (permalink / raw)
  To: ml

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

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

peru: update to 1.3.1.
https://github.com/void-linux/void-packages/pull/43724

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-03  1:43 [PR PATCH] peru: update to 1.3.1 atweiden
2023-05-03  2:08 ` [PR PATCH] [Updated] " atweiden
2023-06-09  9:21 ` [PR PATCH] [Merged]: " 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).