Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: src-1.32
@ 2023-08-14  0:32 bhepple
  2023-08-14  7:18 ` bhepple
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: bhepple @ 2023-08-14  0:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bhepple/void-packages src-1.32
https://github.com/void-linux/void-packages/pull/45594

New package: src-1.32
- I tested the changes in this PR: **YES**

- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

- I built this PR locally for my native architecture, x86_64-glibc


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

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

From c2b9c684ddeb9143929f51ea7e2fec2ea4a444d3 Mon Sep 17 00:00:00 2001
From: Bob Hepple <bob.hepple@gmail.com>
Date: Mon, 14 Aug 2023 10:26:28 +1000
Subject: [PATCH] New package: src-1.32

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

diff --git a/srcpkgs/src/template b/srcpkgs/src/template
new file mode 100644
index 0000000000000..613ca6ea7b90f
--- /dev/null
+++ b/srcpkgs/src/template
@@ -0,0 +1,18 @@
+# Template file for 'src'
+pkgname=src
+version=1.32
+revision=1
+archs="x86_64"
+build_style=gnu-makefile
+hostmakedepends="asciidoc rcs"
+makedepends="python3-devel"
+depends="rcs git python3"
+short_desc="RCS reloaded with a modern UI, designed to manage single-file projects"
+maintainer="Bob Hepple <bob.hepple@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://gitlab.com/esr/src"
+distfiles="https://gitlab.com/esr/src/-/archive/${version}/src-${version}.tar.gz"
+checksum=d2011a60e88ea40959266f47f1e1ec7a24149f4b98df2bb234bfc92d048e977b
+post_install() {
+	vlicense COPYING
+}

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

* Re: New package: src-1.32
  2023-08-14  0:32 [PR PATCH] New package: src-1.32 bhepple
@ 2023-08-14  7:18 ` bhepple
  2023-08-14  7:19 ` bhepple
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: bhepple @ 2023-08-14  7:18 UTC (permalink / raw)
  To: ml

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

New comment by bhepple on void-packages repository

https://github.com/void-linux/void-packages/pull/45594#issuecomment-1676803736

Comment:
Bug raised with upstream.

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

* Re: New package: src-1.32
  2023-08-14  0:32 [PR PATCH] New package: src-1.32 bhepple
  2023-08-14  7:18 ` bhepple
@ 2023-08-14  7:19 ` bhepple
  2023-08-14  7:31 ` bhepple
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: bhepple @ 2023-08-14  7:19 UTC (permalink / raw)
  To: ml

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

New comment by bhepple on void-packages repository

https://github.com/void-linux/void-packages/pull/45594#issuecomment-1676803736

Comment:
Bug raised with upstream - https://gitlab.com/esr/src/-/issues/24

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

* Re: New package: src-1.32
  2023-08-14  0:32 [PR PATCH] New package: src-1.32 bhepple
  2023-08-14  7:18 ` bhepple
  2023-08-14  7:19 ` bhepple
@ 2023-08-14  7:31 ` bhepple
  2023-08-17  8:31 ` [PR PATCH] [Updated] " bhepple
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: bhepple @ 2023-08-14  7:31 UTC (permalink / raw)
  To: ml

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

New comment by bhepple on void-packages repository

https://github.com/void-linux/void-packages/pull/45594#issuecomment-1676803736

Comment:
pylint & shellcheck added to makedepends but it still barfs. Bug raised with upstream - https://gitlab.com/esr/src/-/issues/24

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

* Re: [PR PATCH] [Updated] New package: src-1.32
  2023-08-14  0:32 [PR PATCH] New package: src-1.32 bhepple
                   ` (2 preceding siblings ...)
  2023-08-14  7:31 ` bhepple
@ 2023-08-17  8:31 ` bhepple
  2023-08-17 21:44 ` bhepple
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: bhepple @ 2023-08-17  8:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bhepple/void-packages src-1.32
https://github.com/void-linux/void-packages/pull/45594

New package: src-1.32
- I tested the changes in this PR: **YES**

- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

- I built this PR locally for my native architecture, x86_64-glibc


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

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

From c2b9c684ddeb9143929f51ea7e2fec2ea4a444d3 Mon Sep 17 00:00:00 2001
From: Bob Hepple <bob.hepple@gmail.com>
Date: Mon, 14 Aug 2023 10:26:28 +1000
Subject: [PATCH 1/3] New package: src-1.32

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

diff --git a/srcpkgs/src/template b/srcpkgs/src/template
new file mode 100644
index 0000000000000..613ca6ea7b90f
--- /dev/null
+++ b/srcpkgs/src/template
@@ -0,0 +1,18 @@
+# Template file for 'src'
+pkgname=src
+version=1.32
+revision=1
+archs="x86_64"
+build_style=gnu-makefile
+hostmakedepends="asciidoc rcs"
+makedepends="python3-devel"
+depends="rcs git python3"
+short_desc="RCS reloaded with a modern UI, designed to manage single-file projects"
+maintainer="Bob Hepple <bob.hepple@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://gitlab.com/esr/src"
+distfiles="https://gitlab.com/esr/src/-/archive/${version}/src-${version}.tar.gz"
+checksum=d2011a60e88ea40959266f47f1e1ec7a24149f4b98df2bb234bfc92d048e977b
+post_install() {
+	vlicense COPYING
+}

From e78251898f036060afc0afcf429d7d006a3b1f9a Mon Sep 17 00:00:00 2001
From: Bob Hepple <bob.hepple@gmail.com>
Date: Mon, 14 Aug 2023 17:33:01 +1000
Subject: [PATCH 2/3] New package: src-1.32

---
 srcpkgs/src/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/src/template b/srcpkgs/src/template
index 613ca6ea7b90f..9f5b67c2f9088 100644
--- a/srcpkgs/src/template
+++ b/srcpkgs/src/template
@@ -5,7 +5,7 @@ revision=1
 archs="x86_64"
 build_style=gnu-makefile
 hostmakedepends="asciidoc rcs"
-makedepends="python3-devel"
+makedepends="python3-devel pylint shellcheck"
 depends="rcs git python3"
 short_desc="RCS reloaded with a modern UI, designed to manage single-file projects"
 maintainer="Bob Hepple <bob.hepple@gmail.com>"

From 2766dd3b3ccc4df6cd001160879358228e64688c Mon Sep 17 00:00:00 2001
From: Bob Hepple <bob.hepple@gmail.com>
Date: Thu, 17 Aug 2023 18:28:59 +1000
Subject: [PATCH 3/3] Add a patch to reduce pylint's severity (until upstream
 updates to the latest version of pylint).

---
 .../src/patches/reduce-pylint-severity.patch  | 58 +++++++++++++++++++
 srcpkgs/src/template                          |  2 +-
 2 files changed, 59 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/src/patches/reduce-pylint-severity.patch

