Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] peru: update to 1.3.0.
@ 2022-02-27  7:13 atweiden
  2022-02-27  7:19 ` [PR PATCH] [Updated] " atweiden
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: atweiden @ 2022-02-27  7:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 467 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/35871

peru: update to 1.3.0.
Mercurial is an optional dependency (see: https://github.com/buildinspace/peru/pull/224).

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

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

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

From 5a4a2408f5c425cc52775ca9a1678ef44e3a46c6 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Sun, 27 Feb 2022 18:04:55 +1100
Subject: [PATCH] peru: update to 1.3.0.

---
 srcpkgs/peru/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/peru/template b/srcpkgs/peru/template
index 7f77496c6fa4..8bef64cdef2a 100644
--- a/srcpkgs/peru/template
+++ b/srcpkgs/peru/template
@@ -1,17 +1,16 @@
 # Template file for 'peru'
 pkgname=peru
-version=1.2.0
-revision=4
+version=1.3.0
+revision=1
 build_style=python3-module
-pycompile_module="peru"
 hostmakedepends="python3-setuptools"
-depends="curl git mercurial python3 python3-docopt python3-yaml"
+depends="curl git python3 python3-docopt python3-yaml"
 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=ba21eb65c62c1b823ece2a42375fe80d65fbc6130606e2d6850b7746530018f6
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] peru: update to 1.3.0.
  2022-02-27  7:13 [PR PATCH] peru: update to 1.3.0 atweiden
@ 2022-02-27  7:19 ` atweiden
  2022-02-27  7:26 ` atweiden
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: atweiden @ 2022-02-27  7:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 472 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/35871

peru: update to 1.3.0.
Mercurial is an optional dependency (see: https://github.com/buildinspace/peru/pull/224).

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

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

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

From f652f66bea3b03cd2bfe576134f1b088ed7bd699 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Sun, 27 Feb 2022 18:04:55 +1100
Subject: [PATCH] peru: update to 1.3.0.

---
 srcpkgs/peru/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/peru/template b/srcpkgs/peru/template
index 7f77496c6fa4..a548dec34365 100644
--- a/srcpkgs/peru/template
+++ b/srcpkgs/peru/template
@@ -1,17 +1,17 @@
 # Template file for 'peru'
 pkgname=peru
-version=1.2.0
-revision=4
+version=1.3.0
+revision=1
 build_style=python3-module
-pycompile_module="peru"
 hostmakedepends="python3-setuptools"
-depends="curl git mercurial python3 python3-docopt python3-yaml"
+depends="curl git python3 python3-docopt python3-yaml"
+checkdepends="${depends} python3-pip python3-wheel"
 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=ba21eb65c62c1b823ece2a42375fe80d65fbc6130606e2d6850b7746530018f6
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] peru: update to 1.3.0.
  2022-02-27  7:13 [PR PATCH] peru: update to 1.3.0 atweiden
  2022-02-27  7:19 ` [PR PATCH] [Updated] " atweiden
@ 2022-02-27  7:26 ` atweiden
  2022-02-27  7:31 ` atweiden
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: atweiden @ 2022-02-27  7:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 472 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/35871

peru: update to 1.3.0.
Mercurial is an optional dependency (see: https://github.com/buildinspace/peru/pull/224).

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

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

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

From 54906136392eab98f4c1199d9bef2af5b89896e3 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Sun, 27 Feb 2022 18:04:55 +1100
Subject: [PATCH] peru: update to 1.3.0.

---
 srcpkgs/peru/template | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/peru/template b/srcpkgs/peru/template
index 7f77496c6fa4..5d209df04205 100644
--- a/srcpkgs/peru/template
+++ b/srcpkgs/peru/template
@@ -1,17 +1,21 @@
 # Template file for 'peru'
 pkgname=peru
-version=1.2.0
-revision=4
+version=1.3.0
+revision=1
 build_style=python3-module
-pycompile_module="peru"
 hostmakedepends="python3-setuptools"
-depends="curl git mercurial python3 python3-docopt python3-yaml"
+depends="curl git python3 python3-docopt python3-yaml"
+checkdepends="${depends} flake8 python3-pip python3-wheel"
 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=ba21eb65c62c1b823ece2a42375fe80d65fbc6130606e2d6850b7746530018f6
+
+do_check() {
+	python3 test.py
+}
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] peru: update to 1.3.0.
  2022-02-27  7:13 [PR PATCH] peru: update to 1.3.0 atweiden
  2022-02-27  7:19 ` [PR PATCH] [Updated] " atweiden
  2022-02-27  7:26 ` atweiden
@ 2022-02-27  7:31 ` atweiden
  2022-02-28 11:57 ` tibequadorian
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: atweiden @ 2022-02-27  7:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 472 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/35871

