dev-python/proselint: add 0.14.0

Signed-off-by: Ronaldo V. Lobato <vieira.lobato@gmail.com>
This commit is contained in:
Ronaldo V. Lobato
2025-03-03 18:57:03 -03:00
parent 44f5fb18b9
commit 50cd727c07
2 changed files with 28 additions and 0 deletions

View File

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

View File

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