Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] haruhi-dl: new package
@ 2021-02-26 23:24 selfisekai
  2021-02-26 23:27 ` [PR PATCH] [Updated] " selfisekai
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: selfisekai @ 2021-02-26 23:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/selfisekai/void-packages haruhi-dl-package
https://github.com/void-linux/void-packages/pull/29089

haruhi-dl: new package
<!-- Mark items with [x] where applicable -->

#### 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?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### 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, (x86_64-gnu)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-haruhi-dl-package-29089.patch --]
[-- Type: text/x-diff, Size: 1667 bytes --]

From 9ed99aef85afc960f389ae4283d42e9245576714 Mon Sep 17 00:00:00 2001
From: Laura Liberda <laura@selfisekai.rocks>
Date: Sat, 27 Feb 2021 00:13:20 +0100
Subject: [PATCH] haruhi-dl: new package

---
 srcpkgs/haruhi-dl/template | 24 ++++++++++++++++++++++++
 srcpkgs/haruhi-dl/update   |  1 +
 2 files changed, 25 insertions(+)
 create mode 100644 srcpkgs/haruhi-dl/template
 create mode 100644 srcpkgs/haruhi-dl/update

diff --git a/srcpkgs/haruhi-dl/template b/srcpkgs/haruhi-dl/template
new file mode 100644
index 00000000000..958ed322331
--- /dev/null
+++ b/srcpkgs/haruhi-dl/template
@@ -0,0 +1,24 @@
+# Template file for 'haruhi-dl'
+pkgname=haruhi-dl
+version=2021.02.26
+revision=1
+wrksrc="${pkgname}-v${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-setuptools"
+checkdepends="flake8 python3-nose"
+short_desc="CLI program to download videos from YouTube and many other sites (fork of youtube-dl)"
+maintainer="Lauren Liberda <lauren@haruhi.download>"
+license="LGPL-3.0-or-later"
+homepage="https://haruhi.download/"
+changelog="https://git.sakamoto.pl/laudompat/haruhi-dl/-/raw/master/ChangeLog"
+distfiles="https://git.sakamoto.pl/laudompat/haruhi-dl/-/archive/v${version}/haruhi-dl-v${version}.tar.gz"
+checksum=1a73f4e0b58ef12cc12535f780747e6487adc6dd6a148e429f6cac8664ae8f25
+
+do_check() {
+	PYTHON=/usr/bin/python3 make offlinetest
+}
+
+post_install() {
+	rm -rf ${DESTDIR}/usr/etc
+}
diff --git a/srcpkgs/haruhi-dl/update b/srcpkgs/haruhi-dl/update
new file mode 100644
index 00000000000..f07969487f1
--- /dev/null
+++ b/srcpkgs/haruhi-dl/update
@@ -0,0 +1 @@
+pattern="${pkgname}-\K[0-9.]+(?=\.tar)"

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

* Re: [PR PATCH] [Updated] haruhi-dl: new package
  2021-02-26 23:24 [PR PATCH] haruhi-dl: new package selfisekai
@ 2021-02-26 23:27 ` selfisekai
  2021-02-27  1:22 ` selfisekai
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: selfisekai @ 2021-02-26 23:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/selfisekai/void-packages haruhi-dl-package
https://github.com/void-linux/void-packages/pull/29089

haruhi-dl: new package
<!-- Mark items with [x] where applicable -->

#### 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?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### 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, (x86_64-gnu)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-haruhi-dl-package-29089.patch --]
[-- Type: text/x-diff, Size: 1652 bytes --]

From 55606d03db04b55e73f76a6a2c14ef5aebe4c62c Mon Sep 17 00:00:00 2001
From: Laura Liberda <laura@selfisekai.rocks>
Date: Sat, 27 Feb 2021 00:13:20 +0100
Subject: [PATCH] haruhi-dl: new package

---
 srcpkgs/haruhi-dl/template | 24 ++++++++++++++++++++++++
 srcpkgs/haruhi-dl/update   |  1 +
 2 files changed, 25 insertions(+)
 create mode 100644 srcpkgs/haruhi-dl/template
 create mode 100644 srcpkgs/haruhi-dl/update

diff --git a/srcpkgs/haruhi-dl/template b/srcpkgs/haruhi-dl/template
new file mode 100644
index 00000000000..8684f2a9637
--- /dev/null
+++ b/srcpkgs/haruhi-dl/template
@@ -0,0 +1,24 @@
+# Template file for 'haruhi-dl'
+pkgname=haruhi-dl
+version=2021.02.26
+revision=1
+wrksrc="${pkgname}-v${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-setuptools"
+checkdepends="flake8 python3-nose"
+short_desc="CLI program to download videos from many websites (fork of youtube-dl)"
+maintainer="Lauren Liberda <lauren@haruhi.download>"
+license="LGPL-3.0-or-later"
+homepage="https://haruhi.download/"
+changelog="https://git.sakamoto.pl/laudompat/haruhi-dl/-/raw/master/ChangeLog"
+distfiles="https://git.sakamoto.pl/laudompat/haruhi-dl/-/archive/v${version}/haruhi-dl-v${version}.tar.gz"
+checksum=1a73f4e0b58ef12cc12535f780747e6487adc6dd6a148e429f6cac8664ae8f25
+
+do_check() {
+	PYTHON=/usr/bin/python3 make offlinetest
+}
+
+post_install() {
+	rm -rf ${DESTDIR}/usr/etc
+}
diff --git a/srcpkgs/haruhi-dl/update b/srcpkgs/haruhi-dl/update
new file mode 100644
index 00000000000..f07969487f1
--- /dev/null
+++ b/srcpkgs/haruhi-dl/update
@@ -0,0 +1 @@
+pattern="${pkgname}-\K[0-9.]+(?=\.tar)"

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

* Re: [PR PATCH] [Updated] haruhi-dl: new package
  2021-02-26 23:24 [PR PATCH] haruhi-dl: new package selfisekai
  2021-02-26 23:27 ` [PR PATCH] [Updated] " selfisekai
