Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: hurl-2.0.0
@ 2023-01-29  6:25 icp1994
  2023-01-29  7:03 ` [PR PATCH] [Updated] " icp1994
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: icp1994 @ 2023-01-29  6:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages hurl
https://github.com/void-linux/void-packages/pull/41927

New package: hurl-2.0.0
#### Description
[Hurl](https://hurl.dev) is a CLI tool that runs HTTP requests defined in a simple plain text format. It can chain requests, capture values and evaluate queries on headers and body response. It can be used for both fetching data and testing HTTP sessions.

#### 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/41927.patch is attached

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

From 209027f8e35c59cd26124b4ac4fa7f6aa4383221 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 8 Sep 2022 10:33:00 +0530
Subject: [PATCH] New package: hurl-2.0.0

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

diff --git a/srcpkgs/hurl/template b/srcpkgs/hurl/template
new file mode 100644
index 000000000000..b6fb1ead389b
--- /dev/null
+++ b/srcpkgs/hurl/template
@@ -0,0 +1,28 @@
+# Template file for 'hurl'
+pkgname=hurl
+version=2.0.0
+revision=1
+build_style=cargo
+make_check_args="-- --skip=runner::hurl_file::run"
+hostmakedepends="pkg-config"
+makedepends="openssl-devel libcurl-devel libxml2-devel"
+short_desc="CLI to run HTTP requests defined in a simple plain text format"
+maintainer="icp <pangolin@vivaldi.net>"
+license="Apache-2.0"
+homepage="https://hurl.dev"
+changelog="https://raw.githubusercontent.com/Orange-OpenSource/hurl/master/CHANGELOG.md"
+distfiles="https://github.com/Orange-OpenSource/hurl/archive/refs/tags/${version}.tar.gz"
+checksum=19ba495db8eda29f6611ab277a4ca489d2fc203ba92c0da3d32812a8acf566b1
+
+pre_check() {
+	# needs a local server to be set up as prerequisite
+	rm -f packages/hurl/tests/libcurl.rs
+}
+
+do_install() {
+	vbin target/${RUST_TARGET}/release/hurl
+	vbin target/${RUST_TARGET}/release/hurlfmt
+
+	vman docs/manual/hurl.1
+	vman docs/manual/hurlfmt.1
+}

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

* Re: [PR PATCH] [Updated] New package: hurl-2.0.0
  2023-01-29  6:25 [PR PATCH] New package: hurl-2.0.0 icp1994
@ 2023-01-29  7:03 ` icp1994
  2023-02-02  9:44 ` icp1994
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2023-01-29  7:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages hurl
https://github.com/void-linux/void-packages/pull/41927

New package: hurl-2.0.0
#### Description
[Hurl](https://hurl.dev) is a CLI tool that runs HTTP requests defined in a simple plain text format. It can chain requests, capture values and evaluate queries on headers and body response. It can be used for both fetching data and testing HTTP sessions.

#### 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/41927.patch is attached

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

From 1b5ec1db5b9c17973a97e3a956257b72fff9ddf8 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 8 Sep 2022 10:33:00 +0530
Subject: [PATCH] New package: hurl-2.0.0

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

diff --git a/srcpkgs/hurl/template b/srcpkgs/hurl/template
new file mode 100644
index 000000000000..8571dcb73af6
--- /dev/null
+++ b/srcpkgs/hurl/template
@@ -0,0 +1,32 @@
+# Template file for 'hurl'
+pkgname=hurl
+version=2.0.0
+revision=1
+build_style=cargo
+make_check_args="-- --skip=runner::hurl_file::run"
+hostmakedepends="pkg-config"
+makedepends="openssl-devel libcurl-devel libxml2-devel"
+short_desc="CLI to run HTTP requests defined in a simple plain text format"
+maintainer="icp <pangolin@vivaldi.net>"
+license="Apache-2.0"
+homepage="https://hurl.dev"
+changelog="https://raw.githubusercontent.com/Orange-OpenSource/hurl/master/CHANGELOG.md"
+distfiles="https://github.com/Orange-OpenSource/hurl/archive/refs/tags/${version}.tar.gz"
+checksum=19ba495db8eda29f6611ab277a4ca489d2fc203ba92c0da3d32812a8acf566b1
+
+if [ "$XBPS_WORDSIZE" -eq 32 ]; then
+	make_check=no # https://github.com/Orange-OpenSource/hurl/issues/1220
+fi
+
+pre_check() {
+	# needs a local server to be set up as prerequisite
+	rm -f packages/hurl/tests/libcurl.rs
+}
+
+do_install() {
+	vbin target/${RUST_TARGET}/release/hurl
+	vbin target/${RUST_TARGET}/release/hurlfmt
+
+	vman docs/manual/hurl.1
+	vman docs/manual/hurlfmt.1
+}

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

* Re: [PR PATCH] [Updated] New package: hurl-2.0.0
  2023-01-29  6:25 [PR PATCH] New package: hurl-2.0.0 icp1994
  2023-01-29  7:03 ` [PR PATCH] [Updated] " icp1994
