From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9C1FA1582EF for ; Tue, 04 Mar 2025 09:39:30 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 88A3B343194 for ; Tue, 04 Mar 2025 09:39:30 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9F4BA1103D5; Tue, 04 Mar 2025 09:39:15 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 9AC331103D5 for ; Tue, 04 Mar 2025 09:39:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 52C11343102 for ; Tue, 04 Mar 2025 09:39:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 235C42863 for ; Tue, 04 Mar 2025 09:39:12 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1741039023.50cd727c07aadeb5a5ddeca102b6bbb131798447.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/proselint/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/proselint/Manifest dev-python/proselint/proselint-0.14.0.ebuild X-VCS-Directories: dev-python/proselint/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 50cd727c07aadeb5a5ddeca102b6bbb131798447 X-VCS-Branch: master Date: Tue, 04 Mar 2025 09:39:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 28c3db8e-7456-4004-98c6-7fccc90798f4 X-Archives-Hash: a658bd43f4745d5187f46dff8d1bfae1 commit: 50cd727c07aadeb5a5ddeca102b6bbb131798447 Author: Ronaldo V. Lobato gmail com> AuthorDate: Mon Mar 3 21:57:03 2025 +0000 Commit: David Roman gmail 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 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