diff --git a/srcpkgs/src/patches/reduce-pylint-severity.patch b/srcpkgs/src/patches/reduce-pylint-severity.patch
new file mode 100644
index 0000000000000..a76670424a0dd
--- /dev/null
+++ b/srcpkgs/src/patches/reduce-pylint-severity.patch
@@ -0,0 +1,58 @@
+Only in src-1.32: __pycache__
+diff -c src-1.32-orig/src src-1.32/src
+*** src-1.32-orig/src	2023-04-24 23:14:32.000000000 +1000
+--- src-1.32/src	2023-08-17 18:22:48.922724966 +1000
+***************
+*** 78,84 ****
+  
+  from __future__ import print_function
+  
+! # pylint: disable=fixme,line-too-long,too-many-lines,invalid-name,no-value-for-parameter,no-self-use,no-else-break,no-else-return,no-else-continue,missing-function-docstring,comparison-with-callable,consider-using-f-string,too-many-public-methods,too-many-nested-blocks,consider-using-with,too-many-locals.too-many-branches
+  
+  # pylint: disable=multiple-imports
+  import sys, os, subprocess, datetime, time, calendar, stat, glob
+--- 78,84 ----
+  
+  from __future__ import print_function
+  
+! # pylint: disable=fixme,line-too-long,too-many-lines,invalid-name,no-value-for-parameter,no-else-break,no-else-return,no-else-continue,missing-function-docstring,comparison-with-callable,consider-using-f-string,too-many-public-methods,too-many-nested-blocks,consider-using-with,too-many-locals.too-many-branches
+  
+  # pylint: disable=multiple-imports
+  import sys, os, subprocess, datetime, time, calendar, stat, glob
+***************
+*** 120,125 ****
+--- 120,126 ----
+  
+  if str is bytes:  # Python 2
+  
++     # pylint: disable=deprecated-module
+      import cgi
+      # pylint: disable=no-member
+      htmlescape = cgi.escape
+***************
+*** 1276,1281 ****
+--- 1277,1283 ----
+              return metadata.native_to_revno(part)
+          self.lo = subresolve(self.start)
+          self.hi = subresolve(self.end)
++         # pylint: disable=superfluous-parens
+          mreversed = (self.lo > self.hi)
+          if mreversed:
+              swapme = self.hi
+***************
+*** 1485,1491 ****
+      if differ == difflib.unified_diff:
+          colorizer = colorize_unified
+      else:
+!         colorizer = lambda x: x
+      with backend.lifter(metadata.name):
+          for line in compute_diff(metadata, lo, hi, differ, ignore_ws):
+              sys.stdout.write(colorizer(line) + "\n")
+--- 1487,1493 ----
+      if differ == difflib.unified_diff:
+          colorizer = colorize_unified
+      else:
+!         colorizer = lambda x: x # pylint: disable=unnecessary-lambda-assignment
+      with backend.lifter(metadata.name):
+          for line in compute_diff(metadata, lo, hi, differ, ignore_ws):
+              sys.stdout.write(colorizer(line) + "\n")
diff --git a/srcpkgs/src/template b/srcpkgs/src/template
index 9f5b67c2f9088..4172eea40d3c9 100644
--- a/srcpkgs/src/template
+++ b/srcpkgs/src/template
@@ -4,7 +4,7 @@ version=1.32
 revision=1
 archs="x86_64"
 build_style=gnu-makefile
-hostmakedepends="asciidoc rcs"
+hostmakedepends="asciidoc rcs sccs git"
 makedepends="python3-devel pylint shellcheck"
 depends="rcs git python3"
 short_desc="RCS reloaded with a modern UI, designed to manage single-file projects"

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

* Re: [PR PATCH] [Updated] New package: src-1.32
  2023-08-14  0:32 [PR PATCH] New package: src-1.32 bhepple
                   ` (3 preceding siblings ...)
  2023-08-17  8:31 ` [PR PATCH] [Updated] " bhepple