peru: update to 1.3.0.
Mercurial is an optional dependency (see: https://github.com/buildinspace/peru/pull/224).

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

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

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

From 81dda85dc687c690c871b83e8a685f8e6c14e689 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Sun, 27 Feb 2022 18:04:55 +1100
Subject: [PATCH] peru: update to 1.3.0.

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

diff --git a/srcpkgs/peru/template b/srcpkgs/peru/template
index 7f77496c6fa4..4c6dc6a29c28 100644
--- a/srcpkgs/peru/template
+++ b/srcpkgs/peru/template
@@ -1,17 +1,18 @@
 # Template file for 'peru'
 pkgname=peru
-version=1.2.0
-revision=4
+version=1.3.0
+revision=1
 build_style=python3-module
-pycompile_module="peru"
 hostmakedepends="python3-setuptools"
-depends="curl git mercurial python3 python3-docopt python3-yaml"
+depends="curl git python3 python3-docopt python3-yaml"
 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=ba21eb65c62c1b823ece2a42375fe80d65fbc6130606e2d6850b7746530018f6
+# checks require distfiles come from a git repository
+make_check=no
 
 post_install() {
 	vlicense LICENSE

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

* Re: peru: update to 1.3.0.
  2022-02-27  7:13 [PR PATCH] peru: update to 1.3.0 atweiden
                   ` (2 preceding siblings ...)
  2022-02-27  7:31 ` atweiden
@ 2022-02-28 11:57 ` tibequadorian
  2022-02-28 20:31 ` atweiden
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: tibequadorian @ 2022-02-28 11:57 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/35871#issuecomment-1054182341

Comment:
For tests, did you try changing distfiles to pypi site?

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

* Re: peru: update to 1.3.0.
  2022-02-27  7:13 [PR PATCH] peru: update to 1.3.0 atweiden
                   ` (3 preceding siblings ...)
  2022-02-28 11:57 ` tibequadorian
@ 2022-02-28 20:31 ` atweiden
  2022-03-02  0:26 ` tibequadorian
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: atweiden @ 2022-02-28 20:31 UTC (permalink / raw)
  To: ml

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

New comment by atweiden on void-packages repository

https://github.com/void-linux/void-packages/pull/35871#issuecomment-1054636947

Comment:
[checks require distfiles come from a git repository](https://github.com/void-linux/void-packages/pull/35871/files#diff-33137247188ce227f14294b5368635b3d68a8284b8373f992e678973b989e742R14)

https://github.com/buildinspace/peru/blob/f16cd2dd443ff210c748f4d021eab3249be52c08/test.py#L11

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

* Re: peru: update to 1.3.0.
  2022-02-27  7:13 [PR PATCH] peru: update to 1.3.0 atweiden
                   ` (4 preceding siblings ...)
  2022-02-28 20:31 ` atweiden
@ 2022-03-02  0:26 ` tibequadorian
  2022-03-02  0:52 ` tibequadorian
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: tibequadorian @ 2022-03-02  0:26 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/35871#issuecomment-1054182341

Comment:
For tests, did you try changing distfiles to pypi site?

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

* Re: peru: update to 1.3.0.
  2022-02-27  7:13 [PR PATCH] peru: update to 1.3.0 atweiden
                   ` (5 preceding siblings ...)
  2022-03-02  0:26 ` tibequadorian
@ 2022-03-02  0:52 ` tibequadorian
  2022-03-02  4:28 ` atweiden
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: tibequadorian @ 2022-03-02  0:52 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/35871#issuecomment-1056020476

Comment:
using `PYTHONPATH=tests python3 -m pytest` in `do_check()` I can get tests running. Some fail but no mention of git.

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

* Re: peru: update to 1.3.0.
  2022-02-27  7:13 [PR PATCH] peru: update to 1.3.0 atweiden
                   ` (6 preceding siblings ...)
  2022-03-02  0:52 ` tibequadorian
@ 2022-03-02  4:28 ` atweiden
  2022-06-26  2:17 ` github-actions
  2022-07-11  2:13 ` [PR PATCH] [Closed]: " github-actions
  9 siblings, 0 replies; 11+ messages in thread
From: atweiden @ 2022-03-02  4:28 UTC (permalink / raw)
  To: ml

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

New comment by atweiden on void-packages repository

https://github.com/void-linux/void-packages/pull/35871#issuecomment-1056183607

Comment:
Can you paste the test output?

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

* Re: peru: update to 1.3.0.
  2022-02-27  7:13 [PR PATCH] peru: update to 1.3.0 atweiden
                   ` (7 preceding siblings ...)
  2022-03-02  4:28 ` atweiden
@ 2022-06-26  2:17 ` github-actions
  2022-07-11  2:13 ` [PR PATCH] [Closed]: " github-actions
  9 siblings, 0 replies; 11+ messages in thread
From: github-actions @ 2022-06-26  2:17 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/35871#issuecomment-1166399936

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: peru: update to 1.3.0.
  2022-02-27  7:13 [PR PATCH] peru: update to 1.3.0 atweiden
                   ` (8 preceding siblings ...)
  2022-06-26  2:17 ` github-actions
@ 2022-07-11  2:13 ` github-actions
  9 siblings, 0 replies; 11+ messages in thread
From: github-actions @ 2022-07-11  2:13 UTC (permalink / raw)
  To: ml

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

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

peru: update to 1.3.0.
https://github.com/void-linux/void-packages/pull/35871

Description:
Mercurial is an optional dependency (see: https://github.com/buildinspace/peru/pull/224).

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

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

end of thread, other threads:[~2022-07-11  2:13 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-27  7:13 [PR PATCH] peru: update to 1.3.0 atweiden
2022-02-27  7:19 ` [PR PATCH] [Updated] " atweiden
2022-02-27  7:26 ` atweiden
2022-02-27  7:31 ` atweiden
2022-02-28 11:57 ` tibequadorian
2022-02-28 20:31 ` atweiden
2022-03-02  0:26 ` tibequadorian
2022-03-02  0:52 ` tibequadorian
2022-03-02  4:28 ` atweiden
2022-06-26  2:17 ` github-actions
2022-07-11  2:13 ` [PR PATCH] [Closed]: " github-actions

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