Github messages for voidlinux
 help / color / mirror / Atom feed
From: ahesford <ahesford@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] Split python{,3}-prompt_toolkit, update to python3-prompt_toolkit-3.0.5, update dependencies, remove python{,3}-prompt_toolkit2
Date: Fri, 24 Jul 2020 04:04:41 +0200	[thread overview]
Message-ID: <20200724020441.wvol_Xeo_vzRZE42UuJLFyzJoxQ0OEEjPxHcsxTu348@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23791@inbox.vuxu.org>

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

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

https://github.com/ahesford/void-packages prompt_toolkit
https://github.com/void-linux/void-packages/pull/23791

Split python{,3}-prompt_toolkit, update to python3-prompt_toolkit-3.0.5, update dependencies, remove python{,3}-prompt_toolkit2


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

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

From 8950a5b4bc9af1381c5cbd1261a657968501b492 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Thu, 23 Jul 2020 21:25:17 -0400
Subject: [PATCH 1/8] python-prompt_toolkit1: update to 1.0.18; remove python3
 subpackage

---
 srcpkgs/python-prompt_toolkit1/template | 37 ++++++-------------------
 srcpkgs/python-prompt_toolkit1/update   |  2 ++
 srcpkgs/python3-prompt_toolkit          |  1 -
 srcpkgs/python3-prompt_toolkit1         |  1 -
 4 files changed, 10 insertions(+), 31 deletions(-)
 create mode 100644 srcpkgs/python-prompt_toolkit1/update
 delete mode 120000 srcpkgs/python3-prompt_toolkit
 delete mode 120000 srcpkgs/python3-prompt_toolkit1

diff --git a/srcpkgs/python-prompt_toolkit1/template b/srcpkgs/python-prompt_toolkit1/template
index 7afe6179f33..d92f5641e11 100644
--- a/srcpkgs/python-prompt_toolkit1/template
+++ b/srcpkgs/python-prompt_toolkit1/template
@@ -1,50 +1,29 @@
 # Template file for 'python-prompt_toolkit1'
 pkgname=python-prompt_toolkit1
 reverts="2.0.9_1"
-version=1.0.15
-revision=4
+version=1.0.18
+revision=1
 archs=noarch
 wrksrc="prompt_toolkit-${version}"
-build_style=python-module
-pycompile_module="prompt_toolkit"
-hostmakedepends="python-setuptools python3-setuptools"
+build_style=python2-module
+hostmakedepends="python-setuptools"
 depends="python-six python-wcwidth"
 short_desc="Python2 library for building powerful interactive command lines"
 maintainer="xaltsc <xaltsc@protonmail.ch>"
 license="BSD-3-Clause"
-homepage="https://github.com/jonathanslenders/python-prompt-toolkit"
+homepage="https://github.com/prompt-toolkit/python-prompt-toolkit"
 distfiles="${PYPI_SITE}/p/prompt_toolkit/prompt_toolkit-${version}.tar.gz"
-checksum=858588f1983ca497f1cf4ffde01d978a3ea02b01c8a26a8bbc5cd2e66d816917
+checksum=dd4fca02c8069497ad931a2d09914c6b0d1b50151ce876bc15bde4c747090126
 conflicts="python-prompt_toolkit2"
 
 post_install() {
 	vlicense LICENSE
 }
 
-python3-prompt_toolkit1_package() {
-	archs=noarch
-	pycompile_module="prompt_toolkit"
-	depends="python3-six python3-wcwidth"
-	short_desc="${short_desc/Python2/Python3}"
-	conflicts="python3-prompt_toolkit2"
-	pkg_install() {
-		vmove usr/lib/python3*
-		vlicense LICENSE
-	}
-}
-
 python-prompt_toolkit_package() {
 	archs=noarch
 	reverts="2.0.9_1"
 	build_style=meta
-	depends="python-prompt_toolkit1-${version}_${revision}"
-	short_desc="${short_desc} (transition package)"
-}
-
-python3-prompt_toolkit_package() {
-	archs=noarch
-	reverts="2.0.9_1"
-	build_style=meta
-	depends="python3-prompt_toolkit1-${version}_${revision}"
-	short_desc="${short_desc/Python2/Python3} (transition package)"
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" (transitional dummy package)"
 }
