Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: pipr-0.0.16
@ 2022-12-29 20:48 realcharmer
  2022-12-30  7:54 ` realcharmer
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: realcharmer @ 2022-12-29 20:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/realcharmer/void-packages pipr
https://github.com/void-linux/void-packages/pull/41354

New package: pipr-0.0.16
A tool to interactively write shell pipelines.
<https://github.com/elkowar/pipr>

#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

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

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

From 24f0a96b0b385d023c4fd13afcc4a26381de363f Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Thu, 29 Dec 2022 21:46:08 +0100
Subject: [PATCH] New package: pipr-0.0.16

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

diff --git a/srcpkgs/pipr/template b/srcpkgs/pipr/template
new file mode 100644
index 000000000000..62cf0decdc4c
--- /dev/null
+++ b/srcpkgs/pipr/template
@@ -0,0 +1,17 @@
+# Template file for 'pipr'
+pkgname=pipr
+version=0.0.16
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+short_desc="A tool to interactively write shell pipelines"
+maintainer="Emil Miler <em@0x45.cz>"
+license="MIT"
+homepage="https://github.com/elkowar/pipr"
+distfiles="https://github.com/elkowar/pipr/archive/v${version}/${pkgname}-${version}.tar.gz"
+checksum=4be6f79ff25f69efe6d4fe45bdc0b751b3adc8de33a2dc825073d59e5d50d3d0
+
+post_install() {
+	vdoc Readme.md
+	vlicense LICENSE
+}

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

* Re: New package: pipr-0.0.16
  2022-12-29 20:48 [PR PATCH] New package: pipr-0.0.16 realcharmer
@ 2022-12-30  7:54 ` realcharmer
  2022-12-30 10:45 ` [PR PATCH] [Updated] " realcharmer
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: realcharmer @ 2022-12-30  7:54 UTC (permalink / raw)
  To: ml

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

New comment by realcharmer on void-packages repository

https://github.com/void-linux/void-packages/pull/41354#issuecomment-1367778287

Comment:
It seems the package fails to build on anything other that x86-based platforms on current stable 1.64.0 and 1.66.0 as well. Is it acceptable to limit the package for x86 platforms only?

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

* Re: [PR PATCH] [Updated] New package: pipr-0.0.16
  2022-12-29 20:48 [PR PATCH] New package: pipr-0.0.16 realcharmer
  2022-12-30  7:54 ` realcharmer
@ 2022-12-30 10:45 ` realcharmer
  2022-12-30 12:12 ` paper42
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: realcharmer @ 2022-12-30 10:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/realcharmer/void-packages pipr
https://github.com/void-linux/void-packages/pull/41354

New package: pipr-0.0.16
A tool to interactively write shell pipelines.
<https://github.com/elkowar/pipr>

#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

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

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

From 51423b4376b569b59d888ca31a418edb38ed3d73 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Thu, 29 Dec 2022 21:46:08 +0100
Subject: [PATCH] New package: pipr-0.0.16

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

diff --git a/srcpkgs/pipr/template b/srcpkgs/pipr/template
new file mode 100644
index 000000000000..09dc84fdaf8f
--- /dev/null
+++ b/srcpkgs/pipr/template
@@ -0,0 +1,17 @@
+# Template file for 'pipr'
+pkgname=pipr
+version=0.0.16
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+short_desc="Tool for writing interactive shell pipelines"
+maintainer="Emil Miler <em@0x45.cz>"
+license="MIT"
+homepage="https://github.com/elkowar/pipr"
+distfiles="https://github.com/elkowar/pipr/archive/v${version}/${pkgname}-${version}.tar.gz"
+checksum=4be6f79ff25f69efe6d4fe45bdc0b751b3adc8de33a2dc825073d59e5d50d3d0
+
+post_install() {
+	vdoc Readme.md
+	vlicense LICENSE
+}

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

* Re: New package: pipr-0.0.16
  2022-12-29 20:48 [PR PATCH] New package: pipr-0.0.16 realcharmer
  2022-12-30  7:54 ` realcharmer
  2022-12-30 10:45 ` [PR PATCH] [Updated] " realcharmer
@ 2022-12-30 12:12 ` paper42
  2023-01-01 10:36 ` [PR PATCH] [Updated] " realcharmer
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2022-12-30 12:12 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41354#issuecomment-1367887611

Comment:
This looks fixable, look at the bat template for example

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

* Re: [PR PATCH] [Updated] New package: pipr-0.0.16
  2022-12-29 20:48 [PR PATCH] New package: pipr-0.0.16 realcharmer
                   ` (2 preceding siblings ...)
  2022-12-30 12:12 ` paper42
