Diff pwman3-0.11.1 with a pwman3-0.12.2
/usr/portage/app-admin/pwman3/pwman3-0.12.2.ebuild 2023-10-09 14:52:28.164368317 +0300 | ||
---|---|---|
1 | 1 |
# Copyright 1999-2023 Gentoo Authors |
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 |
PYTHON_COMPAT=( python3_{9..10} ) |
|
6 |
PYTHON_COMPAT=( python3_{9..11} ) |
|
7 | 7 |
PYTHON_REQ_USE="sqlite" |
8 |
DISTUTILS_USE_PEP517=setuptools |
|
9 | ||
8 | 10 |
inherit distutils-r1 optfeature |
9 | 11 | |
10 | 12 |
DESCRIPTION="A lightweight password-manager with multiple database backends" |
... | ... | |
18 | 20 | |
19 | 21 |
RDEPEND=" |
20 | 22 |
>=dev-python/cryptography-2.3[${PYTHON_USEDEP}] |
21 |
>=dev-python/colorama-0.3.0[${PYTHON_USEDEP}] |
|
23 |
>=dev-python/colorama-0.4.0[${PYTHON_USEDEP}] |
|
22 | 24 |
" |
23 | 25 |
BDEPEND="test? ( dev-python/pexpect[${PYTHON_USEDEP}] )" |
24 | 26 |