Github messages for voidlinux
 help / color / mirror / Atom feed
From: jcgruenhage <jcgruenhage@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] Orphan Joseph LaFreniere's packages
Date: Tue, 12 Oct 2021 20:02:01 +0200	[thread overview]
Message-ID: <20211012180201.02ZgD9d0c-MGGARa4kJTlfCP8s4L-HCs_6KUoF9zzrQ@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-33507@inbox.vuxu.org>

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

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

https://github.com/jcgruenhage/void-packages orphan-joseph-lafreniere-packages
https://github.com/void-linux/void-packages/pull/33507

Orphan Joseph LaFreniere's packages
I got in contact with Joseph LaFreniere for taking over some of the packages (see #31998) and orphaning the rest.

### To squash or not to squash
Should I squash these?

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-orphan-joseph-lafreniere-packages-33507.patch --]
[-- Type: text/x-diff, Size: 11497 bytes --]

From 17084b472d93d37ba1b465f0f028718624be94f9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Tue, 12 Oct 2021 19:43:58 +0200
Subject: [PATCH] scrpkgs/: orphan Joseph LaFreniere's packages

This includes:
 - python3-GitPython
 - python3-ansible-lint
 - python3-ansicolor
 - python3-bitbucket-api
 - python3-gitdb
 - python3-github3
 - python3-gitlab
 - python3-gogs-client
 - python3-ndg_httpsclient
 - python3-progress
 - python3-proselint
 - python3-smmap
 - python3-vint
 - python3-voluptuous
 - python3-yamllint
 - tokei
---
 srcpkgs/python3-GitPython/template       | 2 +-
 srcpkgs/python3-ansible-lint/template    | 2 +-
 srcpkgs/python3-ansicolor/template       | 2 +-
 srcpkgs/python3-bitbucket-api/template   | 2 +-
 srcpkgs/python3-gitdb/template           | 2 +-
 srcpkgs/python3-github3/template         | 2 +-
 srcpkgs/python3-gitlab/template          | 2 +-
 srcpkgs/python3-gogs-client/template     | 2 +-
 srcpkgs/python3-ndg_httpsclient/template | 2 +-
 srcpkgs/python3-progress/template        | 2 +-
 srcpkgs/python3-proselint/template       | 2 +-
 srcpkgs/python3-smmap/template           | 2 +-
 srcpkgs/python3-vint/template            | 2 +-
 srcpkgs/python3-voluptuous/template      | 2 +-
 srcpkgs/python3-yamllint/template        | 2 +-
 srcpkgs/tokei/template                   | 2 +-
 16 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/srcpkgs/python3-GitPython/template b/srcpkgs/python3-GitPython/template
index 0f40f6742488..995c290b5c48 100644
--- a/srcpkgs/python3-GitPython/template
+++ b/srcpkgs/python3-GitPython/template
@@ -7,7 +7,7 @@ build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gitdb"
 short_desc="Library to interact with Git repositories (Python3)"
-maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/gitpython-developers/GitPython"
 distfiles="${PYPI_SITE}/G/GitPython/GitPython-${version}.tar.gz"
diff --git a/srcpkgs/python3-ansible-lint/template b/srcpkgs/python3-ansible-lint/template
index bc8b03fcd823..a548608b35f5 100644
--- a/srcpkgs/python3-ansible-lint/template
+++ b/srcpkgs/python3-ansible-lint/template
@@ -7,7 +7,7 @@ build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="ansible python3-six python3-yaml python3-ruamel.yaml"
 short_desc="Linter for Ansible files"
-maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/willthames/ansible-lint"
 changelog="https://raw.githubusercontent.com/willthames/ansible-lint/master/CHANGELOG.md"
diff --git a/srcpkgs/python3-ansicolor/template b/srcpkgs/python3-ansicolor/template
index 45792486aaa4..f8e720e69361 100644
--- a/srcpkgs/python3-ansicolor/template
+++ b/srcpkgs/python3-ansicolor/template
@@ -7,7 +7,7 @@ build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
 short_desc="Library to produce ansi color output (Python3)"
-maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/numerodix/ansicolor"
 distfiles="${PYPI_SITE}/a/ansicolor/ansicolor-${version}.tar.gz"
diff --git a/srcpkgs/python3-bitbucket-api/template b/srcpkgs/python3-bitbucket-api/template
index 784664aaa6b9..1110e04aa644 100644
--- a/srcpkgs/python3-bitbucket-api/template
+++ b/srcpkgs/python3-bitbucket-api/template
@@ -7,7 +7,7 @@ build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests-oauthlib python3-sh"
 short_desc="Wrapper for BitBucket's REST API (Python3)"
-maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="ISC"
 homepage="https://github.com/Sheeprider/BitBucket-api"
 distfiles="${PYPI_SITE}/b/bitbucket-api/bitbucket-api-${version}.tar.gz"
diff --git a/srcpkgs/python3-gitdb/template b/srcpkgs/python3-gitdb/template
index 60b322745dec..804f4970ec44 100644
--- a/srcpkgs/python3-gitdb/template
+++ b/srcpkgs/python3-gitdb/template
@@ -7,7 +7,7 @@ build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-smmap"
 short_desc="Pure-Python git object database (Python3)"
-maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/gitpython-developers/gitdb"
 distfiles="${PYPI_SITE}/g/gitdb2/gitdb2-${version}.tar.gz"
diff --git a/srcpkgs/python3-github3/template b/srcpkgs/python3-github3/template
index 70842cbc2f9e..5ff03dbac0bb 100644
--- a/srcpkgs/python3-github3/template
+++ b/srcpkgs/python3-github3/template
@@ -7,7 +7,7 @@ build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests python3-uritemplate"
 short_desc="Wrapper for GitHub's API (Python3)"
-maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://github3py.readthedocs.org"
 changelog="https://raw.githubusercontent.com/sigmavirus24/github3.py/master/docs/source/release-notes/${version}.rst"
diff --git a/srcpkgs/python3-gitlab/template b/srcpkgs/python3-gitlab/template
index 51b23ee5e8b7..ecd31be86034 100644
--- a/srcpkgs/python3-gitlab/template
+++ b/srcpkgs/python3-gitlab/template
@@ -8,7 +8,7 @@ hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-requests python3-six"
 checkdepends="${depends}"
 short_desc="Wrapper for GitLab's API (Python3)"
-maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-3.0-or-later"
 homepage="https://github.com/gpocentek/python-gitlab"
 changelog="https://raw.githubusercontent.com/python-gitlab/python-gitlab/master/ChangeLog.rst"
diff --git a/srcpkgs/python3-gogs-client/template b/srcpkgs/python3-gogs-client/template
index dd91bd7a55b2..cc5f23d6364d 100644
--- a/srcpkgs/python3-gogs-client/template
+++ b/srcpkgs/python3-gogs-client/template
@@ -7,7 +7,7 @@ build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-future python3-requests python3-attrs"
 short_desc="Python3 library for interacting with a gogs server"
-maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/unfoldingWord-dev/python-gogs-client"
 distfiles="${PYPI_SITE}/g/gogs_client/gogs_client-${version}.tar.gz"
diff --git a/srcpkgs/python3-ndg_httpsclient/template b/srcpkgs/python3-ndg_httpsclient/template
index d0c5563a6799..9a41db4753e1 100644
--- a/srcpkgs/python3-ndg_httpsclient/template
+++ b/srcpkgs/python3-ndg_httpsclient/template
@@ -7,7 +7,7 @@ build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-openssl python3-pyasn1"
 short_desc="HTTPS support for httplib and urllib2 (Python3)"
-maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/cedadev/ndg_httpsclient"
 distfiles="${PYPI_SITE}/n/ndg_httpsclient/ndg_httpsclient-${version}.tar.gz"
diff --git a/srcpkgs/python3-progress/template b/srcpkgs/python3-progress/template
index a47654388306..4a4ec6e0a5a2 100644
--- a/srcpkgs/python3-progress/template
+++ b/srcpkgs/python3-progress/template
@@ -7,7 +7,7 @@ build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
 short_desc="Easy to use progress bars (Python3)"
-maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="ISC"
 homepage="https://github.com/verigak/progress"
 distfiles="${PYPI_SITE}/p/progress/progress-${version}.tar.gz"