diff --git a/srcpkgs/python-prompt_toolkit1/update b/srcpkgs/python-prompt_toolkit1/update
new file mode 100644
index 00000000000..9b10459879a
--- /dev/null
+++ b/srcpkgs/python-prompt_toolkit1/update
@@ -0,0 +1,2 @@
+site="https://pypi.org/simple/prompt_toolkit/"
+pattern='prompt_toolkit-\K1\.[0-9.]+(?=.tar.gz)'
diff --git a/srcpkgs/python3-prompt_toolkit b/srcpkgs/python3-prompt_toolkit
deleted file mode 120000
index 1e14e8845b4..00000000000
--- a/srcpkgs/python3-prompt_toolkit
+++ /dev/null
@@ -1 +0,0 @@
-python-prompt_toolkit1
\ No newline at end of file
diff --git a/srcpkgs/python3-prompt_toolkit1 b/srcpkgs/python3-prompt_toolkit1
deleted file mode 120000
index 1e14e8845b4..00000000000
--- a/srcpkgs/python3-prompt_toolkit1
+++ /dev/null
@@ -1 +0,0 @@
-python-prompt_toolkit1
\ No newline at end of file

From 765746c9f9bfa1e87fedd4e00578d6b050a107fe Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Thu, 23 Jul 2020 21:26:07 -0400
Subject: [PATCH 2/8] New package: python3-prompt_toolkit-3.0.5

---
 srcpkgs/python3-prompt_toolkit/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/python3-prompt_toolkit/template

diff --git a/srcpkgs/python3-prompt_toolkit/template b/srcpkgs/python3-prompt_toolkit/template
new file mode 100644
index 00000000000..4cac7edb1a1
--- /dev/null
+++ b/srcpkgs/python3-prompt_toolkit/template
@@ -0,0 +1,25 @@
+# Template file for 'python3-prompt_toolkit'
+pkgname=python3-prompt_toolkit
+version=3.0.5
+revision=1
+archs=noarch
+wrksrc="${pkgname#python3-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-wcwidth"
+checkdepends="${depends} python3-pytest"
+short_desc="Python3 library for building powerful interactive command lines"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="BSD-3-Clause"
+homepage="https://github.com/prompt-toolkit/python-prompt-toolkit"
+distfiles="${PYPI_SITE}/p/prompt_toolkit/prompt_toolkit-${version}.tar.gz"
+checksum=563d1a4140b63ff9dd587bda9557cffb2fe73650205ab6f4383092fb882e7dc8
+conflicts="python-prompt_toolkit2"
+
+do_check() {
+	python3 -m pytest
+}
+
+post_install() {
+	vlicense LICENSE
+}

From fdc4744f7f9cb2f14375a8d2f3b59bd77cb5604f Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Thu, 23 Jul 2020 21:30:28 -0400
Subject: [PATCH 3/8] python3-ipython: update to 7.16.1.

---
 srcpkgs/python3-ipython/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-ipython/template b/srcpkgs/python3-ipython/template
index 1948a3a6a97..e42a00f8326 100644
--- a/srcpkgs/python3-ipython/template
+++ b/srcpkgs/python3-ipython/template
@@ -1,23 +1,23 @@
 # Template file for 'python3-ipython'
 pkgname=python3-ipython
-version=7.13.0
+version=7.16.1
 revision=1
 archs=noarch
 wrksrc="ipython-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pickleshare python3-simplegeneric python3-traitlets
- python3-pexpect python3-prompt_toolkit2 python3-Pygments python3-jedi
+ python3-pexpect python3-prompt_toolkit python3-Pygments python3-jedi
  python3-backcall"
 checkdepends="$depends python3-pytest python3-nose python3-matplotlib
  python3-requests python3-testpath python3-numpy python3-ipython_ipykernel
- python3-jupyter_nbformat python3-Pygments"
+ python3-jupyter_nbformat python3-Pygments python3-Pillow"
 short_desc="Enhanced interactive Python3 shell"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://ipython.org/"
 distfiles="${PYPI_SITE}/i/ipython/ipython-${version}.tar.gz"
