Github messages for voidlinux
 help / color / mirror / Atom feed
From: ndowens <ndowens@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] python3-codespell: update to 2.0.0
Date: Thu, 17 Dec 2020 22:58:31 +0100	[thread overview]
Message-ID: <20201217215831.60faivPIKPUEqZgaHuaVXvblKuMPRreY0KTWUuB1j3k@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26682@inbox.vuxu.org>

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

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

https://github.com/ndowens/void-packages codespell
https://github.com/void-linux/void-packages/pull/26682

python3-codespell: update to 2.0.0
python3-aspell source has no license file to "pet" lint

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

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

From cb572ab2c278a8cddc4bcb7c03a82d2fa2f2ec97 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Thu, 17 Dec 2020 15:56:49 -0600
Subject: [PATCH 1/2] python3-codespell: update to 2.0.0.

---
 srcpkgs/python3-codespell/template | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-codespell/template b/srcpkgs/python3-codespell/template
index 79ac70eb90b..767e4a08e34 100644
--- a/srcpkgs/python3-codespell/template
+++ b/srcpkgs/python3-codespell/template
@@ -1,15 +1,21 @@
 # Template file for 'python3-codespell'
 pkgname=python3-codespell
-version=1.17.1
+version=2.0.0
 revision=1
 wrksrc="codespell-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"
+checkdepends="aspell-en python3-aspell python3-pytest-cov"
 short_desc="Checks code for common spelling mistakes (Python3)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/codespell-project/codespell"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=d9d90fdb223c3462cc3982f44c018bad873092ed7ac5b9efe23e1350fbe2d4c7
+checksum=f691d65ac0aa621698f68f0e98f3bcd5c4407c795ab510118130b593af2751b1
 conflicts="python-codespell>=0"
+
+pre_check() {
+	# Remove test that needs itself
+	vsed -i '/run_codespell/,/==4/d' codelib_lib/tests/test_basic.py
+}

From 7e855f6c74859b33c01c8bf3ae27f7b1c94db7fb Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Thu, 17 Dec 2020 15:59:26 -0600
Subject: [PATCH 2/2] New package: python3-aspell-1.15

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

diff --git a/srcpkgs/python3-aspell/template b/srcpkgs/python3-aspell/template
new file mode 100644
index 00000000000..6f9f29f7a48
--- /dev/null
+++ b/srcpkgs/python3-aspell/template
@@ -0,0 +1,23 @@
+# Template file for 'python3-aspell'
+pkgname=python3-aspell
+version=1.15
+revision=1
+wrksrc="aspell-python-$version"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel aspell-devel"
+depends="python3"
+short_desc="Python3 aspell binding"
+maintainer="Nathan Owens <ndowens@artixlinux.org>"
+license="BSD-3-Clause"
+homepage="http://github.com/WojciechMula/aspell-python"
+distfiles="https://github.com/WojciechMula/aspell-python/archive/$version.tar.gz"
+checksum=e1497eae8fbf35569520dc4c4f8bbd0bc7f349ce5b369c5067cd0f3a94bcb33d
+
+pre_configure() {
+	mv setup.3.py setup.py
+}
+
+do_check() {
+	: # No tests
+}

  parent reply	other threads:[~2020-12-17 21:58 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-24 20:17 [PR PATCH] " ndowens
2020-12-17 21:19 ` [PR PATCH] [Updated] " ndowens
2020-12-17 21:58 ` ndowens [this message]
2020-12-17 22:36 ` ndowens
2020-12-17 22:40 ` ndowens
2020-12-17 22:41 ` ndowens
2021-11-12 11:28 ` [PR PATCH] [Closed]: " paper42

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=20201217215831.60faivPIKPUEqZgaHuaVXvblKuMPRreY0KTWUuB1j3k@z \
    --to=ndowens@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).