Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: pipr-0.0.14
@ 2020-09-08 20:40 willeccles
  2020-09-08 23:21 ` sgn
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: willeccles @ 2020-09-08 20:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/willeccles/void-packages pipr-0.0.14
https://github.com/void-linux/void-packages/pull/24769

New package: pipr-0.0.14
Pipr is a utility for interactively writing and previewing shell pipelines. I will be maintaining the package.

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

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

From 6a52892a84935ad7b5fc88ef59afb0bb2da0b88a Mon Sep 17 00:00:00 2001
From: Will Eccles <will@eccles.dev>
Date: Tue, 8 Sep 2020 16:39:36 -0400
Subject: [PATCH] New package: pipr-0.0.14

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

diff --git a/srcpkgs/pipr/template b/srcpkgs/pipr/template
new file mode 100644
index 00000000000..55cdc4a225f
--- /dev/null
+++ b/srcpkgs/pipr/template
@@ -0,0 +1,16 @@
+# Template file for 'pipr'
+pkgname=pipr
+version=0.0.14
+revision=1
+build_style=cargo
+depends="bubblewrap"
+short_desc="Tool to interactively write shell pipelines"
+maintainer="Will Eccles <will@eccles.dev>"
+license="MIT"
+homepage="https://github.com/elkowar/pipr"
+distfiles="https://github.com/elkowar/pipr/archive/v${version}.tar.gz"
+checksum="954537eddcf7291c96a17f41921b210cdcb9a638360ccfbde54d9e6945634483"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: pipr-0.0.14
  2020-09-08 20:40 [PR PATCH] New package: pipr-0.0.14 willeccles
@ 2020-09-08 23:21 ` sgn
  2020-09-08 23:27 ` willeccles
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: sgn @ 2020-09-08 23:21 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/24769#issuecomment-689186436

Comment:
On 2020-09-08 13:40:46-0700, Will Eccles <notifications@github.com> wrote:
> Pipr is a utility for interactively writing and previewing shell pipelines. I will be maintaining the package.

Please learn the tool (Git and GitHub) instead of closing and
re-opening.


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

* Re: New package: pipr-0.0.14
  2020-09-08 20:40 [PR PATCH] New package: pipr-0.0.14 willeccles
  2020-09-08 23:21 ` sgn
@ 2020-09-08 23:27 ` willeccles
  2020-09-08 23:32 ` sgn
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: willeccles @ 2020-09-08 23:27 UTC (permalink / raw)
  To: ml

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

New comment by willeccles on void-packages repository

https://github.com/void-linux/void-packages/pull/24769#issuecomment-689188095

Comment:
> 
> On 2020-09-08 13:40:46-0700, Will Eccles ***@***.***> wrote: Pipr is a utility for interactively writing and previewing shell pipelines. I will be maintaining the package.
> Please learn the tool (Git and GitHub) instead of closing and re-opening.

Git was very broken. The extra commit that it added to my branch (despite not being in the branch before) was unavailable for rebasing. The rebase command refused to show the commit for me to delete it and I was unable to change anything about the commit. It was far easier to re-fork the repository than spend hours reading up on ancient git questions on SO.

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

* Re: New package: pipr-0.0.14
  2020-09-08 20:40 [PR PATCH] New package: pipr-0.0.14 willeccles
  2020-09-08 23:21 ` sgn
  2020-09-08 23:27 ` willeccles