@ 2021-02-27  1:22 ` selfisekai
  2021-03-01 22:30 ` selfisekai
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: selfisekai @ 2021-02-27  1:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/selfisekai/void-packages haruhi-dl-package
https://github.com/void-linux/void-packages/pull/29089

haruhi-dl: new package
<!-- Mark items with [x] where applicable -->

#### 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?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### 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, (x86_64-gnu)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-haruhi-dl-package-29089.patch --]
[-- Type: text/x-diff, Size: 1652 bytes --]

From 4fff19c53c3ed1640e3db070f7eff12324f8c0ab Mon Sep 17 00:00:00 2001
From: Laura Liberda <laura@selfisekai.rocks>
Date: Sat, 27 Feb 2021 00:13:20 +0100
Subject: [PATCH] haruhi-dl: new package

---
 srcpkgs/haruhi-dl/template | 24 ++++++++++++++++++++++++
 srcpkgs/haruhi-dl/update   |  1 +
 2 files changed, 25 insertions(+)
 create mode 100644 srcpkgs/haruhi-dl/template
 create mode 100644 srcpkgs/haruhi-dl/update

diff --git a/srcpkgs/haruhi-dl/template b/srcpkgs/haruhi-dl/template
new file mode 100644
index 00000000000..05b0810701b
--- /dev/null
+++ b/srcpkgs/haruhi-dl/template
@@ -0,0 +1,24 @@
+# Template file for 'haruhi-dl'
+pkgname=haruhi-dl
+version=2021.02.27
+revision=1
+wrksrc="${pkgname}-v${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-setuptools"
+checkdepends="flake8 python3-nose"
+short_desc="CLI program to download videos from many websites (fork of youtube-dl)"
+maintainer="Lauren Liberda <lauren@haruhi.download>"
+license="LGPL-3.0-or-later"
+homepage="https://haruhi.download/"
+changelog="https://git.sakamoto.pl/laudompat/haruhi-dl/-/raw/master/ChangeLog"
+distfiles="https://git.sakamoto.pl/laudompat/haruhi-dl/-/archive/v${version}/haruhi-dl-v${version}.tar.gz"
+checksum=96a7f2f9b94c4416223ab4ccd176ab578d1b9073b1ef503a710fc827463c81d3
+
+do_check() {
+	PYTHON=/usr/bin/python3 make offlinetest
+}
+
+post_install() {
+	rm -rf ${DESTDIR}/usr/etc
+}
diff --git a/srcpkgs/haruhi-dl/update b/srcpkgs/haruhi-dl/update
new file mode 100644
index 00000000000..f07969487f1
--- /dev/null
+++ b/srcpkgs/haruhi-dl/update
@@ -0,0 +1 @@
+pattern="${pkgname}-\K[0-9.]+(?=\.tar)"

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

