File tree 2 files changed +43
-0
lines changed
dev-util/find-work-pkgcheck
2 files changed +43
-0
lines changed Original file line number Diff line number Diff line change 1
1
DIST find_work_pkgcheck-0.2.0.tar.gz 5079 BLAKE2B 8602bf8dbb7bf2f39dd00d5b4a1c544c41fc1fe9240e3c1e8675065dc545169bc2d5a623735bc8de1bf293b0b03ac41218a7a8f0e2f05b1104deb0b28e01f559 SHA512 53ac9f4785dfd9ca573bb54672496d610035f45b6dd29b3d45c02a396e23b894b05f7324153e2567fa768a375ba25e07df0478d4a1d67dd307109734591953eb
2
+ DIST find_work_pkgcheck-0.2.1.tar.gz 5331 BLAKE2B 703de8d9b8e44fd8018778ca2038f6bf33d0cf791d84f9981208cd53af29b4be4013da4fcc95b6cfa56b43b7e50e3f55ef4d91e344e2065c92cadf6224b849ce SHA512 aabd3f972a512098d0a006c15a72fa389069896d633bbe0491725ee45efdb0862548f5cf746b679ca35309c959a562ee48d43d367530683635ddcd10f3350244
Original file line number Diff line number Diff line change
1
+ # Copyright 2024 Gentoo Authors
2
+ # Distributed under the terms of the GNU General Public License v2
3
+
4
+ EAPI=8
5
+
6
+ PYTHON_COMPAT=( python3_{11..12} )
7
+ DISTUTILS_USE_PEP517=flit
8
+ inherit distutils-r1 pypi
9
+
10
+ DESCRIPTION=" Personal advice utility for Gentoo package maintainers: pkgcheck plugin"
11
+ HOMEPAGE="
12
+ https://find-work.sysrq.in/
13
+ https://pypi.org/project/find-work-pkgcheck/
14
+ "
15
+
16
+ LICENSE=" WTFPL-2"
17
+ SLOT=" 0"
18
+ KEYWORDS=" ~amd64"
19
+
20
+ RDEPEND="
21
+ <app-portage/gentoopm-2[${PYTHON_USEDEP} ]
22
+ dev-python/click[${PYTHON_USEDEP} ]
23
+ dev-python/click-aliases[${PYTHON_USEDEP} ]
24
+ >=dev-python/pydantic-2[${PYTHON_USEDEP} ]
25
+ <dev-python/pydantic-3[${PYTHON_USEDEP} ]
26
+ dev-python/sortedcontainers[${PYTHON_USEDEP} ]
27
+ >=dev-util/find-work-0.91[${PYTHON_USEDEP} ]
28
+ dev-util/pkgcheck[${PYTHON_USEDEP} ]
29
+ "
30
+ BDEPEND="
31
+ test? (
32
+ dev-python/pytest-import-check[${PYTHON_USEDEP} ]
33
+ )
34
+ "
35
+
36
+ distutils_enable_tests pytest
37
+
38
+ python_test () {
39
+ cd " ${BUILD_DIR} /install$( python_get_sitedir) " || die
40
+ distutils_write_namespace find_work
41
+ epytest " ${S} "
42
+ }
You can’t perform that action at this time.
0 commit comments