@ 2023-08-17 21:44 ` bhepple
  2023-11-16  1:46 ` github-actions
  2023-12-01  1:50 ` [PR PATCH] [Closed]: " github-actions
  6 siblings, 0 replies; 9+ messages in thread
From: bhepple @ 2023-08-17 21:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bhepple/void-packages src-1.32
https://github.com/void-linux/void-packages/pull/45594

New package: src-1.32
- I tested the changes in this PR: **YES**

- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

- I built this PR locally for my native architecture, x86_64-glibc


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

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

From 76a4edf6453930349ef7fb02ef77995ed775f7cd Mon Sep 17 00:00:00 2001
From: Bob Hepple <bob.hepple@gmail.com>
Date: Mon, 14 Aug 2023 10:26:28 +1000
Subject: [PATCH 1/3] New package: src-1.32

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

diff --git a/srcpkgs/src/template b/srcpkgs/src/template
new file mode 100644
index 0000000000000..613ca6ea7b90f
--- /dev/null
+++ b/srcpkgs/src/template
@@ -0,0 +1,18 @@
+# Template file for 'src'
+pkgname=src
+version=1.32
+revision=1
+archs="x86_64"
+build_style=gnu-makefile
+hostmakedepends="asciidoc rcs"
+makedepends="python3-devel"
+depends="rcs git python3"
+short_desc="RCS reloaded with a modern UI, designed to manage single-file projects"
+maintainer="Bob Hepple <bob.hepple@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://gitlab.com/esr/src"
+distfiles="https://gitlab.com/esr/src/-/archive/${version}/src-${version}.tar.gz"
+checksum=d2011a60e88ea40959266f47f1e1ec7a24149f4b98df2bb234bfc92d048e977b
+post_install() {
+	vlicense COPYING
+}

From c617bd8cf3e9ed4aa035ba124df89dcd0c67b141 Mon Sep 17 00:00:00 2001
From: Bob Hepple <bob.hepple@gmail.com>
Date: Mon, 14 Aug 2023 17:33:01 +1000
Subject: [PATCH 2/3] New package: src-1.32

---
 srcpkgs/src/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/src/template b/srcpkgs/src/template
index 613ca6ea7b90f..9f5b67c2f9088 100644
--- a/srcpkgs/src/template
+++ b/srcpkgs/src/template
@@ -5,7 +5,7 @@ revision=1
 archs="x86_64"
 build_style=gnu-makefile
 hostmakedepends="asciidoc rcs"
-makedepends="python3-devel"
+makedepends="python3-devel pylint shellcheck"
 depends="rcs git python3"
 short_desc="RCS reloaded with a modern UI, designed to manage single-file projects"
 maintainer="Bob Hepple <bob.hepple@gmail.com>"

From 8be3edae1d1bb66f684c81a2b2d9d4746e7dc02f Mon Sep 17 00:00:00 2001
From: Bob Hepple <bob.hepple@gmail.com>
Date: Thu, 17 Aug 2023 18:28:59 +1000
Subject: [PATCH 3/3] Add a patch to reduce pylint's severity

---
 .../src/patches/reduce-pylint-severity.patch  | 58 +++++++++++++++++++
 srcpkgs/src/template                          |  2 +-
 2 files changed, 59 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/src/patches/reduce-pylint-severity.patch

diff --git a/srcpkgs/src/patches/reduce-pylint-severity.patch b/srcpkgs/src/patches/reduce-pylint-severity.patch
new file mode 100644
index 0000000000000..a76670424a0dd
--- /dev/null
+++ b/srcpkgs/src/patches/reduce-pylint-severity.patch
@@ -0,0 +1,58 @@
+Only in src-1.32: __pycache__
+diff -c src-1.32-orig/src src-1.32/src
+*** src-1.32-orig/src	2023-04-24 23:14:32.000000000 +1000
+--- src-1.32/src	2023-08-17 18:22:48.922724966 +1000
+***************
+*** 78,84 ****
+  
+  from __future__ import print_function
+  
+! # pylint: disable=fixme,line-too-long,too-many-lines,invalid-name,no-value-for-parameter,no-self-use,no-else-break,no-else-return,no-else-continue,missing-function-docstring,comparison-with-callable,consider-using-f-string,too-many-public-methods,too-many-nested-blocks,consider-using-with,too-many-locals.too-many-branches
+  
+  # pylint: disable=multiple-imports
+  import sys, os, subprocess, datetime, time, calendar, stat, glob
+--- 78,84 ----
+  
+  from __future__ import print_function
+  
+! # pylint: disable=fixme,line-too-long,too-many-lines,invalid-name,no-value-for-parameter,no-else-break,no-else-return,no-else-continue,missing-function-docstring,comparison-with-callable,consider-using-f-string,too-many-public-methods,too-many-nested-blocks,consider-using-with,too-many-locals.too-many-branches
+  
+  # pylint: disable=multiple-imports
+  import sys, os, subprocess, datetime, time, calendar, stat, glob
+***************
+*** 120,125 ****
+--- 120,126 ----
+  
+  if str is bytes:  # Python 2
+  
++     # pylint: disable=deprecated-module
+      import cgi
+      # pylint: disable=no-member
+      htmlescape = cgi.escape
+***************
+*** 1276,1281 ****
+--- 1277,1283 ----
+              return metadata.native_to_revno(part)
+          self.lo = subresolve(self.start)
+          self.hi = subresolve(self.end)
++         # pylint: disable=superfluous-parens
+          mreversed = (self.lo > self.hi)
+          if mreversed:
+              swapme = self.hi
+***************
+*** 1485,1491 ****
+      if differ == difflib.unified_diff:
+          colorizer = colorize_unified
+      else:
+!         colorizer = lambda x: x
+      with backend.lifter(metadata.name):
+          for line in compute_diff(metadata, lo, hi, differ, ignore_ws):
+              sys.stdout.write(colorizer(line) + "\n")
+--- 1487,1493 ----
+      if differ == difflib.unified_diff:
+          colorizer = colorize_unified
+      else:
+!         colorizer = lambda x: x # pylint: disable=unnecessary-lambda-assignment
+      with backend.lifter(metadata.name):
+          for line in compute_diff(metadata, lo, hi, differ, ignore_ws):
+              sys.stdout.write(colorizer(line) + "\n")
diff --git a/srcpkgs/src/template b/srcpkgs/src/template
index 9f5b67c2f9088..4172eea40d3c9 100644
--- a/srcpkgs/src/template
+++ b/srcpkgs/src/template
@@ -4,7 +4,7 @@ version=1.32
 revision=1
 archs="x86_64"
 build_style=gnu-makefile
-hostmakedepends="asciidoc rcs"
+hostmakedepends="asciidoc rcs sccs git"
 makedepends="python3-devel pylint shellcheck"
 depends="rcs git python3"
 short_desc="RCS reloaded with a modern UI, designed to manage single-file projects"

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

* Re: New package: src-1.32
  2023-08-14  0:32 [PR PATCH] New package: src-1.32 bhepple
                   ` (4 preceding siblings ...)
  2023-08-17 21:44 ` bhepple
@ 2023-11-16  1:46 ` github-actions
  2023-12-01  1:50 ` [PR PATCH] [Closed]: " github-actions
  6 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2023-11-16  1:46 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/45594#issuecomment-1813626223

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: [PR PATCH] [Closed]: New package: src-1.32
  2023-08-14  0:32 [PR PATCH] New package: src-1.32 bhepple
                   ` (5 preceding siblings ...)
  2023-11-16  1:46 ` github-actions
@ 2023-12-01  1:50 ` github-actions
  6 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2023-12-01  1:50 UTC (permalink / raw)
  To: ml

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

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