* Re: [PR PATCH] [Updated] haruhi-dl: new package
  2021-02-26 23:24 [PR PATCH] haruhi-dl: new package selfisekai
  2021-02-26 23:27 ` [PR PATCH] [Updated] " selfisekai
  2021-02-27  1:22 ` selfisekai
@ 2021-03-01 22:30 ` selfisekai
  2021-03-10 13:46 ` selfisekai
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: selfisekai @ 2021-03-01 22:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/selfisekai/void-packages haruhi-dl-package
https://github.com/void-linux/void-packages/pull/29089

haruhi-dl: new package
<!-- Mark items with [x] where applicable -->

#### 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?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### 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, (x86_64-gnu)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-haruhi-dl-package-29089.patch --]
[-- Type: text/x-diff, Size: 1652 bytes --]

From 908a5ace10c3a5a3b95d9b84437e8350baac458d Mon Sep 17 00:00:00 2001
From: Laura Liberda <laura@selfisekai.rocks>
Date: Sat, 27 Feb 2021 00:13:20 +0100
Subject: [PATCH] haruhi-dl: new package

---
 srcpkgs/haruhi-dl/template | 24 ++++++++++++++++++++++++
 srcpkgs/haruhi-dl/update   |  1 +
 2 files changed, 25 insertions(+)
 create mode 100644 srcpkgs/haruhi-dl/template
 create mode 100644 srcpkgs/haruhi-dl/update

diff --git a/srcpkgs/haruhi-dl/template b/srcpkgs/haruhi-dl/template
new file mode 100644
index 00000000000..08c478b5b2c
--- /dev/null
+++ b/srcpkgs/haruhi-dl/template
@@ -0,0 +1,24 @@
+# Template file for 'haruhi-dl'
+pkgname=haruhi-dl
+version=2021.03.01
+revision=1
+wrksrc="${pkgname}-v${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-setuptools"
+checkdepends="flake8 python3-nose"
+short_desc="CLI program to download videos from many websites (fork of youtube-dl)"
+maintainer="Lauren Liberda <lauren@haruhi.download>"
+license="LGPL-3.0-or-later"
+homepage="https://haruhi.download/"
+changelog="https://git.sakamoto.pl/laudompat/haruhi-dl/-/raw/master/ChangeLog"
+distfiles="https://git.sakamoto.pl/laudompat/haruhi-dl/-/archive/v${version}/haruhi-dl-v${version}.tar.gz"
+checksum=c7274960c0ef1ac2bed024a2f2fe09d9b8da6f6a7f43656670bbe0d699007a86
+
+do_check() {
+	PYTHON=/usr/bin/python3 make offlinetest
+}
+
+post_install() {
+	rm -rf ${DESTDIR}/usr/etc
+}
diff --git a/srcpkgs/haruhi-dl/update b/srcpkgs/haruhi-dl/update
new file mode 100644
index 00000000000..f07969487f1
--- /dev/null
+++ b/srcpkgs/haruhi-dl/update
@@ -0,0 +1 @@
+pattern="${pkgname}-\K[0-9.]+(?=\.tar)"

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

* Re: haruhi-dl: new package
  2021-02-26 23:24 [PR PATCH] haruhi-dl: new package selfisekai
                   ` (2 preceding siblings ...)
  2021-03-01 22:30 ` selfisekai
@ 2021-03-10 13:46 ` selfisekai
  2021-03-21 14:05 ` [PR PATCH] [Updated] " selfisekai
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: selfisekai @ 2021-03-10 13:46 UTC (permalink / raw)
  To: ml

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

New comment by selfisekai on void-packages repository

https://github.com/void-linux/void-packages/pull/29089#issuecomment-795434311

Comment:
> What advantage does this bring over youtube-dl?

