From 0118ac4510d7b85ca62da20e4abd1286dd8bd752 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 23 Oct 2023 02:38:53 +0100 Subject: gentoo auto-resync : 23:10:2023 - 02:38:53 --- sys-auth/Manifest.gz | Bin 9254 -> 9248 bytes sys-auth/ssh-ldap-pubkey/Manifest | 2 +- sys-auth/ssh-ldap-pubkey/ssh-ldap-pubkey-1.4.0.ebuild | 7 ++++++- 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'sys-auth') diff --git a/sys-auth/Manifest.gz b/sys-auth/Manifest.gz index 5d5a0a5dd5e5..3dc2c4a368cc 100644 Binary files a/sys-auth/Manifest.gz and b/sys-auth/Manifest.gz differ diff --git a/sys-auth/ssh-ldap-pubkey/Manifest b/sys-auth/ssh-ldap-pubkey/Manifest index c8118354a77e..109bd6141501 100644 --- a/sys-auth/ssh-ldap-pubkey/Manifest +++ b/sys-auth/ssh-ldap-pubkey/Manifest @@ -1,3 +1,3 @@ DIST ssh-ldap-pubkey-1.4.0.tar.gz 15461 BLAKE2B 8e78fd6a5fa76ca97e813c95c9cbfefc3d40024cb31b8992de0c44770592f5abc7d8f0a4673905456dbe9a4272c1ce9a9e12bec69d9f8fa2f32a9b7a1895b978 SHA512 a62929b47f46f18936fcc7c233afaee43f0cef5f7a8de15304986205f98c2644a18f9c0dcabb35598f1cc485b8c4dbeb8b2f07cb2c3dcbb6b271a276aebf88e7 -EBUILD ssh-ldap-pubkey-1.4.0.ebuild 1336 BLAKE2B 3a8af734d091415c236874a4640046e86ee2430e99181b6adcf822ce85518aa358c8bcfb5e1426cbc29da12c606bceb067009ca6956c6888abd11454302dc2f3 SHA512 262a8bf6f554b7b0b766c254ca7ec591e520885068bb45569e831da32ce90c415643385de568d8407cef72165a5c57d0210390f66d9a45d6f48f4907a11fa7a4 +EBUILD ssh-ldap-pubkey-1.4.0.ebuild 1385 BLAKE2B d92a87c853c8c42624316e909b4ebc43d3cab590baf95bc324f86c4fb5c3b636066595b77a6f708dc7418feea0200ee8d8ad75a32916780845c9bd6e73714ab1 SHA512 73937306840a1592b31a6c36459f4f070bc416b787e8d750e892e725d1501d90e4e93420aff99187c472885810d1e9cd44b3e6372e8dd7dee3ea8841848ca6e5 MISC metadata.xml 524 BLAKE2B cc3dbc1b79b08be66e589243c3fba1e4b6fb5b224b24ed775683260f4f9fe47db9c13a166658ab9093e4bccc94bc46bbe2ec5b55df4599b168892e1c3893cd60 SHA512 94735c9e5e150ebc13f62c2883691a460378a8b4866dcd167293cb037b3d36bc6015d08ecfdacbc0a9d7ab91e1208c14c751f9d078f3272e30ca85f58ab10ad9 diff --git a/sys-auth/ssh-ldap-pubkey/ssh-ldap-pubkey-1.4.0.ebuild b/sys-auth/ssh-ldap-pubkey/ssh-ldap-pubkey-1.4.0.ebuild index 8d42ae8afb8a..999f36b3d109 100644 --- a/sys-auth/ssh-ldap-pubkey/ssh-ldap-pubkey-1.4.0.ebuild +++ b/sys-auth/ssh-ldap-pubkey/ssh-ldap-pubkey-1.4.0.ebuild @@ -4,7 +4,8 @@ EAPI=7 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) + inherit distutils-r1 DESCRIPTION="Utility to manage SSH public keys stored in LDAP" @@ -37,6 +38,10 @@ DOCS=( README.md CHANGELOG.adoc ) distutils_enable_tests pytest +python_test() { + epytest -p pytest-describe +} + python_install_all() { distutils-r1_python_install_all -- cgit v1.2.3