Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] epy: update to 2023.2.8.
@ 2023-02-09 17:05 benalb
  2023-02-11  5:14 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: benalb @ 2023-02-09 17:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/benalb/void-packages epy
https://github.com/void-linux/void-packages/pull/42165

epy: update to 2023.2.8.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- 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-LIBC)



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

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

From 644bbebab55512aea5def145d3d6f7726f59eb8c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Thu, 9 Feb 2023 18:03:24 +0100
Subject: [PATCH] epy: update to 2023.2.8.

---
 srcpkgs/epy/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/epy/template b/srcpkgs/epy/template
index e76ddb28bd32..21a3676bc1fc 100644
--- a/srcpkgs/epy/template
+++ b/srcpkgs/epy/template
@@ -1,6 +1,6 @@
 # Template file for 'epy'
 pkgname=epy
-version=2022.12.11
+version=2023.2.8
 revision=1
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
@@ -11,4 +11,4 @@ maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/wustho/epy"
 distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
-checksum=2dd9df8703a51a6fd4d77fc5d2aa71c3db2c9d8d856f18d9a99725e6badbf3ed
+checksum=22404cb30a4886d1fa7f75c6792b81a280ccb1d458ac56e0ec08adc864e507ff

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

* Re: [PR REVIEW] epy: update to 2023.2.8.
  2023-02-09 17:05 [PR PATCH] epy: update to 2023.2.8 benalb
@ 2023-02-11  5:14 ` classabbyamp
  2023-02-11  5:15 ` classabbyamp
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-02-11  5:14 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/42165#discussion_r1103527322

Comment:
```suggestion
distfiles="https://github.com/wustho/epy/archive/refs/tags/v${version}.tar.gz"
```

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

* Re: [PR REVIEW] epy: update to 2023.2.8.
  2023-02-09 17:05 [PR PATCH] epy: update to 2023.2.8 benalb
  2023-02-11  5:14 ` [PR REVIEW] " classabbyamp
@ 2023-02-11  5:15 ` classabbyamp
  2023-02-11 15:34 ` [PR PATCH] [Updated] " benalb
  2023-02-11 15:39 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-02-11  5:15 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/42165#discussion_r1103527526

Comment:
```suggestion
hostmakedepends="python3-setuptools"
```

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

* Re: [PR PATCH] [Updated] epy: update to 2023.2.8.
  2023-02-09 17:05 [PR PATCH] epy: update to 2023.2.8 benalb
  2023-02-11  5:14 ` [PR REVIEW] " classabbyamp
  2023-02-11  5:15 ` classabbyamp
@ 2023-02-11 15:34 ` benalb
  2023-02-11 15:39 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: benalb @ 2023-02-11 15:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/benalb/void-packages epy
https://github.com/void-linux/void-packages/pull/42165

epy: update to 2023.2.8.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- 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-LIBC)



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

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

From 5e7b6e4841eebf2b36905063d8dab675e49b0be5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Thu, 9 Feb 2023 18:03:24 +0100
Subject: [PATCH] epy: update to 2023.2.8.

---
 srcpkgs/epy/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/epy/template b/srcpkgs/epy/template
index e76ddb28bd32..ba5c54cef647 100644
--- a/srcpkgs/epy/template
+++ b/srcpkgs/epy/template
@@ -1,14 +1,14 @@
 # Template file for 'epy'
 pkgname=epy
-version=2022.12.11
+version=2023.2.8
 revision=1
 build_style=python3-module
-hostmakedepends="python3 python3-setuptools"
+hostmakedepends="python3-setuptools"
 depends="python3"
 checkdepends="python3-pytest"
 short_desc="CLI ebook reader"
 maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/wustho/epy"
-distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
-checksum=2dd9df8703a51a6fd4d77fc5d2aa71c3db2c9d8d856f18d9a99725e6badbf3ed
+distfiles="https://github.com/wustho/epy/archive/refs/tags/v${version}.tar.gz"
+checksum=22404cb30a4886d1fa7f75c6792b81a280ccb1d458ac56e0ec08adc864e507ff

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

* Re: [PR PATCH] [Merged]: epy: update to 2023.2.8.
  2023-02-09 17:05 [PR PATCH] epy: update to 2023.2.8 benalb
                   ` (2 preceding siblings ...)
  2023-02-11 15:34 ` [PR PATCH] [Updated] " benalb
@ 2023-02-11 15:39 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-02-11 15:39 UTC (permalink / raw)
  To: ml

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

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

epy: update to 2023.2.8.
https://github.com/void-linux/void-packages/pull/42165

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

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

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

<!-- 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-LIBC)



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

end of thread, other threads:[~2023-02-11 15:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-09 17:05 [PR PATCH] epy: update to 2023.2.8 benalb
2023-02-11  5:14 ` [PR REVIEW] " classabbyamp
2023-02-11  5:15 ` classabbyamp
2023-02-11 15:34 ` [PR PATCH] [Updated] " benalb
2023-02-11 15:39 ` [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).