1
0
Fork 0

dev-python/keyrings_alt: added arch, removed commented traces

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2021-09-27 07:08:01 -04:00
parent b1aed17dc8
commit 309dc1d35a
No known key found for this signature in database
GPG Key ID: 161C0BE6255333D3
2 changed files with 6 additions and 16 deletions

View File

@ -1,3 +1,6 @@
27 Sep 2021; <chymera@gentoo.org> keyrings_alt-4.1.0.ebuild:
dev-python/keyrings_alt: added arch, removed commented traces
*keyrings_alt-4.1.0 (24 Sep 2021)
24 Sep 2021; <chymera@gentoo.org> +keyrings_alt-4.1.0.ebuild, +metadata.xml:

View File

@ -15,25 +15,12 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
SLOT="0"
LICENSE="PSF-2"
KEYWORDS="~alpha ~amd64 ~arm ~arm64"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~x86"
RDEPEND=""
BDEPEND=""
DEPEND=""
# there are some deps in setup.cfg for extras testing that might be added.
S="${WORKDIR}/${MY_P}"
distutils_enable_tests pytest
distutils_enable_sphinx docs
#EPYTEST_DESELECT=(
# # this test fails if importlib-metadata returns more than one
# # entry, i.e. when keyring is installed already
# tests/test_packaging.py::test_entry_point
#)
#
#EPYTEST_IGNORE=(
# # apparently does not unlock the keyring properly
# tests/backends/test_libsecret.py
# # hangs
# tests/backends/test_kwallet.py
#)