Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-codespell: update to 2.0.0
@ 2020-11-24 20:17 ndowens
  2020-12-17 21:19 ` [PR PATCH] [Updated] " ndowens
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: ndowens @ 2020-11-24 20:17 UTC (permalink / raw)
  To: ml

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

There is a new 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


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: 1256 bytes --]

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

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

diff --git a/srcpkgs/python3-codespell/template b/srcpkgs/python3-codespell/template
index 79ac70eb90b..da01caf62b8 100644
--- a/srcpkgs/python3-codespell/template
+++ b/srcpkgs/python3-codespell/template
@@ -1,15 +1,15 @@
 # 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)"
+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"

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

* Re: [PR PATCH] [Updated] python3-codespell: update to 2.0.0
  2020-11-24 20:17 [PR PATCH] python3-codespell: update to 2.0.0 ndowens
@ 2020-12-17 21:19 ` ndowens
  2020-12-17 21:58 ` ndowens
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ndowens @ 2020-12-17 21:19 UTC (permalink / raw)
  To: ml

[-- 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

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

* Re: [PR PATCH] [Updated] python3-codespell: update to 2.0.0
  2020-11-24 20:17 [PR PATCH] python3-codespell: update to 2.0.0 ndowens
  2020-12-17 21:19 ` [PR PATCH] [Updated] " ndowens
@ 2020-12-17 21:58 ` ndowens
  2020-12-17 22:36 ` ndowens
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ndowens @ 2020-12-17 21:58 UTC (permalink / raw)
  To: ml

[-- 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
+}

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

* Re: [PR PATCH] [Updated] python3-codespell: update to 2.0.0
  2020-11-24 20:17 [PR PATCH] python3-codespell: update to 2.0.0 ndowens
  2020-12-17 21:19 ` [PR PATCH] [Updated] " ndowens
  2020-12-17 21:58 ` ndowens
@ 2020-12-17 22:36 ` ndowens
  2020-12-17 22:40 ` ndowens
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ndowens @ 2020-12-17 22:36 UTC (permalink / raw)
  To: ml

[-- 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: 2612 bytes --]

From 3d480662340b58e83c4356aef4455308eccd39b7 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 41c933bd714519ce12235413849f5d0472903621 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
+}

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

* Re: [PR PATCH] [Updated] python3-codespell: update to 2.0.0
  2020-11-24 20:17 [PR PATCH] python3-codespell: update to 2.0.0 ndowens
                   ` (2 preceding siblings ...)
  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
  5 siblings, 0 replies; 7+ messages in thread
From: ndowens @ 2020-12-17 22:40 UTC (permalink / raw)
  To: ml

[-- 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: 2614 bytes --]

From 5ea9391bc4f89ee54689d806385e8acfcdb69ca6 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..44b1d0afdd8 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' codespell_lib/tests/test_basic.py
+}

From 881bb0b30cc65b3f72b51218dceb51e2aa8d57dc 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
+}

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

* Re: python3-codespell: update to 2.0.0
  2020-11-24 20:17 [PR PATCH] python3-codespell: update to 2.0.0 ndowens
                   ` (3 preceding siblings ...)
  2020-12-17 22:40 ` ndowens
@ 2020-12-17 22:41 ` ndowens
  2021-11-12 11:28 ` [PR PATCH] [Closed]: " paper42
  5 siblings, 0 replies; 7+ messages in thread
From: ndowens @ 2020-12-17 22:41 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/26682#issuecomment-747745332

Comment:
Submited a issue upstream to add license file to source/repo

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

* Re: [PR PATCH] [Closed]: python3-codespell: update to 2.0.0
  2020-11-24 20:17 [PR PATCH] python3-codespell: update to 2.0.0 ndowens
                   ` (4 preceding siblings ...)
  2020-12-17 22:41 ` ndowens
@ 2021-11-12 11:28 ` paper42
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2021-11-12 11:28 UTC (permalink / raw)
  To: ml

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

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

python3-codespell: update to 2.0.0
https://github.com/void-linux/void-packages/pull/26682

Description:
python3-aspell source has no license file to "pet" lint

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

end of thread, other threads:[~2021-11-12 11:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-24 20:17 [PR PATCH] python3-codespell: update to 2.0.0 ndowens
2020-12-17 21:19 ` [PR PATCH] [Updated] " ndowens
2020-12-17 21:58 ` 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

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