mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
dev-python/proselint: new package, add 0.13.0
Signed-off-by: Ronaldo V. Lobato <vieira.lobato@gmail.com>
This commit is contained in:
2
dev-python/proselint/Manifest
Normal file
2
dev-python/proselint/Manifest
Normal file
@@ -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
|
||||||
34
dev-python/proselint/proselint-0.13.0.ebuild
Normal file
34
dev-python/proselint/proselint-0.13.0.ebuild
Normal file
@@ -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
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user