-checksum=ca478e52ae1f88da0102360e57e528b92f3ae4316aabac80a2cd7f7ab2efb48a
+checksum=9f4fcb31d3b2c533333893b9172264e4821c1ac91839500f31bd43f2c59b3ccf
 conflicts="python-ipython<=5.8.0_2"
 
 do_check() {

From 0791fccbabcff6b82ec9ef215428b1d0aee18924 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Thu, 23 Jul 2020 21:33:43 -0400
Subject: [PATCH 4/8] pantalaimon: rebuild for new python3-prompt_toolkit

---
 srcpkgs/pantalaimon/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/pantalaimon/template b/srcpkgs/pantalaimon/template
index 9517255bd04..31a1763ab24 100644
--- a/srcpkgs/pantalaimon/template
+++ b/srcpkgs/pantalaimon/template
@@ -1,13 +1,13 @@
 # Template file for 'pantalaimon'
 pkgname=pantalaimon
 version=0.6.5
-revision=1
+revision=2
 archs=noarch
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-attrs python3-aiohttp python3-appdirs python3-click
  python3-keyring python3-logbook python3-peewee python3-janus
- python3-cachetools python3-prompt_toolkit2 python3-matrix-nio
+ python3-cachetools python3-prompt_toolkit python3-matrix-nio
  python3-dbus python3-gobject python3-pydbus python3-notify2"
 checkdepends="${depends}"
 short_desc="Proxy daemon for matrix.org clients supporting end-to-end encryption"

From 2a24edb5c634c2603b7bab770ef55d0714d7b279 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Thu, 23 Jul 2020 21:37:33 -0400
Subject: [PATCH 5/8] papis: update to 0.10.

---
 srcpkgs/papis/patches/update-vers1.patch | 39 ------------------------
 srcpkgs/papis/patches/update-vers2.patch | 32 -------------------
 srcpkgs/papis/template                   |  6 ++--
 3 files changed, 3 insertions(+), 74 deletions(-)
 delete mode 100644 srcpkgs/papis/patches/update-vers1.patch
 delete mode 100644 srcpkgs/papis/patches/update-vers2.patch

diff --git a/srcpkgs/papis/patches/update-vers1.patch b/srcpkgs/papis/patches/update-vers1.patch
deleted file mode 100644
index afed20441cc..00000000000
--- a/srcpkgs/papis/patches/update-vers1.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From 73e740b17d47e3ccddc72b58221f21a431b49d46 Mon Sep 17 00:00:00 2001
-From: JP-Ellis <josh@jpellis.me>
-Date: Mon, 2 Dec 2019 11:33:52 +1100
-Subject: [PATCH] Remove upper limits on dependencies
-
-Upper limits can be re-instated if/when an incompatibility is discovered (and
-until papis can be updated to be compatible with the newer version).
-
-Signed-off-by: JP-Ellis <josh@jpellis.me>
----
- setup.py | 10 ++++++----
- 1 file changed, 6 insertions(+), 4 deletions(-)
-
-diff --git a/setup.py b/setup.py
-index 38cfbe0c..7e7c3bf9 100644
---- setup.py
-+++ setup.py
-@@ -65,15 +65,17 @@
-         "bibtexparser>=0.6.2",
-         "click>=7.0.0",
-         "habanero>=0.6.0",
--        "isbnlib>=3.9.1,<4.0.0",
--        "prompt_toolkit>=2.0.5,<3",
-+        "isbnlib>=3.9.1",
-+        "prompt_toolkit>=2.0.5",
-         "tqdm>=4.1",
-         "pygments>=2.2.0",
-         "stevedore>=1.30",
-         "python-doi>=0.1.1",
-         # for python 3.4
--        "lxml<=4.3.5",
--        "python-slugify>=1.2.6,<4",
-+        "lxml<=4.3.5 ; python_version<='3.5'",
-+        "lxml>=4.3.5 ; python_version>'3.5'",
-+        "python-slugify>=1.2.6,<4 ; python_version<='3.4'",
-+        "python-slugify>=1.2.6 ; python_version>'3.4'",
-     ],
-     python_requires='>=3',
-     classifiers=[
diff --git a/srcpkgs/papis/patches/update-vers2.patch b/srcpkgs/papis/patches/update-vers2.patch
deleted file mode 100644
index 7ccdb2f3eda..00000000000
--- a/srcpkgs/papis/patches/update-vers2.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From bfe0ffae835dc5769198ae4aa5625ce44076eeb7 Mon Sep 17 00:00:00 2001
-From: JP-Ellis <josh@jpellis.me>
-Date: Mon, 2 Dec 2019 21:19:46 +1100
-Subject: [PATCH] Update supported Python version to 3.5, 3.6, 3.7 & 3.8
-
-It's probably safe to drop support for Python <= 3.4 as they are neither
-maintained nor receiving security fixes.
-
-Signed-off-by: JP-Ellis <josh@jpellis.me>
----
- .travis.yml  |  3 +--
- appveyor.yml | 10 ++++------
- setup.py     |  4 ++--
- 3 files changed, 7 insertions(+), 10 deletions(-)
-
-diff --git a/.travis.yml b/.travis.yml
-index a94caae6..6f73695a 100644
---- setup.py
-+++ setup.py
-@@ -86,10 +86,10 @@
-         'Operating System :: MacOS',
-         'Operating System :: POSIX',
-         'Operating System :: Unix',
--        'Programming Language :: Python :: 3.3',
--        'Programming Language :: Python :: 3.4',
-         'Programming Language :: Python :: 3.5',
-         'Programming Language :: Python :: 3.6',
-+        'Programming Language :: Python :: 3.7',
-+        'Programming Language :: Python :: 3.8',
-         'Topic :: Utilities',
-     ],
-     extras_require=dict(
diff --git a/srcpkgs/papis/template b/srcpkgs/papis/template
index 3f432146c10..e3788af2a75 100644
--- a/srcpkgs/papis/template
+++ b/srcpkgs/papis/template
@@ -1,11 +1,11 @@
 # Template file for 'papis'
 pkgname=papis
-version=0.9
+version=0.10
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests python3-yaml python3-chardet python3-BeautifulSoup4
- python3-colorama python3-click python3-slugify python3-prompt_toolkit2
+ python3-colorama python3-click python3-slugify python3-prompt_toolkit
  python3-tqdm python3-Pygments python3-stevedore python3-parsing
  python3-filetype python3-bibtexparser python3-habanero python3-arxiv2bib
  python3-isbnlib python3 python3-setuptools python3-lxml
@@ -15,7 +15,7 @@ maintainer="xaltsc <xaltsc@protonmail.ch>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/papis/papis"
 distfiles="https://github.com/papis/papis/archive/v${version}.tar.gz"
-checksum=c49e53f843a53ccaaeaa24efa777c444efcfd541098fefcfa198ab99888b15e5
+checksum=d658883af6f1ea93da9a855180063eadada339feb2c33c96f6e8ace50f3e49e9
 
 pre_build() {
 	sed -i '/configparser/d' setup.py

From 32ae3f8338864afd9f877ca2ac99b059dc1830f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Thu, 23 Jul 2020 21:40:20 -0400
Subject: [PATCH 6/8] pgcli: update to 3.0.0.

---
 srcpkgs/pgcli/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/pgcli/template b/srcpkgs/pgcli/template
index 5e35dfae73b..51835304d71 100644
--- a/srcpkgs/pgcli/template
+++ b/srcpkgs/pgcli/template
@@ -1,12 +1,11 @@
 # Template file for 'pgcli'
 pkgname=pgcli
-version=2.2.0
-revision=2
+version=3.0.0
+revision=1
 archs=noarch
 build_style=python3-module
-pycompile_module="pgcli"
 hostmakedepends="python3-setuptools"
-depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit2
+depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit
  python3-psycopg2 python3-sqlparse python3-configobj python3-humanize
  python3-cli_helpers python3-setproctitle"
 short_desc="PostgreSQL CLI with autocompletion and syntax highlighting"
@@ -14,7 +13,7 @@ maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
 license="BSD-3-Clause"
 homepage="https://www.pgcli.com"
 distfiles="${PYPI_SITE}/p/pgcli/pgcli-${version}.tar.gz"
-checksum=54138a31e6736a34c63b84a6d134c9292c9a73543cc0f66e80a0aaf79259d39b
+checksum=4920225838e8004ae6d2ec42f566e0a8b99c4bd42bc2c876d0de8501da0a4082
 
 do_check() {
 	# pgcli tests require a PostgreSQL server; skip them.

From 2b86d063d2969554a4442288c86c0dc3a556c4c3 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Thu, 23 Jul 2020 21:43:35 -0400
Subject: [PATCH 7/8] python3-jupyter_console: rebuild for new
 python3-prompt_toolkit

---
 srcpkgs/python3-jupyter_console/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-jupyter_console/template b/srcpkgs/python3-jupyter_console/template
index d2639818678..4b404987cd8 100644
--- a/srcpkgs/python3-jupyter_console/template
+++ b/srcpkgs/python3-jupyter_console/template
@@ -1,13 +1,13 @@
 # Template file for 'python3-jupyter_console'
 pkgname=python3-jupyter_console
 version=6.1.0
-revision=3
+revision=4
 archs=noarch
 wrksrc="jupyter_console-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-ipython python3-ipython_ipykernel python3-jupyter_client
- python3-prompt_toolkit2 python3-Pygments"
+ python3-prompt_toolkit python3-Pygments"
 checkdepends="$depends python3-pytest"
 short_desc="Jupyter terminal console (Python3)"
 maintainer="Alessio Sergi <al3hex@gmail.com>"

From e61b051fb4cd44c4ea8121c7c1b35df8cc4a4f66 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Thu, 23 Jul 2020 21:50:24 -0400
Subject: [PATCH 8/8] python-prompt_toolkit2: remove package

---
 srcpkgs/python-prompt_toolkit2/template | 43 -------------------------
 srcpkgs/python3-prompt_toolkit2         |  1 -
 2 files changed, 44 deletions(-)
 delete mode 100644 srcpkgs/python-prompt_toolkit2/template
 delete mode 120000 srcpkgs/python3-prompt_toolkit2

diff --git a/srcpkgs/python-prompt_toolkit2/template b/srcpkgs/python-prompt_toolkit2/template
deleted file mode 100644
index d7f2fd11e14..00000000000
--- a/srcpkgs/python-prompt_toolkit2/template
+++ /dev/null
@@ -1,43 +0,0 @@
-# Template file for 'python-prompt_toolkit2'
-pkgname=python-prompt_toolkit2
-version=2.0.9
-revision=4
-archs=noarch
-wrksrc="prompt_toolkit-${version}"
-build_style=python-module
-pycompile_module="prompt_toolkit"
-hostmakedepends="python-setuptools python3-setuptools"
-depends="python-six python-wcwidth"
-checkdepends="python-pytest python-six python-wcwidth python3-pytest
- python3-six python3-wcwidth"
-short_desc="Python2 library for building powerful interactive command lines"
-maintainer="Alessio Sergi <al3hex@gmail.com>"
-license="BSD-3-Clause"
-homepage="https://github.com/jonathanslenders/python-prompt-toolkit"
-distfiles="${PYPI_SITE}/p/prompt_toolkit/prompt_toolkit-${version}.tar.gz"
-checksum=2519ad1d8038fd5fc8e770362237ad0364d16a7650fb5724af6997ed5515e3c1
-conflicts="python-prompt_toolkit"
-
-do_check() {
-	PY2PATH="${PWD}/build-2.7/lib"
-	PY3PATH="${PWD}/build-${py3_ver}/lib"
-
-	PYTHONPATH="${PY2PATH}" python2 -m pytest
-	PYTHONPATH="${PY3PATH}" python3 -m pytest
-}
-
-post_install() {
-	vlicense LICENSE
-}
-
-python3-prompt_toolkit2_package() {
-	archs=noarch
-	pycompile_module="prompt_toolkit"
-	depends="python3-six python3-wcwidth"
-	short_desc="${short_desc/Python2/Python3}"
-	conflicts="python3-prompt_toolki1"
-	pkg_install() {
-		vmove "usr/lib/python3*"
-		vlicense LICENSE
-	}
-}
diff --git a/srcpkgs/python3-prompt_toolkit2 b/srcpkgs/python3-prompt_toolkit2
deleted file mode 120000
index 19eb86261ee..00000000000
--- a/srcpkgs/python3-prompt_toolkit2
+++ /dev/null
@@ -1 +0,0 @@
-python-prompt_toolkit2
\ No newline at end of file

  parent reply	other threads:[~2020-07-24  2:04 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-24  1:52 [PR PATCH] " ahesford
2020-07-24  1:55 ` [PR PATCH] [Updated] " ahesford
2020-07-24  2:04 ` ahesford [this message]
2020-07-24  2:41 ` ahesford
2020-07-24  2:51 ` ahesford
2020-07-24  3:15 ` ahesford
2020-07-24  3:20 ` [PR PATCH] [Closed]: " ahesford

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200724020441.wvol_Xeo_vzRZE42UuJLFyzJoxQ0OEEjPxHcsxTu348@z \
    --to=ahesford@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).