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:19:32 +0100	[thread overview]
Message-ID: <20201217211932.yaikF0dv3L31XqtBD9yr8rPwOzPZycdAjYMi2NMalXQ@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: 3325 bytes --]

From eecd4359f12d07fa79fba7830cb5cfa19bcf8f5d Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 24 Nov 2020 14:17:47 -0600
Subject: [PATCH 1/2] python3-codespell: update to 2.0.0

---
 srcpkgs/python3-codespell/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-codespell/template b/srcpkgs/python3-codespell/template
index 79ac70eb90b..d0c208adb8a 100644
--- a/srcpkgs/python3-codespell/template
+++ b/srcpkgs/python3-codespell/template
@@ -1,15 +1,16 @@
 # 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"
-short_desc="Checks code for common spelling mistakes (Python3)"
+checkdepends="python3-pytest aspell"
+short_desc="Checks code for common spelling mistakes"
 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"

From a112d6900c2fca95d63fde29451e679dddf8f30c Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Wed, 25 Nov 2020 18:36:17 -0600
Subject: [PATCH 2/2] python3-aspell: New package

---
 srcpkgs/python3-aspell/template    | 19 +++++++++++++++++++
 srcpkgs/python3-codespell/template |  4 ++--
 2 files changed, 21 insertions(+), 2 deletions(-)
 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..1217157d46e
--- /dev/null
+++ b/srcpkgs/python3-aspell/template
@@ -0,0 +1,19 @@
+# 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
+}
diff --git a/srcpkgs/python3-codespell/template b/srcpkgs/python3-codespell/template
index d0c208adb8a..0b48b756840 100644
--- a/srcpkgs/python3-codespell/template
+++ b/srcpkgs/python3-codespell/template
@@ -6,10 +6,10 @@ wrksrc="codespell-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"
-checkdepends="python3-pytest aspell"
+checkdepends="python3-pytest python3-aspell aspell-en"
 short_desc="Checks code for common spelling mistakes"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-2.0-or-later"
+license="GPL-2.0-only"
 homepage="https://github.com/codespell-project/codespell"
 distfiles="${homepage}/archive/v${version}.tar.gz"
 checksum=f691d65ac0aa621698f68f0e98f3bcd5c4407c795ab510118130b593af2751b1

  reply	other threads:[~2020-12-17 21:19 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 ` ndowens [this message]
2020-12-17 21:58 ` [PR PATCH] [Updated] " ndowens
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=20201217211932.yaikF0dv3L31XqtBD9yr8rPwOzPZycdAjYMi2NMalXQ@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).