Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: epy-2022.4.18
@ 2022-09-16 13:42 benalb
  2022-09-16 13:46 ` benalb
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: benalb @ 2022-09-16 13:42 UTC (permalink / raw)
  To: ml

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

New package: epy-2022.4.18
<!-- 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl


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

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

From 40af34c1645b10ff7e7ca49094cd24e67e5daa8d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Fri, 16 Sep 2022 15:41:14 +0200
Subject: [PATCH] New package: epy-2022.4.18

---
 srcpkgs/epy/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/epy/template

diff --git a/srcpkgs/epy/template b/srcpkgs/epy/template
new file mode 100644
index 000000000000..1dca3ccba1b0
--- /dev/null
+++ b/srcpkgs/epy/template
@@ -0,0 +1,14 @@
+# Template file for 'epy'
+pkgname=epy
+version=2022.4.18
+revision=1
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+depends="python3"
+checkdepends="python3-pytest $hostmakedepends"
+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=140225acf0216ce3a7f502adb752c0ee7c189297051d0cb84e65e4fe767add23

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

* Re: New package: epy-2022.4.18
  2022-09-16 13:42 [PR PATCH] New package: epy-2022.4.18 benalb
@ 2022-09-16 13:46 ` benalb
  2022-10-02 21:14 ` [PR REVIEW] " Piraty
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: benalb @ 2022-09-16 13:46 UTC (permalink / raw)
  To: ml

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

New comment by benalb on void-packages repository

https://github.com/void-linux/void-packages/pull/39316#issuecomment-1249385921

Comment:
tested in X86_64 and armv7l (raspi 2 model B)


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

* Re: [PR REVIEW] New package: epy-2022.4.18
  2022-09-16 13:42 [PR PATCH] New package: epy-2022.4.18 benalb
  2022-09-16 13:46 ` benalb
@ 2022-10-02 21:14 ` Piraty
  2022-10-03 13:42 ` [PR PATCH] [Updated] " benalb
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Piraty @ 2022-10-02 21:14 UTC (permalink / raw)
  To: ml

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

New review comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/39316#discussion_r985285726

Comment:
checkdepeds has hostmakedepends available by default

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

* Re: [PR PATCH] [Updated] New package: epy-2022.4.18
  2022-09-16 13:42 [PR PATCH] New package: epy-2022.4.18 benalb
  2022-09-16 13:46 ` benalb
  2022-10-02 21:14 ` [PR REVIEW] " Piraty
@ 2022-10-03 13:42 ` benalb
  2022-10-03 13:45 ` [PR REVIEW] " benalb
  2022-10-03 15:38 ` [PR PATCH] [Merged]: " Piraty
  4 siblings, 0 replies; 6+ messages in thread
From: benalb @ 2022-10-03 13:42 UTC (permalink / raw)
  To: ml

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

New package: epy-2022.4.18
<!-- 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl


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

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

From 0ff290fb5f0e7c8c011af66686bf39fd43c9645c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Fri, 16 Sep 2022 15:41:14 +0200
Subject: [PATCH] New package: epy-2022.4.18

---
 srcpkgs/epy/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/epy/template

diff --git a/srcpkgs/epy/template b/srcpkgs/epy/template
new file mode 100644
index 000000000000..ba05ffd465d2
--- /dev/null
+++ b/srcpkgs/epy/template
@@ -0,0 +1,14 @@
+# Template file for 'epy'
+pkgname=epy
+version=2022.4.18
+revision=1
+build_style=python3-module
+hostmakedepends="python3 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=140225acf0216ce3a7f502adb752c0ee7c189297051d0cb84e65e4fe767add23

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

* Re: [PR REVIEW] New package: epy-2022.4.18
  2022-09-16 13:42 [PR PATCH] New package: epy-2022.4.18 benalb
                   ` (2 preceding siblings ...)
  2022-10-03 13:42 ` [PR PATCH] [Updated] " benalb
@ 2022-10-03 13:45 ` benalb
  2022-10-03 15:38 ` [PR PATCH] [Merged]: " Piraty
  4 siblings, 0 replies; 6+ messages in thread
From: benalb @ 2022-10-03 13:45 UTC (permalink / raw)
  To: ml

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

New review comment by benalb on void-packages repository

https://github.com/void-linux/void-packages/pull/39316#discussion_r985801144

Comment:
Done. 
BTW:
benalb@e900  ~/tmp/void-packages    GIT  master
grep -i checkdepends srcpkgs/*/template |grep -i hostmakedepends|wc -l
5


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

* Re: [PR PATCH] [Merged]: New package: epy-2022.4.18
  2022-09-16 13:42 [PR PATCH] New package: epy-2022.4.18 benalb
                   ` (3 preceding siblings ...)
  2022-10-03 13:45 ` [PR REVIEW] " benalb
@ 2022-10-03 15:38 ` Piraty
  4 siblings, 0 replies; 6+ messages in thread
From: Piraty @ 2022-10-03 15:38 UTC (permalink / raw)
  To: ml

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

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

New package: epy-2022.4.18
https://github.com/void-linux/void-packages/pull/39316

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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl


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

end of thread, other threads:[~2022-10-03 15:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-16 13:42 [PR PATCH] New package: epy-2022.4.18 benalb
2022-09-16 13:46 ` benalb
2022-10-02 21:14 ` [PR REVIEW] " Piraty
2022-10-03 13:42 ` [PR PATCH] [Updated] " benalb
2022-10-03 13:45 ` [PR REVIEW] " benalb
2022-10-03 15:38 ` [PR PATCH] [Merged]: " Piraty

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