[gentoo-commits] repo/proj/guru:dev commit in: dev-python/proselint/
commit: c4dbd83a4d74ce6923b4d3d2871482864b39eac1
Author: Anna (cybertailor) Vyalkova sysrq in>
AuthorDate: Sat Jul 5 18:13:20 2025 +
Commit: Anna Vyalkova sysrq in>
CommitDate: Sat Jul 5 19:10:46 2025 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c4dbd83a
dev-python/proselint: use EPYTEST_PLUGINS
Signed-off-by: Anna (cybertailor) Vyalkova 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
[gentoo-commits] repo/proj/guru:dev commit in: dev-python/proselint/, dev-python/rst2ansi/, dev-python/http-ece/, ...
commit: 8fcd94b7d3200aa91e486f62efe1582d43ae3a12
Author: Brayan M. Salazar proton me>
AuthorDate: Tue May 20 12:29:48 2025 +
Commit: Brayan proton me>
CommitDate: Tue May 20 12:29:48 2025 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8fcd94b7
dev-python/*: enable py3.14
Signed-off-by: Brayan M. Salazar proton.me>
dev-python/http-ece/http-ece-1.2.1.ebuild | 2 +-
dev-python/proselint/proselint-0.14.0.ebuild | 2 +-
dev-python/rich-click/rich-click-1.8.8.ebuild | 2 +-
dev-python/rich-click/rich-click-1.8.9.ebuild | 2 +-
dev-python/rst2ansi/rst2ansi-0.1.5-r3.ebuild | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-python/http-ece/http-ece-1.2.1.ebuild
b/dev-python/http-ece/http-ece-1.2.1.ebuild
index 99ef28300..afe56adf6 100644
--- a/dev-python/http-ece/http-ece-1.2.1.ebuild
+++ b/dev-python/http-ece/http-ece-1.2.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{11..13} pypy3_11 )
+PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
diff --git a/dev-python/proselint/proselint-0.14.0.ebuild
b/dev-python/proselint/proselint-0.14.0.ebuild
index 580e80e60..72cca7957 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} pypy3_11 )
+PYTHON_COMPAT=(python3_{11..14} pypy3_11 )
inherit distutils-r1 pypi
diff --git a/dev-python/rich-click/rich-click-1.8.8.ebuild
b/dev-python/rich-click/rich-click-1.8.8.ebuild
index 67a1f6f4a..0ae1b09d7 100644
--- a/dev-python/rich-click/rich-click-1.8.8.ebuild
+++ b/dev-python/rich-click/rich-click-1.8.8.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} pypy3_11 )
+PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
inherit click-app distutils-r1
diff --git a/dev-python/rich-click/rich-click-1.8.9.ebuild
b/dev-python/rich-click/rich-click-1.8.9.ebuild
index de22802e6..39e3b7edb 100644
--- a/dev-python/rich-click/rich-click-1.8.9.ebuild
+++ b/dev-python/rich-click/rich-click-1.8.9.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} pypy3_11 )
+PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
inherit click-app distutils-r1
diff --git a/dev-python/rst2ansi/rst2ansi-0.1.5-r3.ebuild
b/dev-python/rst2ansi/rst2ansi-0.1.5-r3.ebuild
index b719c904e..2c259323e 100644
--- a/dev-python/rst2ansi/rst2ansi-0.1.5-r3.ebuild
+++ b/dev-python/rst2ansi/rst2ansi-0.1.5-r3.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{11..13} pypy3_11 )
+PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
[gentoo-commits] repo/proj/guru:dev commit in: dev-python/proselint/
commit: e748aeff34c5c17885b5358852cbb969306d30e6
Author: jan Anja (cybertailor) sysrq in>
AuthorDate: Tue May 20 11:44:34 2025 +
Commit: Anna Vyalkova sysrq in>
CommitDate: Tue May 20 11:44:34 2025 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e748aeff
dev-python/proselint: enable pypy3_11
Signed-off-by: jan Anja (cybertailor) 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
+}
[gentoo-commits] repo/proj/guru:dev commit in: dev-python/proselint/
commit: 89dde121e61fb995bba9bdbff2d6af4442b88f54
Author: Ronaldo V. Lobato gmail com>
AuthorDate: Thu May 1 15:46:40 2025 +
Commit: Ronaldo V. Lobato gmail com>
CommitDate: Thu May 1 15:47:42 2025 +
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 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..0
--- 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
[gentoo-commits] repo/proj/guru:dev commit in: dev-python/proselint/
commit: 50cd727c07aadeb5a5ddeca102b6bbb131798447
Author: Ronaldo V. Lobato gmail com>
AuthorDate: Mon Mar 3 21:57:03 2025 +
Commit: Ronaldo V. Lobato gmail com>
CommitDate: Mon Mar 3 21:57:03 2025 +
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 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 0..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
[gentoo-commits] repo/proj/guru:dev commit in: dev-python/proselint/
commit: 5a0c379180e56dccc1729c6cfc6d99f75cca4472 Author: Lucio Sauer posteo net> AuthorDate: Mon May 20 16:58:52 2024 + Commit: Lucio Sauer posteo net> CommitDate: Mon May 20 17:02:05 2024 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5a0c3791 dev-python/proselint: add upstream metadata Signed-off-by: Lucio Sauer 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 00..ef03acfc2e --- /dev/null +++ b/dev-python/proselint/metadata.xml @@ -0,0 +1,15 @@ + +https://www.gentoo.org/dtd/metadata.dtd";> + + + + + https://github.com/amperser/proselint/issues + + + https://github.com/amperser/proselint/blob/main/CHANGELOG.md + + amperser/proselint + proselint + +
[gentoo-commits] repo/proj/guru:dev commit in: dev-python/proselint/
commit: 749741b98a1da3001e00681fc090c3b11d96cf22
Author: Ronaldo V. Lobato gmail com>
AuthorDate: Wed Jan 31 17:50:08 2024 +
Commit: Ronaldo V. Lobato gmail com>
CommitDate: Wed Jan 31 17:55:36 2024 +
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 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
-}
[gentoo-commits] repo/proj/guru:dev commit in: dev-python/proselint/
commit: 3065b6b0e087ef91a28cc54447e5b2e818263506 Author: Ronaldo V. Lobato gmail com> AuthorDate: Wed Jan 31 13:13:43 2024 + Commit: Ronaldo V. Lobato gmail com> CommitDate: Wed Jan 31 13:13:43 2024 + URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3065b6b0 dev-python/proselint: update LICENSE Signed-off-by: Ronaldo V. Lobato 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 9afb13..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"
[gentoo-commits] repo/proj/guru:dev commit in: dev-python/proselint/
commit: a352fd3645e94d1e55efb80cf8dd0c80fb82ba01
Author: Ronaldo V. Lobato gmail com>
AuthorDate: Wed Jan 31 12:42:41 2024 +
Commit: Ronaldo V. Lobato gmail com>
CommitDate: Wed Jan 31 12:42:41 2024 +
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 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 00..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 00..9afb13
--- /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
+}