@ 2023-01-01 10:36 ` realcharmer
  2023-01-01 10:43 ` realcharmer
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: realcharmer @ 2023-01-01 10:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/realcharmer/void-packages pipr
https://github.com/void-linux/void-packages/pull/41354

New package: pipr-0.0.16
A tool to interactively write shell pipelines.
<https://github.com/elkowar/pipr>

#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

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

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

From dc017072e30c7756dce295a193cac6b73ab4b996 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Thu, 29 Dec 2022 21:46:08 +0100
Subject: [PATCH] New package: pipr-0.0.16

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

diff --git a/srcpkgs/pipr/template b/srcpkgs/pipr/template
new file mode 100644
index 000000000000..463079ccff4c
--- /dev/null
+++ b/srcpkgs/pipr/template
@@ -0,0 +1,22 @@
+# Template file for 'pipr'
+pkgname=pipr
+version=0.0.16
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+short_desc="Tool for writing interactive shell pipelines"
+maintainer="Emil Miler <em@0x45.cz>"
+license="MIT"
+homepage="https://github.com/elkowar/pipr"
+distfiles="https://github.com/elkowar/pipr/archive/v${version}/${pkgname}-${version}.tar.gz"
+checksum=4be6f79ff25f69efe6d4fe45bdc0b751b3adc8de33a2dc825073d59e5d50d3d0
+
+pre_build() {
+	# fixes an indexmap error when cross compiling
+	cargo update --package autocfg@1.0.1 --precise 1.1.0
+}
+
+post_install() {
+	vdoc Readme.md
+	vlicense LICENSE
+}

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

* Re: New package: pipr-0.0.16
  2022-12-29 20:48 [PR PATCH] New package: pipr-0.0.16 realcharmer
                   ` (3 preceding siblings ...)
  2023-01-01 10:36 ` [PR PATCH] [Updated] " realcharmer
@ 2023-01-01 10:43 ` realcharmer
  2023-04-02  1:53 ` github-actions
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: realcharmer @ 2023-01-01 10:43 UTC (permalink / raw)
  To: ml

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

New comment by realcharmer on void-packages repository

https://github.com/void-linux/void-packages/pull/41354#issuecomment-1368411017

Comment:
> This looks fixable, look at the bat template for example

Thanks for the tip, that solved the issue.

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

* Re: New package: pipr-0.0.16
  2022-12-29 20:48 [PR PATCH] New package: pipr-0.0.16 realcharmer
                   ` (4 preceding siblings ...)
  2023-01-01 10:43 ` realcharmer
@ 2023-04-02  1:53 ` github-actions
  2023-04-02  7:46 ` realcharmer
  2023-06-24 12:53 ` [PR PATCH] [Closed]: " Duncaen
  7 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2023-04-02  1:53 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/41354#issuecomment-1493196521

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] 9+ messages in thread

* Re: New package: pipr-0.0.16
  2022-12-29 20:48 [PR PATCH] New package: pipr-0.0.16 realcharmer
                   ` (5 preceding siblings ...)
  2023-04-02  1:53 ` github-actions
@ 2023-04-02  7:46 ` realcharmer
  2023-06-24 12:53 ` [PR PATCH] [Closed]: " Duncaen
  7 siblings, 0 replies; 9+ messages in thread
From: realcharmer @ 2023-04-02  7:46 UTC (permalink / raw)
  To: ml

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

New comment by realcharmer on void-packages repository

https://github.com/void-linux/void-packages/pull/41354#issuecomment-1493257132

Comment:
Still waiting for merge.

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

* Re: [PR PATCH] [Closed]: New package: pipr-0.0.16
  2022-12-29 20:48 [PR PATCH] New package: pipr-0.0.16 realcharmer
                   ` (6 preceding siblings ...)
  2023-04-02  7:46 ` realcharmer
@ 2023-06-24 12:53 ` Duncaen
  7 siblings, 0 replies; 9+ messages in thread
From: Duncaen @ 2023-06-24 12:53 UTC (permalink / raw)
  To: ml

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

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

New package: pipr-0.0.16
https://github.com/void-linux/void-packages/pull/41354

Description:
A tool to interactively write shell pipelines.
<https://github.com/elkowar/pipr>

#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

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

end of thread, other threads:[~2023-06-24 12:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-29 20:48 [PR PATCH] New package: pipr-0.0.16 realcharmer
2022-12-30  7:54 ` realcharmer
2022-12-30 10:45 ` [PR PATCH] [Updated] " realcharmer
2022-12-30 12:12 ` paper42
2023-01-01 10:36 ` [PR PATCH] [Updated] " realcharmer
2023-01-01 10:43 ` realcharmer
2023-04-02  1:53 ` github-actions
2023-04-02  7:46 ` realcharmer
2023-06-24 12:53 ` [PR PATCH] [Closed]: " Duncaen

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