* [PR PATCH] New package: bmaptool-3.8.0
@ 2024-11-11 11:56 SyFloG
2024-12-03 10:23 ` [PR PATCH] [Updated] " SyFloG
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: SyFloG @ 2024-11-11 11:56 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1130 bytes --]
There is a new pull request by SyFloG against master on the void-packages repository
https://github.com/SyFloG/void-packages bmaptool
https://github.com/void-linux/void-packages/pull/52989
New package: bmaptool-3.8.0
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### 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, x86_64
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64 (cross)
- armv6l (cross)
A patch file from https://github.com/void-linux/void-packages/pull/52989.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bmaptool-52989.patch --]
[-- Type: text/x-diff, Size: 1195 bytes --]
From bc44ec3127b156f552ef339b6554a97c68b8fa19 Mon Sep 17 00:00:00 2001
From: SyFloG <syflog@pm.me>
Date: Wed, 6 Nov 2024 15:07:50 +0100
Subject: [PATCH] New package: bmaptool-3.8.0
---
srcpkgs/bmaptool/template | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100644 srcpkgs/bmaptool/template
diff --git a/srcpkgs/bmaptool/template b/srcpkgs/bmaptool/template
new file mode 100644
index 00000000000000..409c809c506871
--- /dev/null
+++ b/srcpkgs/bmaptool/template
@@ -0,0 +1,20 @@
+# Template file for 'bmaptool'
+pkgname=bmaptool
+version=3.8.0
+revision=1
+build_style=python3-module
+# skip CLI tests: fail to find executable
+make_check_args="-k not(CLI)"
+hostmakedepends="python3-setuptools"
+depends="python3 gpgme-python3 python3-six"
+checkdepends="${depends} python3-pytest"
+short_desc="Tool for creating the block map for a file"
+maintainer="SyFloG <syflog@pm.me>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/yoctoproject/bmaptool"
+distfiles="https://github.com/yoctoproject/${pkgname}/archive/v${version}.tar.gz"
+checksum=3c741ccdd5049b5cb6983bc186f7be8040a132ed7e9c2afda4d9e7390888163c
+
+post_install() {
+ vman docs/man1/bmaptool.1
+}
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Updated] New package: bmaptool-3.8.0
2024-11-11 11:56 [PR PATCH] New package: bmaptool-3.8.0 SyFloG
@ 2024-12-03 10:23 ` SyFloG
2025-01-02 13:25 ` SyFloG
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: SyFloG @ 2024-12-03 10:23 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1135 bytes --]
There is an updated pull request by SyFloG against master on the void-packages repository
https://github.com/SyFloG/void-packages bmaptool
https://github.com/void-linux/void-packages/pull/52989
New package: bmaptool-3.8.0
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### 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, x86_64
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64 (cross)
- armv6l (cross)
A patch file from https://github.com/void-linux/void-packages/pull/52989.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bmaptool-52989.patch --]
[-- Type: text/x-diff, Size: 1195 bytes --]
From 090153adb3b3f1508efe4093580f5f933f81c501 Mon Sep 17 00:00:00 2001
From: SyFloG <syflog@pm.me>
Date: Wed, 6 Nov 2024 15:07:50 +0100
Subject: [PATCH] New package: bmaptool-3.8.0
---
srcpkgs/bmaptool/template | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100644 srcpkgs/bmaptool/template
diff --git a/srcpkgs/bmaptool/template b/srcpkgs/bmaptool/template
new file mode 100644
index 00000000000000..409c809c506871
--- /dev/null
+++ b/srcpkgs/bmaptool/template
@@ -0,0 +1,20 @@
+# Template file for 'bmaptool'
+pkgname=bmaptool
+version=3.8.0
+revision=1
+build_style=python3-module
+# skip CLI tests: fail to find executable
+make_check_args="-k not(CLI)"
+hostmakedepends="python3-setuptools"
+depends="python3 gpgme-python3 python3-six"
+checkdepends="${depends} python3-pytest"
+short_desc="Tool for creating the block map for a file"
+maintainer="SyFloG <syflog@pm.me>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/yoctoproject/bmaptool"
+distfiles="https://github.com/yoctoproject/${pkgname}/archive/v${version}.tar.gz"
+checksum=3c741ccdd5049b5cb6983bc186f7be8040a132ed7e9c2afda4d9e7390888163c
+
+post_install() {
+ vman docs/man1/bmaptool.1
+}
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Updated] New package: bmaptool-3.8.0
2024-11-11 11:56 [PR PATCH] New package: bmaptool-3.8.0 SyFloG
2024-12-03 10:23 ` [PR PATCH] [Updated] " SyFloG
@ 2025-01-02 13:25 ` SyFloG
2025-01-30 12:30 ` SyFloG
2025-03-04 9:57 ` SyFloG
3 siblings, 0 replies; 5+ messages in thread
From: SyFloG @ 2025-01-02 13:25 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1135 bytes --]
There is an updated pull request by SyFloG against master on the void-packages repository
https://github.com/SyFloG/void-packages bmaptool
https://github.com/void-linux/void-packages/pull/52989
New package: bmaptool-3.8.0
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### 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, x86_64
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64 (cross)
- armv6l (cross)
A patch file from https://github.com/void-linux/void-packages/pull/52989.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bmaptool-52989.patch --]
[-- Type: text/x-diff, Size: 1195 bytes --]
From 4fcdf73bba44ac7f8821f261d6cb8795491a87c0 Mon Sep 17 00:00:00 2001
From: SyFloG <syflog@pm.me>
Date: Wed, 6 Nov 2024 15:07:50 +0100
Subject: [PATCH] New package: bmaptool-3.8.0
---
srcpkgs/bmaptool/template | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100644 srcpkgs/bmaptool/template
diff --git a/srcpkgs/bmaptool/template b/srcpkgs/bmaptool/template
new file mode 100644
index 00000000000000..409c809c506871
--- /dev/null
+++ b/srcpkgs/bmaptool/template
@@ -0,0 +1,20 @@
+# Template file for 'bmaptool'
+pkgname=bmaptool
+version=3.8.0
+revision=1
+build_style=python3-module
+# skip CLI tests: fail to find executable
+make_check_args="-k not(CLI)"
+hostmakedepends="python3-setuptools"
+depends="python3 gpgme-python3 python3-six"
+checkdepends="${depends} python3-pytest"
+short_desc="Tool for creating the block map for a file"
+maintainer="SyFloG <syflog@pm.me>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/yoctoproject/bmaptool"
+distfiles="https://github.com/yoctoproject/${pkgname}/archive/v${version}.tar.gz"
+checksum=3c741ccdd5049b5cb6983bc186f7be8040a132ed7e9c2afda4d9e7390888163c
+
+post_install() {
+ vman docs/man1/bmaptool.1
+}
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Updated] New package: bmaptool-3.8.0
2024-11-11 11:56 [PR PATCH] New package: bmaptool-3.8.0 SyFloG
2024-12-03 10:23 ` [PR PATCH] [Updated] " SyFloG
2025-01-02 13:25 ` SyFloG
@ 2025-01-30 12:30 ` SyFloG
2025-03-04 9:57 ` SyFloG
3 siblings, 0 replies; 5+ messages in thread
From: SyFloG @ 2025-01-30 12:30 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1135 bytes --]
There is an updated pull request by SyFloG against master on the void-packages repository
https://github.com/SyFloG/void-packages bmaptool
https://github.com/void-linux/void-packages/pull/52989
New package: bmaptool-3.8.0
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### 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, x86_64
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64 (cross)
- armv6l (cross)
A patch file from https://github.com/void-linux/void-packages/pull/52989.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bmaptool-52989.patch --]
[-- Type: text/x-diff, Size: 1195 bytes --]
From d96d58a9f7871d020d410f2d508536adf0a2bf5b Mon Sep 17 00:00:00 2001
From: SyFloG <syflog@pm.me>
Date: Wed, 6 Nov 2024 15:07:50 +0100
Subject: [PATCH] New package: bmaptool-3.8.0
---
srcpkgs/bmaptool/template | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100644 srcpkgs/bmaptool/template
diff --git a/srcpkgs/bmaptool/template b/srcpkgs/bmaptool/template
new file mode 100644
index 00000000000000..409c809c506871
--- /dev/null
+++ b/srcpkgs/bmaptool/template
@@ -0,0 +1,20 @@
+# Template file for 'bmaptool'
+pkgname=bmaptool
+version=3.8.0
+revision=1
+build_style=python3-module
+# skip CLI tests: fail to find executable
+make_check_args="-k not(CLI)"
+hostmakedepends="python3-setuptools"
+depends="python3 gpgme-python3 python3-six"
+checkdepends="${depends} python3-pytest"
+short_desc="Tool for creating the block map for a file"
+maintainer="SyFloG <syflog@pm.me>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/yoctoproject/bmaptool"
+distfiles="https://github.com/yoctoproject/${pkgname}/archive/v${version}.tar.gz"
+checksum=3c741ccdd5049b5cb6983bc186f7be8040a132ed7e9c2afda4d9e7390888163c
+
+post_install() {
+ vman docs/man1/bmaptool.1
+}
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Updated] New package: bmaptool-3.8.0
2024-11-11 11:56 [PR PATCH] New package: bmaptool-3.8.0 SyFloG
` (2 preceding siblings ...)
2025-01-30 12:30 ` SyFloG
@ 2025-03-04 9:57 ` SyFloG
3 siblings, 0 replies; 5+ messages in thread
From: SyFloG @ 2025-03-04 9:57 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1135 bytes --]
There is an updated pull request by SyFloG against master on the void-packages repository
https://github.com/SyFloG/void-packages bmaptool
https://github.com/void-linux/void-packages/pull/52989
New package: bmaptool-3.8.0
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### 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, x86_64
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64 (cross)
- armv6l (cross)
A patch file from https://github.com/void-linux/void-packages/pull/52989.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bmaptool-52989.patch --]
[-- Type: text/x-diff, Size: 1195 bytes --]
From 9016ddb692f2b2b962ae9847535d8f5aed407a59 Mon Sep 17 00:00:00 2001
From: SyFloG <syflog@pm.me>
Date: Wed, 6 Nov 2024 15:07:50 +0100
Subject: [PATCH] New package: bmaptool-3.8.0
---
srcpkgs/bmaptool/template | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100644 srcpkgs/bmaptool/template
diff --git a/srcpkgs/bmaptool/template b/srcpkgs/bmaptool/template
new file mode 100644
index 00000000000000..409c809c506871
--- /dev/null
+++ b/srcpkgs/bmaptool/template
@@ -0,0 +1,20 @@
+# Template file for 'bmaptool'
+pkgname=bmaptool
+version=3.8.0
+revision=1
+build_style=python3-module
+# skip CLI tests: fail to find executable
+make_check_args="-k not(CLI)"
+hostmakedepends="python3-setuptools"
+depends="python3 gpgme-python3 python3-six"
+checkdepends="${depends} python3-pytest"
+short_desc="Tool for creating the block map for a file"
+maintainer="SyFloG <syflog@pm.me>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/yoctoproject/bmaptool"
+distfiles="https://github.com/yoctoproject/${pkgname}/archive/v${version}.tar.gz"
+checksum=3c741ccdd5049b5cb6983bc186f7be8040a132ed7e9c2afda4d9e7390888163c
+
+post_install() {
+ vman docs/man1/bmaptool.1
+}
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-03-04 9:57 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-11 11:56 [PR PATCH] New package: bmaptool-3.8.0 SyFloG
2024-12-03 10:23 ` [PR PATCH] [Updated] " SyFloG
2025-01-02 13:25 ` SyFloG
2025-01-30 12:30 ` SyFloG
2025-03-04 9:57 ` SyFloG
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).