Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] thef: updated to 3.30
@ 2021-05-06 20:29 caughtquick
  2021-05-06 20:34 ` caughtquick
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: caughtquick @ 2021-05-06 20:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/caughtquick/void-packages thef
https://github.com/void-linux/void-packages/pull/30711

thef: updated to 3.30
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (ARCH-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/30711.patch is attached

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

From b6f96d53acce3340ecf91c7f56e93857f79c39d3 Mon Sep 17 00:00:00 2001
From: Abhijit <abhijitsipahimalani@gmail.com>
Date: Thu, 6 May 2021 13:25:35 -0700
Subject: [PATCH] thef: updated to 3.30

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

diff --git a/srcpkgs/thefuck/template b/srcpkgs/thefuck/template
index 33617cf872c0..52af43667662 100644
--- a/srcpkgs/thefuck/template
+++ b/srcpkgs/thefuck/template
@@ -1,6 +1,6 @@
 # Template file for 'thefuck'
 pkgname=thefuck
-version=3.29
+version=3.30
 revision=4
 build_style=python3-module
 pycompile_module="thefuck"
@@ -14,7 +14,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/nvbn/thefuck"
 distfiles="https://github.com/nvbn/thefuck/archive/${version}.tar.gz"
-checksum=34a9ec020ff991a96a895dfbe2313b69464bbcc6975b1ad8158b32a2de5803a9
+checksum=dd2e7bc94e9453beabbafc10c4d62c67601ea705250103a67ababcdad2991dd3
 
 do_check() {
 	# on python3 mock is unittest.mock

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

* Re: thef: updated to 3.30
  2021-05-06 20:29 [PR PATCH] thef: updated to 3.30 caughtquick
@ 2021-05-06 20:34 ` caughtquick
  2021-05-06 21:47 ` [PR PATCH] [Updated] " caughtquick
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: caughtquick @ 2021-05-06 20:34 UTC (permalink / raw)
  To: ml

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

New comment by caughtquick on void-packages repository

https://github.com/void-linux/void-packages/pull/30711#issuecomment-833841826

Comment:
Built fine on x86 for me, so I'm not so sure what the issue here is that is causing it to not build on x86

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

* Re: [PR PATCH] [Updated] thef: updated to 3.30
  2021-05-06 20:29 [PR PATCH] thef: updated to 3.30 caughtquick
  2021-05-06 20:34 ` caughtquick
@ 2021-05-06 21:47 ` caughtquick
  2021-05-06 21:56 ` caughtquick
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: caughtquick @ 2021-05-06 21:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/caughtquick/void-packages thef
https://github.com/void-linux/void-packages/pull/30711

