Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: cmakelang-0.6.13
@ 2023-10-14 15:40 meator
  2023-10-14 15:45 ` [PR PATCH] [Updated] " meator
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: meator @ 2023-10-14 15:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/meator/void-packages cmake_format
https://github.com/void-linux/void-packages/pull/46677

New package: cmakelang-0.6.13
<!-- Uncomment relevant sections and delete options which are not applicable -->
I've tried really hard but found no way to make tests work. I believe having a package without tests is better than having no package. I have tested `cmake-lint` and `cmake-format` and they work well.

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

<!-- 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, (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/46677.patch is attached

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

From 7250a753116c03d1ccc1320cb1149da604be3788 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 14 Oct 2023 17:31:56 +0200
Subject: [PATCH] New package: cmakelang-0.6.13

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

diff --git a/srcpkgs/cmakelang/template b/srcpkgs/cmakelang/template
new file mode 100644
index 0000000000000..626d52893e49a
--- /dev/null
+++ b/srcpkgs/cmakelang/template
@@ -0,0 +1,17 @@
+# Template file for 'cmakelang'
+pkgname=cmakelang
+version=0.6.13
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+checkdepends="python3-six python3-pytest cmake git"
+# tests are broken, they also rely on git to pull a repo which requires
+# internet access
+make_check="no"
+depends="python3-six"
+short_desc="Source code formatter for cmake listfiles."
+maintainer="meator <meator.dev@gmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/cheshirekow/cmake_format"
+distfiles="https://github.com/cheshirekow/cmake_format/archive/refs/tags/v${version}.tar.gz"
+checksum=b67dd150380d9223036a12f82126a7a9b18e77db4a8d7240f993ee090884e4bf

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

* Re: [PR PATCH] [Updated] New package: cmakelang-0.6.13
  2023-10-14 15:40 [PR PATCH] New package: cmakelang-0.6.13 meator
@ 2023-10-14 15:45 ` meator
  2023-10-14 23:22 ` [PR REVIEW] " Piraty
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: meator @ 2023-10-14 15:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/meator/void-packages cmake_format
https://github.com/void-linux/void-packages/pull/46677

New package: cmakelang-0.6.13
<!-- Uncomment relevant sections and delete options which are not applicable -->
I've tried really hard but found no way to make tests work. I believe having a package without tests is better than having no package. I have tested `cmake-lint` and `cmake-format` and they work well.

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

<!-- 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, (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/46677.patch is attached

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

From f15bf7fdb3ee6f1b76116fd0170f866d316b18a8 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 14 Oct 2023 17:31:56 +0200
Subject: [PATCH] New package: cmakelang-0.6.13

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

diff --git a/srcpkgs/cmakelang/template b/srcpkgs/cmakelang/template
new file mode 100644
index 0000000000000..d92befb733fc2
--- /dev/null
+++ b/srcpkgs/cmakelang/template
@@ -0,0 +1,17 @@
+# Template file for 'cmakelang'
+pkgname=cmakelang
+version=0.6.13
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-six"
+checkdepends="python3-six python3-pytest cmake git"
+short_desc="Source code formatter for cmake listfiles"
+maintainer="meator <meator.dev@gmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/cheshirekow/cmake_format"
+distfiles="https://github.com/cheshirekow/cmake_format/archive/refs/tags/v${version}.tar.gz"
+checksum=b67dd150380d9223036a12f82126a7a9b18e77db4a8d7240f993ee090884e4bf
+# tests are broken, they also rely on git to pull a repo which requires
+# internet access
+make_check="no"

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

* Re: [PR REVIEW] New package: cmakelang-0.6.13
  2023-10-14 15:40 [PR PATCH] New package: cmakelang-0.6.13 meator
  2023-10-14 15:45 ` [PR PATCH] [Updated] " meator
@ 2023-10-14 23:22 ` Piraty
  2023-10-15  6:27 ` [PR PATCH] [Updated] " meator
  2023-10-15 18:50 ` [PR PATCH] [Merged]: " Piraty
  3 siblings, 0 replies; 5+ messages in thread
From: Piraty @ 2023-10-14 23:22 UTC (permalink / raw)
  To: ml

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

New review comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/46677#discussion_r1359678009

Comment:
usually `checkdepends="$depends ..."`

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

* Re: [PR PATCH] [Updated] New package: cmakelang-0.6.13
  2023-10-14 15:40 [PR PATCH] New package: cmakelang-0.6.13 meator
  2023-10-14 15:45 ` [PR PATCH] [Updated] " meator
  2023-10-14 23:22 ` [PR REVIEW] " Piraty
@ 2023-10-15  6:27 ` meator
  2023-10-15 18:50 ` [PR PATCH] [Merged]: " Piraty
  3 siblings, 0 replies; 5+ messages in thread
From: meator @ 2023-10-15  6:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/meator/void-packages cmake_format
https://github.com/void-linux/void-packages/pull/46677

New package: cmakelang-0.6.13
<!-- Uncomment relevant sections and delete options which are not applicable -->
I've tried really hard but found no way to make tests work. I believe having a package without tests is better than having no package. I have tested `cmake-lint` and `cmake-format` and they work well.

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

<!-- 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, (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/46677.patch is attached

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

From b0732780bf56a25e555c256faf884b421f81a37f Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sat, 14 Oct 2023 17:31:56 +0200
Subject: [PATCH] New package: cmakelang-0.6.13

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

diff --git a/srcpkgs/cmakelang/template b/srcpkgs/cmakelang/template
new file mode 100644
index 0000000000000..f388824421688
--- /dev/null
+++ b/srcpkgs/cmakelang/template
@@ -0,0 +1,17 @@
+# Template file for 'cmakelang'
+pkgname=cmakelang
+version=0.6.13
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-six"
+checkdepends="$depends python3-pytest cmake git"
+short_desc="Source code formatter for cmake listfiles"
+maintainer="meator <meator.dev@gmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/cheshirekow/cmake_format"
+distfiles="https://github.com/cheshirekow/cmake_format/archive/refs/tags/v${version}.tar.gz"
+checksum=b67dd150380d9223036a12f82126a7a9b18e77db4a8d7240f993ee090884e4bf
+# tests are broken, they also rely on git to pull a repo which requires
+# internet access
+make_check="no"

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

* Re: [PR PATCH] [Merged]: New package: cmakelang-0.6.13
  2023-10-14 15:40 [PR PATCH] New package: cmakelang-0.6.13 meator
                   ` (2 preceding siblings ...)
  2023-10-15  6:27 ` [PR PATCH] [Updated] " meator
@ 2023-10-15 18:50 ` Piraty
  3 siblings, 0 replies; 5+ messages in thread
From: Piraty @ 2023-10-15 18:50 UTC (permalink / raw)
  To: ml

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

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

New package: cmakelang-0.6.13
https://github.com/void-linux/void-packages/pull/46677

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
I've tried really hard but found no way to make tests work. I believe having a package without tests is better than having no package. I have tested `cmake-lint` and `cmake-format` and they work well.

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

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


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

end of thread, other threads:[~2023-10-15 18:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-14 15:40 [PR PATCH] New package: cmakelang-0.6.13 meator
2023-10-14 15:45 ` [PR PATCH] [Updated] " meator
2023-10-14 23:22 ` [PR REVIEW] " Piraty
2023-10-15  6:27 ` [PR PATCH] [Updated] " meator
2023-10-15 18:50 ` [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).