* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/proselint/
@ 2024-01-31 13:14 Ronaldo V. Lobato
0 siblings, 0 replies; 8+ messages in thread
From: Ronaldo V. Lobato @ 2024-01-31 13:14 UTC (permalink / raw
To: gentoo-commits
commit: 3065b6b0e087ef91a28cc54447e5b2e818263506
Author: Ronaldo V. Lobato <vieira.lobato <AT> gmail <DOT> com>
AuthorDate: Wed Jan 31 13:13:43 2024 +0000
Commit: Ronaldo V. Lobato <vieira.lobato <AT> gmail <DOT> com>
CommitDate: Wed Jan 31 13:13:43 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3065b6b0
dev-python/proselint: update LICENSE
Signed-off-by: Ronaldo V. Lobato <vieira.lobato <AT> gmail.com>
dev-python/proselint/Manifest | 1 -
dev-python/proselint/proselint-0.13.0.ebuild | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/proselint/Manifest b/dev-python/proselint/Manifest
index 465945210f..c25682dc95 100644
--- a/dev-python/proselint/Manifest
+++ b/dev-python/proselint/Manifest
@@ -1,2 +1 @@
DIST proselint-0.13.0.tar.gz 96876 BLAKE2B 780d1c217244e7909fb017d4c8fe4061e8328280119694f6e40630393f52bd00498382d3944d598f34751c7afecbcf5f2e76f1e204b073d28cd363452683e91f SHA512 6379c63fba0be8c5944c67ef4d3c0fd4ae4deb0076813531cddcdbc632bb254a4e213f88f07d96679465d740c1936a2b1502f852959a8ac9789ab1b983b8a0ef
-EBUILD proselint-0.13.0.ebuild 574 BLAKE2B c44d89808243c221d3e2c6ffe399be2bfb93015d9b871c1000b4c2e2764057582c4a57c4cabc90b3ea493d57b4550ed6572fba654225c37a182b68fa6b341e89 SHA512 ebb1e430a65de8fe0e0da35e0fa8bf7588dd493ec896d5a109c4ac450624c6abe81c283833d66ca480d6f9abc37e77c307c47b9a7a5c45ad58dc7ee6088af5e1
diff --git a/dev-python/proselint/proselint-0.13.0.ebuild b/dev-python/proselint/proselint-0.13.0.ebuild
index 9afb138888..10c865eb15 100644
--- a/dev-python/proselint/proselint-0.13.0.ebuild
+++ b/dev-python/proselint/proselint-0.13.0.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="
https://pypi.org/project/proselint/
"
-LICENSE="BSD-3-Clause"
+LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/proselint/
@ 2024-01-31 13:14 Ronaldo V. Lobato
0 siblings, 0 replies; 8+ messages in thread
From: Ronaldo V. Lobato @ 2024-01-31 13:14 UTC (permalink / raw
To: gentoo-commits
commit: a352fd3645e94d1e55efb80cf8dd0c80fb82ba01
Author: Ronaldo V. Lobato <vieira.lobato <AT> gmail <DOT> com>
AuthorDate: Wed Jan 31 12:42:41 2024 +0000
Commit: Ronaldo V. Lobato <vieira.lobato <AT> gmail <DOT> com>
CommitDate: Wed Jan 31 12:42:41 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a352fd36
dev-python/proselint: new package, add 0.13.0
Signed-off-by: Ronaldo V. Lobato <vieira.lobato <AT> gmail.com>
dev-python/proselint/Manifest | 2 ++
dev-python/proselint/proselint-0.13.0.ebuild | 34 ++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/proselint/Manifest b/dev-python/proselint/Manifest
new file mode 100644
index 0000000000..465945210f
--- /dev/null
+++ b/dev-python/proselint/Manifest
@@ -0,0 +1,2 @@
+DIST proselint-0.13.0.tar.gz 96876 BLAKE2B 780d1c217244e7909fb017d4c8fe4061e8328280119694f6e40630393f52bd00498382d3944d598f34751c7afecbcf5f2e76f1e204b073d28cd363452683e91f SHA512 6379c63fba0be8c5944c67ef4d3c0fd4ae4deb0076813531cddcdbc632bb254a4e213f88f07d96679465d740c1936a2b1502f852959a8ac9789ab1b983b8a0ef
+EBUILD proselint-0.13.0.ebuild 574 BLAKE2B c44d89808243c221d3e2c6ffe399be2bfb93015d9b871c1000b4c2e2764057582c4a57c4cabc90b3ea493d57b4550ed6572fba654225c37a182b68fa6b341e89 SHA512 ebb1e430a65de8fe0e0da35e0fa8bf7588dd493ec896d5a109c4ac450624c6abe81c283833d66ca480d6f9abc37e77c307c47b9a7a5c45ad58dc7ee6088af5e1
diff --git a/dev-python/proselint/proselint-0.13.0.ebuild b/dev-python/proselint/proselint-0.13.0.ebuild
new file mode 100644
index 0000000000..9afb138888
--- /dev/null
+++ b/dev-python/proselint/proselint-0.13.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYPI_PN=${PN^}
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A linter for prose"
+HOMEPAGE="
+ https://github.com/amperser/proselint/
+ https://pypi.org/project/proselint/
+"
+
+LICENSE="BSD-3-Clause"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=dev-python/click-8.0.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+ epytest
+}
+
+python_install_all() {
+ distutils-r1_python_install_all
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/proselint/
@ 2024-01-31 17:56 Ronaldo V. Lobato
0 siblings, 0 replies; 8+ messages in thread
From: Ronaldo V. Lobato @ 2024-01-31 17:56 UTC (permalink / raw
To: gentoo-commits
commit: 749741b98a1da3001e00681fc090c3b11d96cf22
Author: Ronaldo V. Lobato <vieira.lobato <AT> gmail <DOT> com>
AuthorDate: Wed Jan 31 17:50:08 2024 +0000
Commit: Ronaldo V. Lobato <vieira.lobato <AT> gmail <DOT> com>
CommitDate: Wed Jan 31 17:55:36 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=749741b9
dev-python/proselint:
Update ebuild:
Remove redundant sub-phase functions
Signed-off-by: Ronaldo V. Lobato <vieira.lobato <AT> gmail.com>
dev-python/proselint/proselint-0.13.0.ebuild | 8 --------
1 file changed, 8 deletions(-)
diff --git a/dev-python/proselint/proselint-0.13.0.ebuild b/dev-python/proselint/proselint-0.13.0.ebuild
index 10c865eb15..e57c13d5f5 100644
--- a/dev-python/proselint/proselint-0.13.0.ebuild
+++ b/dev-python/proselint/proselint-0.13.0.ebuild
@@ -24,11 +24,3 @@ RDEPEND="
"
distutils_enable_tests pytest
-
-python_test() {
- epytest
-}
-
-python_install_all() {
- distutils-r1_python_install_all
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/proselint/
@ 2024-05-20 17:05 Lucio Sauer
0 siblings, 0 replies; 8+ messages in thread
From: Lucio Sauer @ 2024-05-20 17:05 UTC (permalink / raw
To: gentoo-commits
commit: 5a0c379180e56dccc1729c6cfc6d99f75cca4472
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Mon May 20 16:58:52 2024 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Mon May 20 17:02:05 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5a0c3791
dev-python/proselint: add upstream metadata
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
dev-python/proselint/metadata.xml | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/dev-python/proselint/metadata.xml b/dev-python/proselint/metadata.xml
new file mode 100644
index 0000000000..ef03acfc2e
--- /dev/null
+++ b/dev-python/proselint/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <!-- maintainer-needed -->
+ <upstream>
+ <bugs-to>
+ https://github.com/amperser/proselint/issues
+ </bugs-to>
+ <changelog>
+ https://github.com/amperser/proselint/blob/main/CHANGELOG.md
+ </changelog>
+ <remote-id type="github">amperser/proselint</remote-id>
+ <remote-id type="pypi">proselint</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/proselint/
@ 2025-03-03 21:59 Ronaldo V. Lobato
0 siblings, 0 replies; 8+ messages in thread
From: Ronaldo V. Lobato @ 2025-03-03 21:59 UTC (permalink / raw
To: gentoo-commits
commit: 50cd727c07aadeb5a5ddeca102b6bbb131798447
Author: Ronaldo V. Lobato <vieira.lobato <AT> gmail <DOT> com>
AuthorDate: Mon Mar 3 21:57:03 2025 +0000
Commit: Ronaldo V. Lobato <vieira.lobato <AT> gmail <DOT> com>
CommitDate: Mon Mar 3 21:57:03 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=50cd727c
dev-python/proselint: add 0.14.0
Signed-off-by: Ronaldo V. Lobato <vieira.lobato <AT> gmail.com>
dev-python/proselint/Manifest | 1 +
dev-python/proselint/proselint-0.14.0.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/dev-python/proselint/Manifest b/dev-python/proselint/Manifest
index c25682dc9..4cfa6a3e0 100644
--- a/dev-python/proselint/Manifest
+++ b/dev-python/proselint/Manifest
@@ -1 +1,2 @@
DIST proselint-0.13.0.tar.gz 96876 BLAKE2B 780d1c217244e7909fb017d4c8fe4061e8328280119694f6e40630393f52bd00498382d3944d598f34751c7afecbcf5f2e76f1e204b073d28cd363452683e91f SHA512 6379c63fba0be8c5944c67ef4d3c0fd4ae4deb0076813531cddcdbc632bb254a4e213f88f07d96679465d740c1936a2b1502f852959a8ac9789ab1b983b8a0ef
+DIST proselint-0.14.0.tar.gz 96741 BLAKE2B 59f8c5778bdc7db4d25a2a6679fd2be8a705327b39a05229c32feaee5037e33ada6898a783a4080935530f8ed9f607e32fc694d515cbe3e5191ae42f69f37c14 SHA512 742d059e5780ed931fdc41d21fc0b8bafceff45c95514316f8c9ba86d44c4cd897d302ae48f3bfa8ee5783b0c8ede3915b4d681806e5cbdfcbecdcd629339942
diff --git a/dev-python/proselint/proselint-0.14.0.ebuild b/dev-python/proselint/proselint-0.14.0.ebuild
new file mode 100644
index 000000000..802ac64dc
--- /dev/null
+++ b/dev-python/proselint/proselint-0.14.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYPI_PN=${PN^}
+PYTHON_COMPAT=(python3_{11..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A linter for prose"
+HOMEPAGE="
+ https://proselint.com
+ https://github.com/amperser/proselint/
+ https://pypi.org/project/proselint/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=dev-python/click-8.0.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/proselint/
@ 2025-05-01 15:47 Ronaldo V. Lobato
0 siblings, 0 replies; 8+ messages in thread
From: Ronaldo V. Lobato @ 2025-05-01 15:47 UTC (permalink / raw
To: gentoo-commits
commit: 89dde121e61fb995bba9bdbff2d6af4442b88f54
Author: Ronaldo V. Lobato <vieira.lobato <AT> gmail <DOT> com>
AuthorDate: Thu May 1 15:46:40 2025 +0000
Commit: Ronaldo V. Lobato <vieira.lobato <AT> gmail <DOT> com>
CommitDate: Thu May 1 15:47:42 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=89dde121
dev-python/proselint: drop 0.13.0
Signed-off-by: Ronaldo V. Lobato <vieira.lobato <AT> gmail.com>
dev-python/proselint/Manifest | 1 -
dev-python/proselint/proselint-0.13.0.ebuild | 26 --------------------------
2 files changed, 27 deletions(-)
diff --git a/dev-python/proselint/Manifest b/dev-python/proselint/Manifest
index 4cfa6a3e0..25614666b 100644
--- a/dev-python/proselint/Manifest
+++ b/dev-python/proselint/Manifest
@@ -1,2 +1 @@
-DIST proselint-0.13.0.tar.gz 96876 BLAKE2B 780d1c217244e7909fb017d4c8fe4061e8328280119694f6e40630393f52bd00498382d3944d598f34751c7afecbcf5f2e76f1e204b073d28cd363452683e91f SHA512 6379c63fba0be8c5944c67ef4d3c0fd4ae4deb0076813531cddcdbc632bb254a4e213f88f07d96679465d740c1936a2b1502f852959a8ac9789ab1b983b8a0ef
DIST proselint-0.14.0.tar.gz 96741 BLAKE2B 59f8c5778bdc7db4d25a2a6679fd2be8a705327b39a05229c32feaee5037e33ada6898a783a4080935530f8ed9f607e32fc694d515cbe3e5191ae42f69f37c14 SHA512 742d059e5780ed931fdc41d21fc0b8bafceff45c95514316f8c9ba86d44c4cd897d302ae48f3bfa8ee5783b0c8ede3915b4d681806e5cbdfcbecdcd629339942
diff --git a/dev-python/proselint/proselint-0.13.0.ebuild b/dev-python/proselint/proselint-0.13.0.ebuild
deleted file mode 100644
index dba538258..000000000
--- a/dev-python/proselint/proselint-0.13.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYPI_PN=${PN^}
-PYTHON_COMPAT=( pypy3 python3_{11..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A linter for prose"
-HOMEPAGE="
- https://github.com/amperser/proselint/
- https://pypi.org/project/proselint/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- >=dev-python/click-8.0.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/proselint/
@ 2025-05-20 12:21 Anna Vyalkova
0 siblings, 0 replies; 8+ messages in thread
From: Anna Vyalkova @ 2025-05-20 12:21 UTC (permalink / raw
To: gentoo-commits
commit: e748aeff34c5c17885b5358852cbb969306d30e6
Author: jan Anja (cybertailor) <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue May 20 11:44:34 2025 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue May 20 11:44:34 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e748aeff
dev-python/proselint: enable pypy3_11
Signed-off-by: jan Anja (cybertailor) <cyber+gentoo <AT> sysrq.in>
dev-python/proselint/proselint-0.14.0.ebuild | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/dev-python/proselint/proselint-0.14.0.ebuild b/dev-python/proselint/proselint-0.14.0.ebuild
index 802ac64dc..580e80e60 100644
--- a/dev-python/proselint/proselint-0.14.0.ebuild
+++ b/dev-python/proselint/proselint-0.14.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=poetry
PYPI_PN=${PN^}
-PYTHON_COMPAT=(python3_{11..13} )
+PYTHON_COMPAT=(python3_{11..13} pypy3_11 )
inherit distutils-r1 pypi
@@ -25,3 +25,8 @@ RDEPEND="
"
distutils_enable_tests pytest
+
+python_test() {
+ local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+ epytest
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/proselint/
@ 2025-07-05 19:11 Anna Vyalkova
0 siblings, 0 replies; 8+ messages in thread
From: Anna Vyalkova @ 2025-07-05 19:11 UTC (permalink / raw
To: gentoo-commits
commit: c4dbd83a4d74ce6923b4d3d2871482864b39eac1
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Jul 5 18:13:20 2025 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sat Jul 5 19:10:46 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c4dbd83a
dev-python/proselint: use EPYTEST_PLUGINS
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/proselint/proselint-0.14.0.ebuild | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/dev-python/proselint/proselint-0.14.0.ebuild b/dev-python/proselint/proselint-0.14.0.ebuild
index 72cca79572..9fb3199300 100644
--- a/dev-python/proselint/proselint-0.14.0.ebuild
+++ b/dev-python/proselint/proselint-0.14.0.ebuild
@@ -24,9 +24,6 @@ RDEPEND="
>=dev-python/click-8.0.0[${PYTHON_USEDEP}]
"
-distutils_enable_tests pytest
+EPYTEST_PLUGINS=( )
-python_test() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- epytest
-}
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2025-07-05 19:11 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-05 19:11 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/proselint/ Anna Vyalkova
-- strict thread matches above, loose matches on Subject: below --
2025-05-20 12:21 Anna Vyalkova
2025-05-01 15:47 Ronaldo V. Lobato
2025-03-03 21:59 Ronaldo V. Lobato
2024-05-20 17:05 Lucio Sauer
2024-01-31 17:56 Ronaldo V. Lobato
2024-01-31 13:14 Ronaldo V. Lobato
2024-01-31 13:14 Ronaldo V. Lobato
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox