* [PR PATCH] New package: esptool-3.1
@ 2021-06-22 10:10 m4rcu5
2021-07-20 7:14 ` m4rcu5
` (11 more replies)
0 siblings, 12 replies; 13+ messages in thread
From: m4rcu5 @ 2021-06-22 10:10 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1298 bytes --]
There is a new pull request by m4rcu5 against master on the void-packages repository
https://github.com/m4rcu5/void-packages esptool
https://github.com/void-linux/void-packages/pull/31610
New package: esptool-3.1
#### General
- [X] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)
#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [X] I generally don't use the affected packages but briefly tested this PR
#### Does it build and run successfully?
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [X] I built this PR locally for my native architecture, (amd64)
No hardware hackers on Void? Or did I miss the boat on a way better tool to program ESP's?
`esptool` depends on `python3-reedsolo`, I've bundled both new packages in this PR.
I am doubting if I should strip the `.py` extension from the installed binaries, as the help output still references the binaries including the `.py` extension.
A patch file from https://github.com/void-linux/void-packages/pull/31610.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-esptool-31610.patch --]
[-- Type: text/x-diff, Size: 2286 bytes --]
From bfd59d66ebbfd278adaa0a9badce12e4bd49e2a9 Mon Sep 17 00:00:00 2001
From: Marcus van Dam <marcus@marcusvandam.nl>
Date: Tue, 22 Jun 2021 11:43:22 +0200
Subject: [PATCH 1/2] New package: python3-reedsolo-1.5.4
---
srcpkgs/python3-reedsolo/template | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 srcpkgs/python3-reedsolo/template
diff --git a/srcpkgs/python3-reedsolo/template b/srcpkgs/python3-reedsolo/template
new file mode 100644
index 000000000000..654c6f40d8ce
--- /dev/null
+++ b/srcpkgs/python3-reedsolo/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-reedsolo'
+pkgname=python3-reedsolo
+version=1.5.4
+revision=1
+wrksrc="reedsolomon-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Cython"
+makedepends="python3-devel"
+short_desc="Pure-python Reed Solomon encoder/decoder"
+maintainer="Marcus van Dam <marcus@marcusvandam.nl>"
+license="MIT"
+homepage="https://github.com/tomerfiliba/reedsolomon"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=cbe74633d1e3ff0f3b9c44fac06dff3355c622e93d4a0cd85116c909932af665
+
+post_install() {
+ vlicense LICENSE
+}
From 5b7622927e5a92e40a08f04ca5ccc555c78cb2e5 Mon Sep 17 00:00:00 2001
From: Marcus van Dam <marcus@marcusvandam.nl>
Date: Tue, 22 Jun 2021 11:45:44 +0200
Subject: [PATCH 2/2] New package: esptool-3.1
---
srcpkgs/esptool/template | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 srcpkgs/esptool/template
diff --git a/srcpkgs/esptool/template b/srcpkgs/esptool/template
new file mode 100644
index 000000000000..5cc1a4a4a7b6
--- /dev/null
+++ b/srcpkgs/esptool/template
@@ -0,0 +1,14 @@
+# Template file for 'esptool'
+pkgname=esptool
+version=3.1
+revision=1
+wrksrc="esptool-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-pip"
+depends="python3-pyserial python3-ecdsa python3-pyaes python3-bitstring python3-reedsolo"
+short_desc="Utility to communicate with the ROM bootloader in ESP8266 & ESP32 chips"
+maintainer="Marcus van Dam <marcus@marcusvandam.nl>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/espressif/esptool"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=5edc768a63df4d73bdeba534146f6b3e41fbbe3c25f08be627733fc38535a976
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: New package: esptool-3.1
2021-06-22 10:10 [PR PATCH] New package: esptool-3.1 m4rcu5
@ 2021-07-20 7:14 ` m4rcu5
2021-07-20 12:29 ` [PR REVIEW] " ericonr
` (10 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: m4rcu5 @ 2021-07-20 7:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 217 bytes --]
New comment by m4rcu5 on void-packages repository
https://github.com/void-linux/void-packages/pull/31610#issuecomment-883154277
Comment:
Am I missing anything in the commits, or a procedure to let this PR progress?
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PR REVIEW] New package: esptool-3.1
2021-06-22 10:10 [PR PATCH] New package: esptool-3.1 m4rcu5
2021-07-20 7:14 ` m4rcu5
@ 2021-07-20 12:29 ` ericonr
2021-07-20 12:29 ` ericonr
` (9 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: ericonr @ 2021-07-20 12:29 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 173 bytes --]
New review comment by ericonr on void-packages repository
https://github.com/void-linux/void-packages/pull/31610#discussion_r673075214
Comment:
This is the default wrksrc
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PR REVIEW] New package: esptool-3.1
2021-06-22 10:10 [PR PATCH] New package: esptool-3.1 m4rcu5
2021-07-20 7:14 ` m4rcu5
2021-07-20 12:29 ` [PR REVIEW] " ericonr
@ 2021-07-20 12:29 ` ericonr
2021-07-20 12:29 ` ericonr
` (8 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: ericonr @ 2021-07-20 12:29 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 175 bytes --]
New review comment by ericonr on void-packages repository
https://github.com/void-linux/void-packages/pull/31610#discussion_r673076230
Comment:
Shouldn't it be reedsolomon?
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PR REVIEW] New package: esptool-3.1
2021-06-22 10:10 [PR PATCH] New package: esptool-3.1 m4rcu5
` (2 preceding siblings ...)
2021-07-20 12:29 ` ericonr
@ 2021-07-20 12:29 ` ericonr
2021-07-22 19:12 ` [PR PATCH] [Updated] " m4rcu5
` (7 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: ericonr @ 2021-07-20 12:29 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 210 bytes --]
New review comment by ericonr on void-packages repository
https://github.com/void-linux/void-packages/pull/31610#discussion_r673075710
Comment:
Break at ~80 columns (I'm on phone, I think this exceeds that).
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PR PATCH] [Updated] New package: esptool-3.1
2021-06-22 10:10 [PR PATCH] New package: esptool-3.1 m4rcu5
` (3 preceding siblings ...)
2021-07-20 12:29 ` ericonr
@ 2021-07-22 19:12 ` m4rcu5
2021-07-22 19:12 ` [PR REVIEW] " m4rcu5
` (6 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: m4rcu5 @ 2021-07-22 19:12 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1303 bytes --]
There is an updated pull request by m4rcu5 against master on the void-packages repository
https://github.com/m4rcu5/void-packages esptool
https://github.com/void-linux/void-packages/pull/31610
New package: esptool-3.1
#### General
- [X] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)
#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [X] I generally don't use the affected packages but briefly tested this PR
#### Does it build and run successfully?
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [X] I built this PR locally for my native architecture, (amd64)
No hardware hackers on Void? Or did I miss the boat on a way better tool to program ESP's?
`esptool` depends on `python3-reedsolo`, I've bundled both new packages in this PR.
I am doubting if I should strip the `.py` extension from the installed binaries, as the help output still references the binaries including the `.py` extension.
A patch file from https://github.com/void-linux/void-packages/pull/31610.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-esptool-31610.patch --]
[-- Type: text/x-diff, Size: 2261 bytes --]
From 71b8d55ed97072a923f725d04e237729e37158ab Mon Sep 17 00:00:00 2001
From: Marcus van Dam <marcus@marcusvandam.nl>
Date: Tue, 22 Jun 2021 11:43:22 +0200
Subject: [PATCH 1/2] New package: python3-reedsolo-1.5.4
---
srcpkgs/python3-reedsolo/template | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 srcpkgs/python3-reedsolo/template
diff --git a/srcpkgs/python3-reedsolo/template b/srcpkgs/python3-reedsolo/template
new file mode 100644
index 000000000000..654c6f40d8ce
--- /dev/null
+++ b/srcpkgs/python3-reedsolo/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-reedsolo'
+pkgname=python3-reedsolo
+version=1.5.4
+revision=1
+wrksrc="reedsolomon-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Cython"
+makedepends="python3-devel"
+short_desc="Pure-python Reed Solomon encoder/decoder"
+maintainer="Marcus van Dam <marcus@marcusvandam.nl>"
+license="MIT"
+homepage="https://github.com/tomerfiliba/reedsolomon"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=cbe74633d1e3ff0f3b9c44fac06dff3355c622e93d4a0cd85116c909932af665
+
+post_install() {
+ vlicense LICENSE
+}
From e127f34c2b36d5694567c128c0aca96ea2402f13 Mon Sep 17 00:00:00 2001
From: Marcus van Dam <marcus@marcusvandam.nl>
Date: Tue, 22 Jun 2021 11:45:44 +0200
Subject: [PATCH 2/2] New package: esptool-3.1
---
srcpkgs/esptool/template | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 srcpkgs/esptool/template
diff --git a/srcpkgs/esptool/template b/srcpkgs/esptool/template
new file mode 100644
index 000000000000..6ecf68365e7a
--- /dev/null
+++ b/srcpkgs/esptool/template
@@ -0,0 +1,14 @@
+# Template file for 'esptool'
+pkgname=esptool
+version=3.1
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-pip"
+depends="python3-pyserial python3-ecdsa python3-pyaes
+ python3-bitstring python3-reedsolo"
+short_desc="Utility to communicate with the ROM bootloader in ESP8266 & ESP32 chips"
+maintainer="Marcus van Dam <marcus@marcusvandam.nl>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/espressif/esptool"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=5edc768a63df4d73bdeba534146f6b3e41fbbe3c25f08be627733fc38535a976
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PR REVIEW] New package: esptool-3.1
2021-06-22 10:10 [PR PATCH] New package: esptool-3.1 m4rcu5
` (4 preceding siblings ...)
2021-07-22 19:12 ` [PR PATCH] [Updated] " m4rcu5
@ 2021-07-22 19:12 ` m4rcu5
2021-07-22 19:14 ` m4rcu5
` (5 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: m4rcu5 @ 2021-07-22 19:12 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 162 bytes --]
New review comment by m4rcu5 on void-packages repository
https://github.com/void-linux/void-packages/pull/31610#discussion_r675094541
Comment:
Thanks, removed.
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PR REVIEW] New package: esptool-3.1
2021-06-22 10:10 [PR PATCH] New package: esptool-3.1 m4rcu5
` (5 preceding siblings ...)
2021-07-22 19:12 ` [PR REVIEW] " m4rcu5
@ 2021-07-22 19:14 ` m4rcu5
2021-07-22 19:15 ` [PR PATCH] [Updated] " m4rcu5
` (4 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: m4rcu5 @ 2021-07-22 19:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 198 bytes --]
New review comment by m4rcu5 on void-packages repository
https://github.com/void-linux/void-packages/pull/31610#discussion_r675095352
Comment:
Keen eye sir. This could be a feature for `xlint` :)
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PR PATCH] [Updated] New package: esptool-3.1
2021-06-22 10:10 [PR PATCH] New package: esptool-3.1 m4rcu5
` (6 preceding siblings ...)
2021-07-22 19:14 ` m4rcu5
@ 2021-07-22 19:15 ` m4rcu5
2021-07-22 19:18 ` [PR REVIEW] " m4rcu5
` (3 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: m4rcu5 @ 2021-07-22 19:15 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1303 bytes --]
There is an updated pull request by m4rcu5 against master on the void-packages repository
https://github.com/m4rcu5/void-packages esptool
https://github.com/void-linux/void-packages/pull/31610
New package: esptool-3.1
#### General
- [X] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)
#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [X] I generally don't use the affected packages but briefly tested this PR
#### Does it build and run successfully?
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [X] I built this PR locally for my native architecture, (amd64)
No hardware hackers on Void? Or did I miss the boat on a way better tool to program ESP's?
`esptool` depends on `python3-reedsolo`, I've bundled both new packages in this PR.
I am doubting if I should strip the `.py` extension from the installed binaries, as the help output still references the binaries including the `.py` extension.
A patch file from https://github.com/void-linux/void-packages/pull/31610.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-esptool-31610.patch --]
[-- Type: text/x-diff, Size: 2259 bytes --]
From 71b8d55ed97072a923f725d04e237729e37158ab Mon Sep 17 00:00:00 2001
From: Marcus van Dam <marcus@marcusvandam.nl>
Date: Tue, 22 Jun 2021 11:43:22 +0200
Subject: [PATCH 1/2] New package: python3-reedsolo-1.5.4
---
srcpkgs/python3-reedsolo/template | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 srcpkgs/python3-reedsolo/template
diff --git a/srcpkgs/python3-reedsolo/template b/srcpkgs/python3-reedsolo/template
new file mode 100644
index 000000000000..654c6f40d8ce
--- /dev/null
+++ b/srcpkgs/python3-reedsolo/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-reedsolo'
+pkgname=python3-reedsolo
+version=1.5.4
+revision=1
+wrksrc="reedsolomon-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-Cython"
+makedepends="python3-devel"
+short_desc="Pure-python Reed Solomon encoder/decoder"
+maintainer="Marcus van Dam <marcus@marcusvandam.nl>"
+license="MIT"
+homepage="https://github.com/tomerfiliba/reedsolomon"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=cbe74633d1e3ff0f3b9c44fac06dff3355c622e93d4a0cd85116c909932af665
+
+post_install() {
+ vlicense LICENSE
+}
From 6ce89411d59bf6ea59f702e67bf49450fa046eaa Mon Sep 17 00:00:00 2001
From: Marcus van Dam <marcus@marcusvandam.nl>
Date: Tue, 22 Jun 2021 11:45:44 +0200
Subject: [PATCH 2/2] New package: esptool-3.1
---
srcpkgs/esptool/template | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 srcpkgs/esptool/template
diff --git a/srcpkgs/esptool/template b/srcpkgs/esptool/template
new file mode 100644
index 000000000000..fed492d617e5
--- /dev/null
+++ b/srcpkgs/esptool/template
@@ -0,0 +1,14 @@
+# Template file for 'esptool'
+pkgname=esptool
+version=3.1
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-pip"
+depends="python3-pyserial python3-ecdsa python3-pyaes
+ python3-bitstring python3-reedsolo"
+short_desc="Utility to communicate with the ROM bootloader in ESP8266 & ESP32 chips"
+maintainer="Marcus van Dam <marcus@marcusvandam.nl>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/espressif/esptool"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=5edc768a63df4d73bdeba534146f6b3e41fbbe3c25f08be627733fc38535a976
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PR REVIEW] New package: esptool-3.1
2021-06-22 10:10 [PR PATCH] New package: esptool-3.1 m4rcu5
` (7 preceding siblings ...)
2021-07-22 19:15 ` [PR PATCH] [Updated] " m4rcu5
@ 2021-07-22 19:18 ` m4rcu5
2021-08-03 2:54 ` ericonr
` (2 subsequent siblings)
11 siblings, 0 replies; 13+ messages in thread
From: m4rcu5 @ 2021-07-22 19:18 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 284 bytes --]
New review comment by m4rcu5 on void-packages repository
https://github.com/void-linux/void-packages/pull/31610#discussion_r675097906
Comment:
It seems the python package calls itself `reedsolo` (https://pypi.org/project/reedsolo/). Though their GitHub repo is called reedsolomon.
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PR REVIEW] New package: esptool-3.1
2021-06-22 10:10 [PR PATCH] New package: esptool-3.1 m4rcu5
` (8 preceding siblings ...)
2021-07-22 19:18 ` [PR REVIEW] " m4rcu5
@ 2021-08-03 2:54 ` ericonr
2022-05-23 2:12 ` github-actions
2022-06-06 2:14 ` [PR PATCH] [Closed]: " github-actions
11 siblings, 0 replies; 13+ messages in thread
From: ericonr @ 2021-08-03 2:54 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 425 bytes --]
New review comment by ericonr on void-packages repository
https://github.com/void-linux/void-packages/pull/31610#discussion_r681395847
Comment:
Can you put this in same order as https://github.com/espressif/esptool/blob/master/setup.py#L128 ?
And I think it's missing cryptography explicitly?
Given https://github.com/espressif/esptool/blob/master/setup.py#L118, you probably need some additional `checkdepends` too.
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: New package: esptool-3.1
2021-06-22 10:10 [PR PATCH] New package: esptool-3.1 m4rcu5
` (9 preceding siblings ...)
2021-08-03 2:54 ` ericonr
@ 2022-05-23 2:12 ` github-actions
2022-06-06 2:14 ` [PR PATCH] [Closed]: " github-actions
11 siblings, 0 replies; 13+ messages in thread
From: github-actions @ 2022-05-23 2:12 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/31610#issuecomment-1134091782
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] 13+ messages in thread
* Re: [PR PATCH] [Closed]: New package: esptool-3.1
2021-06-22 10:10 [PR PATCH] New package: esptool-3.1 m4rcu5
` (10 preceding siblings ...)
2022-05-23 2:12 ` github-actions
@ 2022-06-06 2:14 ` github-actions
11 siblings, 0 replies; 13+ messages in thread
From: github-actions @ 2022-06-06 2:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1149 bytes --]
There's a closed pull request on the void-packages repository
New package: esptool-3.1
https://github.com/void-linux/void-packages/pull/31610
Description:
#### General
- [X] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)
#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [X] I generally don't use the affected packages but briefly tested this PR
#### Does it build and run successfully?
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [X] I built this PR locally for my native architecture, (amd64)
No hardware hackers on Void? Or did I miss the boat on a way better tool to program ESP's?
`esptool` depends on `python3-reedsolo`, I've bundled both new packages in this PR.
I am doubting if I should strip the `.py` extension from the installed binaries, as the help output still references the binaries including the `.py` extension.
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2022-06-06 2:14 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-22 10:10 [PR PATCH] New package: esptool-3.1 m4rcu5
2021-07-20 7:14 ` m4rcu5
2021-07-20 12:29 ` [PR REVIEW] " ericonr
2021-07-20 12:29 ` ericonr
2021-07-20 12:29 ` ericonr
2021-07-22 19:12 ` [PR PATCH] [Updated] " m4rcu5
2021-07-22 19:12 ` [PR REVIEW] " m4rcu5
2021-07-22 19:14 ` m4rcu5
2021-07-22 19:15 ` [PR PATCH] [Updated] " m4rcu5
2021-07-22 19:18 ` [PR REVIEW] " m4rcu5
2021-08-03 2:54 ` ericonr
2022-05-23 2:12 ` github-actions
2022-06-06 2:14 ` [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).