Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: bmap-tools-3.5
@ 2020-04-03  3:47 anjandev
  2020-04-03 21:38 ` [PR PATCH] [Updated] " anjandev
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: anjandev @ 2020-04-03  3:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/anjandev/void-packages bmap
https://github.com/void-linux/void-packages/pull/20583

New package: bmap-tools-3.5


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

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

From 687589a479729f275bb00431811314c900391ff4 Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Thu, 2 Apr 2020 20:46:43 -0700
Subject: [PATCH] New package: bmap-tools-3.5

---
 srcpkgs/bmap-tools/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/bmap-tools/template

diff --git a/srcpkgs/bmap-tools/template b/srcpkgs/bmap-tools/template
new file mode 100644
index 00000000000..859677ad94d
--- /dev/null
+++ b/srcpkgs/bmap-tools/template
@@ -0,0 +1,12 @@
+# Template file for 'bmap-tools'
+pkgname=bmap-tools
+version=3.5
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Generic tool for creating bmap and copying files using bmap"
+maintainer="Anjandev Momi <anjan@momi.ca>"
+license="GPL-2.0-only"
+homepage="https://github.com/intel/bmap-tools"
+distfiles="https://github.com/intel/bmap-tools/archive/v${version}.tar.gz"
+checksum=d410e2d97192d0fc2f88ef160a0bb6ed83fce99da97a606d7f6890cc654ec594

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

* Re: [PR PATCH] [Updated] New package: bmap-tools-3.5
  2020-04-03  3:47 [PR PATCH] New package: bmap-tools-3.5 anjandev
@ 2020-04-03 21:38 ` anjandev
  2020-04-03 21:42 ` anjandev
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: anjandev @ 2020-04-03 21:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/anjandev/void-packages bmap
https://github.com/void-linux/void-packages/pull/20583

New package: bmap-tools-3.5


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

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

From 8974cef32038d109a76f4a9d8fc60c0ce97ec508 Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Thu, 2 Apr 2020 20:46:43 -0700
Subject: [PATCH] New package: bmap-tools-3.5

---
 srcpkgs/bmap-tools/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/bmap-tools/template

diff --git a/srcpkgs/bmap-tools/template b/srcpkgs/bmap-tools/template
new file mode 100644
index 00000000000..8305631a0e8
--- /dev/null
+++ b/srcpkgs/bmap-tools/template
@@ -0,0 +1,14 @@
+# Template file for 'bmap-tools'
+pkgname=bmap-tools
+version=3.5
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+archs=noarch
+depends="python3-setuptools"
+short_desc="Generic tool for creating bmap and copying files using bmap"
+maintainer="Anjandev Momi <anjan@momi.ca>"
+license="GPL-2.0-only"
+homepage="https://github.com/intel/bmap-tools"
+distfiles="https://github.com/intel/bmap-tools/archive/v${version}.tar.gz"
+checksum=d410e2d97192d0fc2f88ef160a0bb6ed83fce99da97a606d7f6890cc654ec594

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

* Re: [PR PATCH] [Updated] New package: bmap-tools-3.5
  2020-04-03  3:47 [PR PATCH] New package: bmap-tools-3.5 anjandev
  2020-04-03 21:38 ` [PR PATCH] [Updated] " anjandev
@ 2020-04-03 21:42 ` anjandev
  2021-11-06 22:21 ` [PR REVIEW] " abenson
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: anjandev @ 2020-04-03 21:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/anjandev/void-packages bmap
https://github.com/void-linux/void-packages/pull/20583

New package: bmap-tools-3.5


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

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

From 7ea20223b4fa378366f11eed8f2f798157303255 Mon Sep 17 00:00:00 2001
From: Anjandev Momi <anjan@momi.ca>
Date: Thu, 2 Apr 2020 20:46:43 -0700
Subject: [PATCH] New package: bmap-tools-3.5

---
 srcpkgs/bmap-tools/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/bmap-tools/template

diff --git a/srcpkgs/bmap-tools/template b/srcpkgs/bmap-tools/template
new file mode 100644
index 00000000000..46a8bfdca4d
--- /dev/null
+++ b/srcpkgs/bmap-tools/template
@@ -0,0 +1,14 @@
+# Template file for 'bmap-tools'
+pkgname=bmap-tools
+version=3.5
+revision=1
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-setuptools"
+short_desc="Generic tool for creating bmap and copying files using bmap"
+maintainer="Anjandev Momi <anjan@momi.ca>"
+license="GPL-2.0-only"
+homepage="https://github.com/intel/bmap-tools"
+distfiles="https://github.com/intel/bmap-tools/archive/v${version}.tar.gz"
+checksum=d410e2d97192d0fc2f88ef160a0bb6ed83fce99da97a606d7f6890cc654ec594

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

* Re: [PR REVIEW] New package: bmap-tools-3.5
  2020-04-03  3:47 [PR PATCH] New package: bmap-tools-3.5 anjandev
  2020-04-03 21:38 ` [PR PATCH] [Updated] " anjandev
  2020-04-03 21:42 ` anjandev
@ 2021-11-06 22:21 ` abenson
  2021-11-06 22:21 ` abenson
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: abenson @ 2021-11-06 22:21 UTC (permalink / raw)
  To: ml

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

New review comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/20583#discussion_r744174608

Comment:
Update this to 3.6

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

* Re: [PR REVIEW] New package: bmap-tools-3.5
  2020-04-03  3:47 [PR PATCH] New package: bmap-tools-3.5 anjandev
                   ` (2 preceding siblings ...)
  2021-11-06 22:21 ` [PR REVIEW] " abenson
@ 2021-11-06 22:21 ` abenson
  2022-04-16  2:02 ` github-actions
  2022-04-30  2:13 ` [PR PATCH] [Closed]: " github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: abenson @ 2021-11-06 22:21 UTC (permalink / raw)
  To: ml

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

New review comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/20583#discussion_r744174624

Comment:
drop `noarch`

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

* Re: New package: bmap-tools-3.5
  2020-04-03  3:47 [PR PATCH] New package: bmap-tools-3.5 anjandev
                   ` (3 preceding siblings ...)
  2021-11-06 22:21 ` abenson
@ 2022-04-16  2:02 ` github-actions
  2022-04-30  2:13 ` [PR PATCH] [Closed]: " github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2022-04-16  2:02 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/20583#issuecomment-1100506552

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

* Re: [PR PATCH] [Closed]: New package: bmap-tools-3.5
  2020-04-03  3:47 [PR PATCH] New package: bmap-tools-3.5 anjandev
                   ` (4 preceding siblings ...)
  2022-04-16  2:02 ` github-actions
@ 2022-04-30  2:13 ` github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2022-04-30  2:13 UTC (permalink / raw)
  To: ml

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

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

New package: bmap-tools-3.5
https://github.com/void-linux/void-packages/pull/20583

Description:


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

end of thread, other threads:[~2022-04-30  2:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-03  3:47 [PR PATCH] New package: bmap-tools-3.5 anjandev
2020-04-03 21:38 ` [PR PATCH] [Updated] " anjandev
2020-04-03 21:42 ` anjandev
2021-11-06 22:21 ` [PR REVIEW] " abenson
2021-11-06 22:21 ` abenson
2022-04-16  2:02 ` github-actions
2022-04-30  2:13 ` [PR PATCH] [Closed]: " github-actions

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