thef: updated to 3.30
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (ARCH-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/30711.patch is attached

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

From bbc8ceb6502a21ec78dc15ff820178c56f072b85 Mon Sep 17 00:00:00 2001
From: Abhijit <abhijitsipahimalani@gmail.com>
Date: Thu, 6 May 2021 13:25:35 -0700
Subject: [PATCH] thef: updated to 3.30

fixed lint error
---
 srcpkgs/thefuck/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/thefuck/template b/srcpkgs/thefuck/template
index 33617cf872c0..05ec1afc5213 100644
--- a/srcpkgs/thefuck/template
+++ b/srcpkgs/thefuck/template
@@ -1,9 +1,8 @@
 # Template file for 'thefuck'
 pkgname=thefuck
-version=3.29
+version=3.30
 revision=4
 build_style=python3-module
-pycompile_module="thefuck"
 hostmakedepends="python3-setuptools"
 depends="python3-colorama python3-decorator python3-psutil python3-pyte
  python3-requests"
@@ -14,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/nvbn/thefuck"
 distfiles="https://github.com/nvbn/thefuck/archive/${version}.tar.gz"
-checksum=34a9ec020ff991a96a895dfbe2313b69464bbcc6975b1ad8158b32a2de5803a9
+checksum=dd2e7bc94e9453beabbafc10c4d62c67601ea705250103a67ababcdad2991dd3
 
 do_check() {
 	# on python3 mock is unittest.mock

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

* Re: [PR PATCH] [Updated] thef: updated to 3.30
  2021-05-06 20:29 [PR PATCH] thef: updated to 3.30 caughtquick
  2021-05-06 20:34 ` caughtquick
  2021-05-06 21:47 ` [PR PATCH] [Updated] " caughtquick
@ 2021-05-06 21:56 ` caughtquick
  2021-05-06 23:39 ` caughtquick
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: caughtquick @ 2021-05-06 21:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/caughtquick/void-packages thef
https://github.com/void-linux/void-packages/pull/30711

thef: updated to 3.30
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (ARCH-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/30711.patch is attached

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

From ff6a46c733309967b4b8fc8dd8113a3da9cd9ad3 Mon Sep 17 00:00:00 2001
From: Abhijit <abhijitsipahimalani@gmail.com>
Date: Thu, 6 May 2021 13:25:35 -0700
Subject: [PATCH] thef: updated to 3.30

fixed lint error

added go binary to checkdepends
---
 srcpkgs/thefuck/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/thefuck/template b/srcpkgs/thefuck/template
index 33617cf872c0..98ae9dc23681 100644
--- a/srcpkgs/thefuck/template
+++ b/srcpkgs/thefuck/template
@@ -1,20 +1,19 @@
 # Template file for 'thefuck'
 pkgname=thefuck
-version=3.29
+version=3.30
 revision=4
 build_style=python3-module
-pycompile_module="thefuck"
 hostmakedepends="python3-setuptools"
 depends="python3-colorama python3-decorator python3-psutil python3-pyte
  python3-requests"
 checkdepends="python3-colorama python3-decorator python3-psutil python3-pyte
- python3-pytest-mock python3-requests"
+ python3-pytest-mock python3-requests go"
 short_desc="Magnificent app which corrects your previous console command"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/nvbn/thefuck"
 distfiles="https://github.com/nvbn/thefuck/archive/${version}.tar.gz"
-checksum=34a9ec020ff991a96a895dfbe2313b69464bbcc6975b1ad8158b32a2de5803a9
+checksum=dd2e7bc94e9453beabbafc10c4d62c67601ea705250103a67ababcdad2991dd3
 
 do_check() {
 	# on python3 mock is unittest.mock

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

* Re: thef: updated to 3.30
  2021-05-06 20:29 [PR PATCH] thef: updated to 3.30 caughtquick
                   ` (2 preceding siblings ...)
  2021-05-06 21:56 ` caughtquick
@ 2021-05-06 23:39 ` caughtquick
  2021-05-07  1:26 ` [PR PATCH] [Merged]: " ericonr
  2021-05-07  1:26 ` ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: caughtquick @ 2021-05-06 23:39 UTC (permalink / raw)
  To: ml

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

New comment by caughtquick on void-packages repository

https://github.com/void-linux/void-packages/pull/30711#issuecomment-833948128

Comment:
Builds appear to be fixed, adding a Go binary fixed the build

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

* Re: [PR PATCH] [Merged]: thef: updated to 3.30
  2021-05-06 20:29 [PR PATCH] thef: updated to 3.30 caughtquick
                   ` (3 preceding siblings ...)
  2021-05-06 23:39 ` caughtquick
@ 2021-05-07  1:26 ` ericonr
  2021-05-07  1:26 ` ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-05-07  1:26 UTC (permalink / raw)
  To: ml

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

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

thef: updated to 3.30
https://github.com/void-linux/void-packages/pull/30711

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

* Re: thef: updated to 3.30
  2021-05-06 20:29 [PR PATCH] thef: updated to 3.30 caughtquick
                   ` (4 preceding siblings ...)
  2021-05-07  1:26 ` [PR PATCH] [Merged]: " ericonr
@ 2021-05-07  1:26 ` ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-05-07  1:26 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30711#issuecomment-833991483

Comment:
Commit was wrong, package name is `thefuck`

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

end of thread, other threads:[~2021-05-07  1:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-06 20:29 [PR PATCH] thef: updated to 3.30 caughtquick
2021-05-06 20:34 ` caughtquick
2021-05-06 21:47 ` [PR PATCH] [Updated] " caughtquick
2021-05-06 21:56 ` caughtquick
2021-05-06 23:39 ` caughtquick
2021-05-07  1:26 ` [PR PATCH] [Merged]: " ericonr
2021-05-07  1:26 ` 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).