diff --git a/srcpkgs/python3-proselint/template b/srcpkgs/python3-proselint/template
index ed0008cfbed0..2ad63eba5c31 100644
--- a/srcpkgs/python3-proselint/template
+++ b/srcpkgs/python3-proselint/template
@@ -7,7 +7,7 @@ build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-click python3-future python3-six"
 short_desc="Linter for prose (Python3)"
-maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/amperser/proselint"
 changelog="https://raw.githubusercontent.com/amperser/proselint/master/CHANGELOG.md"
diff --git a/srcpkgs/python3-smmap/template b/srcpkgs/python3-smmap/template
index 20317a484d76..2bfc12aab9f8 100644
--- a/srcpkgs/python3-smmap/template
+++ b/srcpkgs/python3-smmap/template
@@ -8,7 +8,7 @@ hostmakedepends="python3-setuptools"
 depends="python3"
 checkdepends="python3-nose"
 short_desc="Sliding memory map manager (Python3)"
-maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/gitpython-developers/smmap"
 distfiles="${homepage}/archive/v${version}.tar.gz"
diff --git a/srcpkgs/python3-vint/template b/srcpkgs/python3-vint/template
index 5424ffb0ce37..e8d7ddd6b203 100644
--- a/srcpkgs/python3-vint/template
+++ b/srcpkgs/python3-vint/template
@@ -7,7 +7,7 @@ build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-ansicolor python3-chardet python3-yaml"
 short_desc="Lint tool for Vim script language (Python3)"
-maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/Kuniwak/vint"
 distfiles="${PYPI_SITE}/v/vim-vint/vim-vint-${version}.tar.gz"
diff --git a/srcpkgs/python3-voluptuous/template b/srcpkgs/python3-voluptuous/template
index 8e37fdf329e5..5c9464d3e22e 100644
--- a/srcpkgs/python3-voluptuous/template
+++ b/srcpkgs/python3-voluptuous/template
@@ -7,7 +7,7 @@ build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
 short_desc="Python3 data validation library"
-maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/alecthomas/voluptuous"
 changelog="https://raw.githubusercontent.com/alecthomas/voluptuous/master/CHANGELOG.md"
diff --git a/srcpkgs/python3-yamllint/template b/srcpkgs/python3-yamllint/template
index 70c4643e21a6..24ae8d39a2d3 100644
--- a/srcpkgs/python3-yamllint/template
+++ b/srcpkgs/python3-yamllint/template
@@ -8,7 +8,7 @@ hostmakedepends="python3-setuptools"
 depends="python3-pathspec python3-setuptools python3-yaml"
 checkdepends="python3-pathspec python3-yaml"
 short_desc="Python3 linter for YAML files"
-maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/adrienverge/yamllint"
 distfiles="${homepage}/archive/v${version}.tar.gz"
diff --git a/srcpkgs/tokei/template b/srcpkgs/tokei/template
index 59205436a68a..2ef21c8e0d60 100644
--- a/srcpkgs/tokei/template
+++ b/srcpkgs/tokei/template
@@ -4,7 +4,7 @@ version=12.1.2
 revision=1
 build_style=cargo
 short_desc="Count lines of code"
-maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0, MIT"
 homepage="https://github.com/XAMPPRocky/tokei"
 distfiles="https://github.com/XAMPPRocky/tokei/archive/v${version}.tar.gz"

  parent reply	other threads:[~2021-10-12 18:02 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-12 17:49 [PR PATCH] " jcgruenhage
2021-10-12 17:58 ` ericonr
2021-10-12 18:02 ` jcgruenhage [this message]
2021-10-12 18:03 ` [PR PATCH] [Updated] " jcgruenhage
2021-10-12 18:23 ` [PR REVIEW] " ericonr
2021-10-12 18:54 ` jcgruenhage
2021-10-12 18:59 ` [PR PATCH] [Updated] " jcgruenhage
2021-10-14 16:34 ` [PR PATCH] [Merged]: " Chocimier

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=20211012180201.02ZgD9d0c-MGGARa4kJTlfCP8s4L-HCs_6KUoF9zzrQ@z \
    --to=jcgruenhage@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).