@ 2020-09-08 23:32 ` sgn
  2020-09-08 23:58 ` willeccles
  2020-10-06 13:05 ` [PR PATCH] [Closed]: " willeccles
  4 siblings, 0 replies; 7+ messages in thread
From: sgn @ 2020-09-08 23:32 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/24769#issuecomment-689189685

Comment:
On 2020-09-08 16:27:24-0700, Will Eccles <notifications@github.com> wrote:
> > 
> > On 2020-09-08 13:40:46-0700, Will Eccles ***@***.***> wrote: Pipr
> > is a utility for interactively writing and previewing shell
> > pipelines. I will be maintaining the package.
> > Please learn the tool (Git and GitHub) instead of closing and re-opening.
> 
> Git was very broken. The extra commit that it added to my branch
> (despite not being in the branch before) was unavailable for
> rebasing.

May I guess? It's a merge commit ;) or the commit available upstream.
Then Git is definitely not broken.
Why don't you try to finish the rebasing and check the result first ;)

> The rebase command refused to show the commit for me to
> delete it and I was unable to change anything about the commit. It
> was far easier to re-fork the repository than spend hours reading up
> on ancient git questions on SO.


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

* Re: New package: pipr-0.0.14
  2020-09-08 20:40 [PR PATCH] New package: pipr-0.0.14 willeccles
                   ` (2 preceding siblings ...)
  2020-09-08 23:32 ` sgn
@ 2020-09-08 23:58 ` willeccles
  2020-10-06 13:05 ` [PR PATCH] [Closed]: " willeccles
  4 siblings, 0 replies; 7+ messages in thread
From: willeccles @ 2020-09-08 23:58 UTC (permalink / raw)
  To: ml

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

New comment by willeccles on void-packages repository

https://github.com/void-linux/void-packages/pull/24769#issuecomment-689199068

Comment:
> 
> On 2020-09-08 16:27:24-0700, Will Eccles ***@***.***> wrote: > > On 2020-09-08 13:40:46-0700, Will Eccles ***@***.***> wrote: Pipr > is a utility for interactively writing and previewing shell > pipelines. I will be maintaining the package. > Please learn the tool (Git and GitHub) instead of closing and re-opening. Git was very broken. The extra commit that it added to my branch (despite not being in the branch before) was unavailable for rebasing.
> May I guess? It's a merge commit ;) or the commit available upstream. Then Git is definitely not broken. Why don't you try to finish the rebasing and check the result first ;)
> […](#)
> The rebase command refused to show the commit for me to delete it and I was unable to change anything about the commit. It was far easier to re-fork the repository than spend hours reading up on ancient git questions on SO.

Can't try now, that is gone forever.

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

* Re: [PR PATCH] [Closed]: New package: pipr-0.0.14
  2020-09-08 20:40 [PR PATCH] New package: pipr-0.0.14 willeccles
                   ` (3 preceding siblings ...)
  2020-09-08 23:58 ` willeccles
@ 2020-10-06 13:05 ` willeccles
  4 siblings, 0 replies; 7+ messages in thread
From: willeccles @ 2020-10-06 13:05 UTC (permalink / raw)
  To: ml

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

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

New package: pipr-0.0.14
https://github.com/void-linux/void-packages/pull/24769

Description:
Pipr is a utility for interactively writing and previewing shell pipelines. I will be maintaining the package.

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

* [PR PATCH] New package: pipr-0.0.14
@ 2020-09-08 17:34 willeccles
  0 siblings, 0 replies; 7+ messages in thread
From: willeccles @ 2020-09-08 17:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/willeccles/void-packages pipr-0.0.14
https://github.com/void-linux/void-packages/pull/24764

New package: pipr-0.0.14
Pipr is a tool for interactively writing shell pipelines. I will be the maintainer of the package.

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

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

From 367f36d6aa663d81118bdc8b51ee2291e0e3b432 Mon Sep 17 00:00:00 2001
From: Will Eccles <will@eccles.dev>
Date: Tue, 8 Sep 2020 13:32:35 -0400
Subject: [PATCH] New package: pipr-0.0.14

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

diff --git a/srcpkgs/pipr/template b/srcpkgs/pipr/template
new file mode 100644
index 00000000000..8634b0b4920
--- /dev/null
+++ b/srcpkgs/pipr/template
@@ -0,0 +1,16 @@
+# Template file for 'pipr'
+pkgname=pipr
+version=0.0.14
+revision=1
+build_style=cargo
+depends="bubblewrap"
+short_desc="A tool to interactively write shell pipelines"
+maintainer="Will Eccles <will@eccles.dev>"
+license="MIT"
+homepage="https://github.com/elkowar/pipr"
+distfiles="https://github.com/elkowar/pipr/archive/v${version}.tar.gz"
+checksum="954537eddcf7291c96a17f41921b210cdcb9a638360ccfbde54d9e6945634483"
+
+post_install() {
+	vlicense LICENSE
+}

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

end of thread, other threads:[~2020-10-06 13:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-08 20:40 [PR PATCH] New package: pipr-0.0.14 willeccles
2020-09-08 23:21 ` sgn
2020-09-08 23:27 ` willeccles
2020-09-08 23:32 ` sgn
2020-09-08 23:58 ` willeccles
2020-10-06 13:05 ` [PR PATCH] [Closed]: " willeccles
  -- strict thread matches above, loose matches on Subject: below --
2020-09-08 17:34 [PR PATCH] " willeccles

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