@ericonr most notable changes, as I think:
- changed license to LGPL-3.0
- dropped py2 support
- support for some websites (namely, TikTok user profiles) via [Playwright](https://playwright.dev/) browser automation (optional to install via pip; ytdl couldn't do that due to license incompatibility)
- new approach for software untied to specific domains (like PeerTube, Mastodon-like services or Funkwhale) - extractors get matched by both URL scheme and website contents, which solved possible conflicts like a one between Gab Social (`https://gab.com/ACT1TV/posts/104450493441154721`) and Facebook (`https://www.facebook.com/homokomando/posts/715625522463054`)
- various extractors improved, completely refactored or created. some of these changes were previously sent to ytdl, but never merged, some even not reviewed at all. some URLs you can compare between ytdl and hdl:
  - https://tvn24.pl/polska/edyta-gorniak-napisala-o-statystach-w-szpitalach-udajacych-chorych-na-covid-19-jerzy-polaczek-i-marek-posobkiewicz-odpowiadaja-zapraszamy-4747899
  - https://www.cda.pl/video/540114ae/vfilm
  - https://www.tiktok.com/@puczirajot
  - https://makingcents.transistor.fm/episodes/the-tech-stock-bubble
  - https://share.transistor.fm/s/e9d040c0
  - https://audycje.tokfm.pl/podcast/103073,-Same-lozka-ludzi-nie-wylecza
  - https://oko.press/fakty-i-mity-o-wilkach/
  - https://weibo.com/5720474518/JxfyRbDh6?type=repost (DASH formats)
  - https://www.rmfon.pl/podcasty/poranna-rozmowa
  - https://www.ipla.tv/wideo/serial/Miodowe-Lata/5007481/Miodowe-Lata-Mur-czyli-zemsta/6df54484ee2f09a22ff3a8b46c44f328?seasonId=5007481
  - https://podcast.midline.pl/library/tracks/17
  - https://wiadomosci.tvp.pl/50725617/dzieci-na-sprzedaz-dla-homoseksualistow (ytdl downloads the weather in the sidebar instead of the state propaganda)
  - https://abc.tvp.pl/51422403/fake-news-odc-129
  - https://ninateka.pl/film/dziwne-przygody-kota-filemona-7
  - https://player.radiozet.pl/Podcasty/Gosc-Radia-ZET/Marcelina-Zawisza-o-zmianie-definicji-gwaltu-Prawo-staje-po-stronie-oprawcy (use `--no-playlist`)
  - https://wiadomosci.onet.pl/tylko-w-onecie/milosc-w-czasach-zarazy/nbqxxwm
  - https://gospodarka.dziennik.pl/emerytury-i-ofe/artykuly/8115395,prezydent-andrzej-duda-14-emerytura-podpis-ustawa.html

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

* Re: [PR PATCH] [Updated] haruhi-dl: new package
  2021-02-26 23:24 [PR PATCH] haruhi-dl: new package selfisekai
                   ` (3 preceding siblings ...)
  2021-03-10 13:46 ` selfisekai
@ 2021-03-21 14:05 ` selfisekai
  2021-03-30 22:45 ` selfisekai
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: selfisekai @ 2021-03-21 14:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/selfisekai/void-packages haruhi-dl-package
https://github.com/void-linux/void-packages/pull/29089

haruhi-dl: new package
<!-- Mark items with [x] where applicable -->

#### 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?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### 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, (x86_64-gnu)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-haruhi-dl-package-29089.patch --]
[-- Type: text/x-diff, Size: 1667 bytes --]

From 6375b1661398f0a1a8673cc379adbfd9cd797fa5 Mon Sep 17 00:00:00 2001
From: Laura Liberda <laura@selfisekai.rocks>
Date: Sat, 27 Feb 2021 00:13:20 +0100
Subject: [PATCH] New package: haruhi-dl-2021.03.21

---
 srcpkgs/haruhi-dl/template | 24 ++++++++++++++++++++++++
 srcpkgs/haruhi-dl/update   |  1 +
 2 files changed, 25 insertions(+)
 create mode 100644 srcpkgs/haruhi-dl/template
 create mode 100644 srcpkgs/haruhi-dl/update

diff --git a/srcpkgs/haruhi-dl/template b/srcpkgs/haruhi-dl/template
new file mode 100644
index 000000000000..6dfae437f281
--- /dev/null
+++ b/srcpkgs/haruhi-dl/template
@@ -0,0 +1,24 @@
+# Template file for 'haruhi-dl'
+pkgname=haruhi-dl
+version=2021.03.21
+revision=1
+wrksrc="${pkgname}-v${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-setuptools"
+checkdepends="flake8 python3-nose"
+short_desc="CLI program to download videos from many websites (fork of youtube-dl)"
+maintainer="Lauren Liberda <lauren@haruhi.download>"
+license="LGPL-3.0-or-later"
+homepage="https://haruhi.download/"
+changelog="https://git.sakamoto.pl/laudompat/haruhi-dl/-/raw/master/ChangeLog"
+distfiles="https://git.sakamoto.pl/laudompat/haruhi-dl/-/archive/v${version}/haruhi-dl-v${version}.tar.gz"
+checksum=8b7304635ecf7b6c7f36de9ae15433827e9690304f8f6e6f495805b9c820278e
+
+do_check() {
+	PYTHON=/usr/bin/python3 make offlinetest
+}
+
+post_install() {
+	rm -rf ${DESTDIR}/usr/etc
+}
diff --git a/srcpkgs/haruhi-dl/update b/srcpkgs/haruhi-dl/update
new file mode 100644
index 000000000000..f07969487f11
--- /dev/null
+++ b/srcpkgs/haruhi-dl/update
@@ -0,0 +1 @@
+pattern="${pkgname}-\K[0-9.]+(?=\.tar)"

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

* Re: [PR PATCH] [Updated] haruhi-dl: new package
  2021-02-26 23:24 [PR PATCH] haruhi-dl: new package selfisekai
                   ` (4 preceding siblings ...)
  2021-03-21 14:05 ` [PR PATCH] [Updated] " selfisekai
@ 2021-03-30 22:45 ` selfisekai
  2021-04-02 11:53 ` selfisekai
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: selfisekai @ 2021-03-30 22:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/selfisekai/void-packages haruhi-dl-package
https://github.com/void-linux/void-packages/pull/29089

haruhi-dl: new package
<!-- Mark items with [x] where applicable -->

#### 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?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### 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, (x86_64-gnu)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-haruhi-dl-package-29089.patch --]
[-- Type: text/x-diff, Size: 1667 bytes --]

From 71e6266d25c9b57fa31639dc52d4ce555e187d5a Mon Sep 17 00:00:00 2001
From: Laura Liberda <laura@selfisekai.rocks>
Date: Sat, 27 Feb 2021 00:13:20 +0100
Subject: [PATCH] New package: haruhi-dl-2021.03.30

---
 srcpkgs/haruhi-dl/template | 24 ++++++++++++++++++++++++
 srcpkgs/haruhi-dl/update   |  1 +
 2 files changed, 25 insertions(+)
 create mode 100644 srcpkgs/haruhi-dl/template
 create mode 100644 srcpkgs/haruhi-dl/update

diff --git a/srcpkgs/haruhi-dl/template b/srcpkgs/haruhi-dl/template
new file mode 100644
index 000000000000..205cd8769e6a
--- /dev/null
+++ b/srcpkgs/haruhi-dl/template
@@ -0,0 +1,24 @@
+# Template file for 'haruhi-dl'
+pkgname=haruhi-dl
+version=2021.03.30
+revision=1
+wrksrc="${pkgname}-v${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-setuptools"
+checkdepends="flake8 python3-nose"
+short_desc="CLI program to download videos from many websites (fork of youtube-dl)"
+maintainer="Lauren Liberda <lauren@haruhi.download>"
+license="LGPL-3.0-or-later"
+homepage="https://haruhi.download/"
+changelog="https://git.sakamoto.pl/laudompat/haruhi-dl/-/raw/master/ChangeLog"
+distfiles="https://git.sakamoto.pl/laudompat/haruhi-dl/-/archive/v${version}/haruhi-dl-v${version}.tar.gz"
+checksum=8d8aec91c18be9d60760b0597d731ab14b16cb582532fc629667f6222e9c0bfd
+
+do_check() {
+	PYTHON=/usr/bin/python3 make offlinetest
+}
+
+post_install() {
+	rm -rf ${DESTDIR}/usr/etc
+}
diff --git a/srcpkgs/haruhi-dl/update b/srcpkgs/haruhi-dl/update
new file mode 100644
index 000000000000..f07969487f11
--- /dev/null
+++ b/srcpkgs/haruhi-dl/update
@@ -0,0 +1 @@
+pattern="${pkgname}-\K[0-9.]+(?=\.tar)"

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

* Re: [PR PATCH] [Updated] haruhi-dl: new package
  2021-02-26 23:24 [PR PATCH] haruhi-dl: new package selfisekai
                   ` (5 preceding siblings ...)
  2021-03-30 22:45 ` selfisekai
@ 2021-04-02 11:53 ` selfisekai
  2021-06-01 21:31 ` selfisekai
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: selfisekai @ 2021-04-02 11:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/selfisekai/void-packages haruhi-dl-package
https://github.com/void-linux/void-packages/pull/29089

haruhi-dl: new package
<!-- Mark items with [x] where applicable -->

#### 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?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### 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, (x86_64-gnu)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-haruhi-dl-package-29089.patch --]
[-- Type: text/x-diff, Size: 1667 bytes --]

From 137f17a9d39e0f0f67252c2b7a709592f43cd781 Mon Sep 17 00:00:00 2001
From: Laura Liberda <laura@selfisekai.rocks>
Date: Sat, 27 Feb 2021 00:13:20 +0100
Subject: [PATCH] New package: haruhi-dl-2021.04.01

---
 srcpkgs/haruhi-dl/template | 24 ++++++++++++++++++++++++
 srcpkgs/haruhi-dl/update   |  1 +
 2 files changed, 25 insertions(+)
 create mode 100644 srcpkgs/haruhi-dl/template
 create mode 100644 srcpkgs/haruhi-dl/update

diff --git a/srcpkgs/haruhi-dl/template b/srcpkgs/haruhi-dl/template
new file mode 100644
index 000000000000..c6177cb27c6c
--- /dev/null
+++ b/srcpkgs/haruhi-dl/template
@@ -0,0 +1,24 @@
+# Template file for 'haruhi-dl'
+pkgname=haruhi-dl
+version=2021.04.01
+revision=1
+wrksrc="${pkgname}-v${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-setuptools"
+checkdepends="flake8 python3-nose"
+short_desc="CLI program to download videos from many websites (fork of youtube-dl)"
+maintainer="Lauren Liberda <lauren@haruhi.download>"
+license="LGPL-3.0-or-later"
+homepage="https://haruhi.download/"
+changelog="https://git.sakamoto.pl/laudompat/haruhi-dl/-/raw/master/ChangeLog"
+distfiles="https://git.sakamoto.pl/laudompat/haruhi-dl/-/archive/v${version}/haruhi-dl-v${version}.tar.gz"
+checksum=638aec9d65620c6c364b1759d4b89f3f460fb44147281c153635b3cd01e669f0
+
+do_check() {
+	PYTHON=/usr/bin/python3 make offlinetest
+}
+
+post_install() {
+	rm -rf ${DESTDIR}/usr/etc
+}
diff --git a/srcpkgs/haruhi-dl/update b/srcpkgs/haruhi-dl/update
new file mode 100644
index 000000000000..f07969487f11
--- /dev/null
+++ b/srcpkgs/haruhi-dl/update
@@ -0,0 +1 @@
+pattern="${pkgname}-\K[0-9.]+(?=\.tar)"

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

* Re: [PR PATCH] [Updated] haruhi-dl: new package
  2021-02-26 23:24 [PR PATCH] haruhi-dl: new package selfisekai
                   ` (6 preceding siblings ...)
  2021-04-02 11:53 ` selfisekai
@ 2021-06-01 21:31 ` selfisekai
  2021-06-01 21:32 ` selfisekai
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: selfisekai @ 2021-06-01 21:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/selfisekai/void-packages haruhi-dl-package
https://github.com/void-linux/void-packages/pull/29089

haruhi-dl: new package
<!-- Mark items with [x] where applicable -->

#### 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?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### 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, (x86_64-gnu)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-haruhi-dl-package-29089.patch --]
[-- Type: text/x-diff, Size: 1667 bytes --]

From eecdab77a61c94b2b20e140bec89ca1691281a72 Mon Sep 17 00:00:00 2001
From: Laura Liberda <laura@selfisekai.rocks>
Date: Sat, 27 Feb 2021 00:13:20 +0100
Subject: [PATCH] New package: haruhi-dl-2021.06.01

---
 srcpkgs/haruhi-dl/template | 24 ++++++++++++++++++++++++
 srcpkgs/haruhi-dl/update   |  1 +
 2 files changed, 25 insertions(+)
 create mode 100644 srcpkgs/haruhi-dl/template
 create mode 100644 srcpkgs/haruhi-dl/update

diff --git a/srcpkgs/haruhi-dl/template b/srcpkgs/haruhi-dl/template
new file mode 100644
index 000000000000..986da6299b96
--- /dev/null
+++ b/srcpkgs/haruhi-dl/template
@@ -0,0 +1,24 @@
+# Template file for 'haruhi-dl'
+pkgname=haruhi-dl
+version=2021.06.01
+revision=1
+wrksrc="${pkgname}-v${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-setuptools"
+checkdepends="flake8 python3-nose"
+short_desc="CLI program to download videos from many websites (fork of youtube-dl)"
+maintainer="Lauren Liberda <lauren@haruhi.download>"
+license="LGPL-3.0-or-later"
+homepage="https://haruhi.download/"
+changelog="https://git.sakamoto.pl/laudompat/haruhi-dl/-/raw/master/ChangeLog"
+distfiles="https://git.sakamoto.pl/laudompat/haruhi-dl/-/archive/v${version}/haruhi-dl-v${version}.tar.gz"
+checksum=042402b20b08d84c84c876dbdc53b17db80d7d3a3969c91823f1e5f97e41daa9
+
+do_check() {
+	PYTHON=/usr/bin/python3 make offlinetest
+}
+
+post_install() {
+	rm -rf ${DESTDIR}/usr/etc
+}
diff --git a/srcpkgs/haruhi-dl/update b/srcpkgs/haruhi-dl/update
new file mode 100644
index 000000000000..f07969487f11
--- /dev/null
+++ b/srcpkgs/haruhi-dl/update
@@ -0,0 +1 @@
+pattern="${pkgname}-\K[0-9.]+(?=\.tar)"

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

* Re: [PR PATCH] [Updated] haruhi-dl: new package
  2021-02-26 23:24 [PR PATCH] haruhi-dl: new package selfisekai
                   ` (7 preceding siblings ...)
  2021-06-01 21:31 ` selfisekai
@ 2021-06-01 21:32 ` selfisekai
  2021-06-01 21:43 ` selfisekai
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: selfisekai @ 2021-06-01 21:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/selfisekai/void-packages haruhi-dl-package
https://github.com/void-linux/void-packages/pull/29089

haruhi-dl: new package
<!-- Mark items with [x] where applicable -->

#### 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?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### 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, (x86_64-gnu)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-haruhi-dl-package-29089.patch --]
[-- Type: text/x-diff, Size: 1667 bytes --]

From e2e6d5159adafeb970b5332f5350f2dc9c7b5209 Mon Sep 17 00:00:00 2001
From: Laura Liberda <laura@selfisekai.rocks>
Date: Sat, 27 Feb 2021 00:13:20 +0100
Subject: [PATCH] New package: haruhi-dl-2021.06.01

---
 srcpkgs/haruhi-dl/template | 24 ++++++++++++++++++++++++
 srcpkgs/haruhi-dl/update   |  1 +
 2 files changed, 25 insertions(+)
 create mode 100644 srcpkgs/haruhi-dl/template
 create mode 100644 srcpkgs/haruhi-dl/update

diff --git a/srcpkgs/haruhi-dl/template b/srcpkgs/haruhi-dl/template
new file mode 100644
index 000000000000..986da6299b96
--- /dev/null
+++ b/srcpkgs/haruhi-dl/template
@@ -0,0 +1,24 @@
+# Template file for 'haruhi-dl'
+pkgname=haruhi-dl
+version=2021.06.01
+revision=1
+wrksrc="${pkgname}-v${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-setuptools"
+checkdepends="flake8 python3-nose"
+short_desc="CLI program to download videos from many websites (fork of youtube-dl)"
+maintainer="Lauren Liberda <lauren@haruhi.download>"
+license="LGPL-3.0-or-later"
+homepage="https://haruhi.download/"
+changelog="https://git.sakamoto.pl/laudompat/haruhi-dl/-/raw/master/ChangeLog"
+distfiles="https://git.sakamoto.pl/laudompat/haruhi-dl/-/archive/v${version}/haruhi-dl-v${version}.tar.gz"
+checksum=042402b20b08d84c84c876dbdc53b17db80d7d3a3969c91823f1e5f97e41daa9
+
+do_check() {
+	PYTHON=/usr/bin/python3 make offlinetest
+}
+
+post_install() {
+	rm -rf ${DESTDIR}/usr/etc
+}
diff --git a/srcpkgs/haruhi-dl/update b/srcpkgs/haruhi-dl/update
new file mode 100644
index 000000000000..f07969487f11
--- /dev/null
+++ b/srcpkgs/haruhi-dl/update
@@ -0,0 +1 @@
+pattern="${pkgname}-\K[0-9.]+(?=\.tar)"

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

* Re: haruhi-dl: new package
  2021-02-26 23:24 [PR PATCH] haruhi-dl: new package selfisekai
                   ` (8 preceding siblings ...)
  2021-06-01 21:32 ` selfisekai
@ 2021-06-01 21:43 ` selfisekai
  2021-07-20 21:20 ` [PR REVIEW] " ericonr
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: selfisekai @ 2021-06-01 21:43 UTC (permalink / raw)
  To: ml

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

New comment by selfisekai on void-packages repository

https://github.com/void-linux/void-packages/pull/29089#issuecomment-852466187

Comment:
@ericonr updated

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

* Re: [PR REVIEW] haruhi-dl: new package
  2021-02-26 23:24 [PR PATCH] haruhi-dl: new package selfisekai
                   ` (9 preceding siblings ...)
  2021-06-01 21:43 ` selfisekai
@ 2021-07-20 21:20 ` ericonr
  2021-07-20 21:20 ` ericonr
  2021-12-04 20:43 ` [PR PATCH] [Closed]: " selfisekai
  12 siblings, 0 replies; 14+ messages in thread
From: ericonr @ 2021-07-20 21:20 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29089#discussion_r673501210

Comment:
```suggestion
	rm -r ${DESTDIR}/usr/etc
```

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

* Re: [PR REVIEW] haruhi-dl: new package
  2021-02-26 23:24 [PR PATCH] haruhi-dl: new package selfisekai
                   ` (10 preceding siblings ...)
  2021-07-20 21:20 ` [PR REVIEW] " ericonr
@ 2021-07-20 21:20 ` ericonr
  2021-12-04 20:43 ` [PR PATCH] [Closed]: " selfisekai
  12 siblings, 0 replies; 14+ messages in thread
From: ericonr @ 2021-07-20 21:20 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29089#discussion_r673501076

Comment:
.20 is out

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

* Re: [PR PATCH] [Closed]: haruhi-dl: new package
  2021-02-26 23:24 [PR PATCH] haruhi-dl: new package selfisekai
                   ` (11 preceding siblings ...)
  2021-07-20 21:20 ` ericonr
@ 2021-12-04 20:43 ` selfisekai
  12 siblings, 0 replies; 14+ messages in thread
From: selfisekai @ 2021-12-04 20:43 UTC (permalink / raw)
  To: ml

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

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

haruhi-dl: new package
https://github.com/void-linux/void-packages/pull/29089

Description:
<!-- Mark items with [x] where applicable -->

#### 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?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### 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, (x86_64-gnu)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64-musl
  - [x] armv7l
  - [x] armv6l-musl
-->


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

end of thread, other threads:[~2021-12-04 20:43 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-26 23:24 [PR PATCH] haruhi-dl: new package selfisekai
2021-02-26 23:27 ` [PR PATCH] [Updated] " selfisekai
2021-02-27  1:22 ` selfisekai
2021-03-01 22:30 ` selfisekai
2021-03-10 13:46 ` selfisekai
2021-03-21 14:05 ` [PR PATCH] [Updated] " selfisekai
2021-03-30 22:45 ` selfisekai
2021-04-02 11:53 ` selfisekai
2021-06-01 21:31 ` selfisekai
2021-06-01 21:32 ` selfisekai
2021-06-01 21:43 ` selfisekai
2021-07-20 21:20 ` [PR REVIEW] " ericonr
2021-07-20 21:20 ` ericonr
2021-12-04 20:43 ` [PR PATCH] [Closed]: " selfisekai

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