@ 2023-02-02  9:44 ` icp1994
  2023-05-04  1:51 ` New package: hurl-2.0.1 github-actions
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2023-02-02  9:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages hurl
https://github.com/void-linux/void-packages/pull/41927

New package: hurl-2.0.0
#### Description
[Hurl](https://hurl.dev) is a CLI tool that runs HTTP requests defined in a simple plain text format. It can chain requests, capture values and evaluate queries on headers and body response. It can be used for both fetching data and testing HTTP sessions.

#### 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/41927.patch is attached

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

From 34cdd55e8db390edd052bd348466dcea245ec464 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 8 Sep 2022 10:33:00 +0530
Subject: [PATCH] New package: hurl-2.0.1

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

diff --git a/srcpkgs/hurl/template b/srcpkgs/hurl/template
new file mode 100644
index 000000000000..18177860259e
--- /dev/null
+++ b/srcpkgs/hurl/template
@@ -0,0 +1,32 @@
+# Template file for 'hurl'
+pkgname=hurl
+version=2.0.1
+revision=1
+build_style=cargo
+make_check_args="-- --skip=runner::hurl_file::run"
+hostmakedepends="pkg-config"
+makedepends="openssl-devel libcurl-devel libxml2-devel"
+short_desc="CLI to run HTTP requests defined in a simple plain text format"
+maintainer="icp <pangolin@vivaldi.net>"
+license="Apache-2.0"
+homepage="https://hurl.dev"
+changelog="https://raw.githubusercontent.com/Orange-OpenSource/hurl/master/CHANGELOG.md"
+distfiles="https://github.com/Orange-OpenSource/hurl/archive/refs/tags/${version}.tar.gz"
+checksum=6fa3524be56027748aa13afc72487fc07f5b1ef3bf4ccdeb9c641436b3dcd4d3
+
+if [[ "$XBPS_WORDSIZE" -eq 32 ]]; then
+	make_check=no # https://github.com/Orange-OpenSource/hurl/issues/1220
+fi
+
+pre_check() {
+	# needs a local server to be set up as prerequisite
+	rm -f packages/hurl/tests/libcurl.rs
+}
+
+do_install() {
+	vbin target/${RUST_TARGET}/release/hurl
+	vbin target/${RUST_TARGET}/release/hurlfmt
+
+	vman docs/manual/hurl.1
+	vman docs/manual/hurlfmt.1
+}

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

* Re: New package: hurl-2.0.1
  2023-01-29  6:25 [PR PATCH] New package: hurl-2.0.0 icp1994
  2023-01-29  7:03 ` [PR PATCH] [Updated] " icp1994
  2023-02-02  9:44 ` icp1994
@ 2023-05-04  1:51 ` github-actions
  2023-05-05  6:12 ` [PR PATCH] [Updated] " icp1994
  2023-06-24 13:49 ` [PR PATCH] [Merged]: New package: hurl-3.0.0 Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2023-05-04  1:51 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/41927#issuecomment-1533974257

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

* Re: [PR PATCH] [Updated] New package: hurl-2.0.1
  2023-01-29  6:25 [PR PATCH] New package: hurl-2.0.0 icp1994
                   ` (2 preceding siblings ...)
  2023-05-04  1:51 ` New package: hurl-2.0.1 github-actions
@ 2023-05-05  6:12 ` icp1994
  2023-06-24 13:49 ` [PR PATCH] [Merged]: New package: hurl-3.0.0 Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2023-05-05  6:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages hurl
https://github.com/void-linux/void-packages/pull/41927

New package: hurl-2.0.1
#### Description
[Hurl](https://hurl.dev) is a CLI tool that runs HTTP requests defined in a simple plain text format. It can chain requests, capture values and evaluate queries on headers and body response. It can be used for both fetching data and testing HTTP sessions.

#### 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/41927.patch is attached

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

From 5c586a3ca97b1d093104e11408e691652b05a4f5 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 8 Sep 2022 10:33:00 +0530
Subject: [PATCH] New package: hurl-3.0.0

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

diff --git a/srcpkgs/hurl/template b/srcpkgs/hurl/template
new file mode 100644
index 000000000000..77634e4f2065
--- /dev/null
+++ b/srcpkgs/hurl/template
@@ -0,0 +1,27 @@
+# Template file for 'hurl'
+pkgname=hurl
+version=3.0.0
+revision=1
+build_style=cargo
+make_check_args="-- --skip=runner::hurl_file::run --skip=http::tests::libcurl"
+hostmakedepends="pkg-config"
+makedepends="openssl-devel libcurl-devel libxml2-devel"
+short_desc="CLI to run HTTP requests defined in a simple plain text format"
+maintainer="icp <pangolin@vivaldi.net>"
+license="Apache-2.0"
+homepage="https://hurl.dev"
+changelog="https://raw.githubusercontent.com/Orange-OpenSource/hurl/master/CHANGELOG.md"
+distfiles="https://github.com/Orange-OpenSource/hurl/archive/refs/tags/${version}.tar.gz"
+checksum=7ad9a1043129edb4850727c085a83010b916b3515c2af5afddd0809c1e2bd85c
+
+if [[ "$XBPS_WORDSIZE" -eq 32 ]]; then
+	make_check=no # https://github.com/Orange-OpenSource/hurl/issues/1220
+fi
+
+do_install() {
+	vbin target/${RUST_TARGET}/release/hurl
+	vbin target/${RUST_TARGET}/release/hurlfmt
+
+	vman docs/manual/hurl.1
+	vman docs/manual/hurlfmt.1
+}

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

* Re: [PR PATCH] [Merged]: New package: hurl-3.0.0
  2023-01-29  6:25 [PR PATCH] New package: hurl-2.0.0 icp1994
                   ` (3 preceding siblings ...)
  2023-05-05  6:12 ` [PR PATCH] [Updated] " icp1994
@ 2023-06-24 13:49 ` Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: Duncaen @ 2023-06-24 13:49 UTC (permalink / raw)
  To: ml

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

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

New package: hurl-3.0.0
https://github.com/void-linux/void-packages/pull/41927

Description:
#### Description
[Hurl](https://hurl.dev) is a CLI tool that runs HTTP requests defined in a simple plain text format. It can chain requests, capture values and evaluate queries on headers and body response. It can be used for both fetching data and testing HTTP sessions.

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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-29  6:25 [PR PATCH] New package: hurl-2.0.0 icp1994
2023-01-29  7:03 ` [PR PATCH] [Updated] " icp1994
2023-02-02  9:44 ` icp1994
2023-05-04  1:51 ` New package: hurl-2.0.1 github-actions
2023-05-05  6:12 ` [PR PATCH] [Updated] " icp1994
2023-06-24 13:49 ` [PR PATCH] [Merged]: New package: hurl-3.0.0 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).