New package: src-1.32
https://github.com/void-linux/void-packages/pull/45594

Description:
- I tested the changes in this PR: **YES**

- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

- I built this PR locally for my native architecture, x86_64-glibc


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

* Re: New package: src-1.32
  2023-08-13 18:30 [PR PATCH] " bhepple
@ 2023-08-13 18:47 ` bhepple
  0 siblings, 0 replies; 9+ messages in thread
From: bhepple @ 2023-08-13 18:47 UTC (permalink / raw)
  To: ml

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

New comment by bhepple on void-packages repository

https://github.com/void-linux/void-packages/pull/45586#issuecomment-1676434768

Comment:
I'll start again, hopefully without messing it up this time

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

end of thread, other threads:[~2023-12-01  1:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-14  0:32 [PR PATCH] New package: src-1.32 bhepple
2023-08-14  7:18 ` bhepple
2023-08-14  7:19 ` bhepple
2023-08-14  7:31 ` bhepple
2023-08-17  8:31 ` [PR PATCH] [Updated] " bhepple
2023-08-17 21:44 ` bhepple
2023-11-16  1:46 ` github-actions
2023-12-01  1:50 ` [PR PATCH] [Closed]: " github-actions
  -- strict thread matches above, loose matches on Subject: below --
2023-08-13 18:30 [PR PATCH] " bhepple
2023-08-13 18:47 ` bhepple

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