From 752d6256e5204b958b0ef7905675a940b5e9172f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 12 May 2022 16:42:50 +0300 Subject: gentoo resync : 12.05.2022 --- dev-python/pyspnego/Manifest | 6 ++--- dev-python/pyspnego/pyspnego-0.5.0.ebuild | 44 ------------------------------- dev-python/pyspnego/pyspnego-0.5.1.ebuild | 2 +- dev-python/pyspnego/pyspnego-0.5.2.ebuild | 39 +++++++++++++++++++++++++++ 4 files changed, 43 insertions(+), 48 deletions(-) delete mode 100644 dev-python/pyspnego/pyspnego-0.5.0.ebuild create mode 100644 dev-python/pyspnego/pyspnego-0.5.2.ebuild (limited to 'dev-python/pyspnego') diff --git a/dev-python/pyspnego/Manifest b/dev-python/pyspnego/Manifest index 8de17b505d8f..b7194f6cdb57 100644 --- a/dev-python/pyspnego/Manifest +++ b/dev-python/pyspnego/Manifest @@ -1,5 +1,5 @@ -DIST pyspnego-0.5.0.tar.gz 325693 BLAKE2B 7674f498624e9b3c463db9ee60e9c5edf84cefd3642c9fe2cf0df58364c96b0643cf962d00edf1a6be9d8452e344e920cc1edec70bc39e8f65a6428204c36328 SHA512 4abb5726f9432366453069d32344b2be2169301cb0a6f96bcaac3f49f807c2ba819ad85a50f7979e920ddf3a4dcd13f6fc868e8d72c3c00cd3b9ffc97692b4c8 DIST pyspnego-0.5.1.tar.gz 325941 BLAKE2B b6acb16ff91dc5c0e4b738d729096e60346e8fc74c153d567f8d766a027b96733a00c6d26104fc9fe871974d92079e89ac899f79b7920ff87fba0475e399ef8f SHA512 d5632783103359d056f2c6597d06b134147705c42a63d52c71c6007542c0fc2a8e8255872944e8153b605fe231d26f80af79f17fd5cb19ffb7b2ee560a931aa5 -EBUILD pyspnego-0.5.0.ebuild 1256 BLAKE2B 017c0793505ea24b7f86b58124ea1d3b688fa2517d744ce189e17633ff45313ea4826f96e3acce21176562792b55674e4a4502d6eb1b5c5617b3a9597073835a SHA512 b4a103ff72fc7091b44c2f56e9424d98b65b6d4c9267c70bb0ca46233c33fb2c1ece221f4dfa882df88e589d8937015435f27bf72b49e33201a48592456097bc -EBUILD pyspnego-0.5.1.ebuild 1259 BLAKE2B 5749f5a00a68c449cb44d9866e96f937340af01831c520554b252d888cc53050042bff7f1f630066fdebd756316e10309bf7ed389a377d15c5df72e292c0b37e SHA512 7ff67b73d2c0528cd61f1a2c66cd836e64daae623ff60936f4b682e16b5afa8b64436ca86c661d62c92720634c2159dce7e8bac7865222bb014f1eee1b7625d6 +DIST pyspnego-0.5.2.tar.gz 328222 BLAKE2B 7c811948d1d3890e2d03f4a532b9c0158195684b0cdee915811b1ee3bfa791b84632edb6d098562aa7b9f4c36eb00f244e249340b4de557999ec2a0f176ebd1e SHA512 805da232d138edaf4094614df0ebc4840f0c1b9deb9586026bffe0ec17d54553e4d3876ffc53d87b13687b741951a68334369f0f2475cf2f12359f072dc6a0c8 +EBUILD pyspnego-0.5.1.ebuild 1256 BLAKE2B 017c0793505ea24b7f86b58124ea1d3b688fa2517d744ce189e17633ff45313ea4826f96e3acce21176562792b55674e4a4502d6eb1b5c5617b3a9597073835a SHA512 b4a103ff72fc7091b44c2f56e9424d98b65b6d4c9267c70bb0ca46233c33fb2c1ece221f4dfa882df88e589d8937015435f27bf72b49e33201a48592456097bc +EBUILD pyspnego-0.5.2.ebuild 925 BLAKE2B 1f0af31c89ff80bdebc9b0a44ed5ac236cceb0948dc0b1c0ea6611f57f53ad1beebcdce0af7975650de37c767820a22ce64e4bd553ff66cfd280049f560f9d0b SHA512 af4c92ee3596768655b85774c1a1e3dbbc1df886b67f6eadb01071d8d788a299e5039ba42312d604bc6693b86451e782c34156839ee96217aa9b5194e670b414 MISC metadata.xml 370 BLAKE2B 113adf1bd70a99f41e2b8cd4d5bb69cbd4f6bffa1dba325a8a6e35a1b5ee2800ef1d4b9ceec9be2ad1291fdd054fa81fdb841cdf40b5e969360bf1ee2e456960 SHA512 baa8a1fee20b0cea6308fbfa24fc395cd58e8729eb703692cc2a109e838284ec21559d4c9af3c99fe6d63ac6a8e04e3a3c824cb073302f788f2fa5dcf1dbf00c diff --git a/dev-python/pyspnego/pyspnego-0.5.0.ebuild b/dev-python/pyspnego/pyspnego-0.5.0.ebuild deleted file mode 100644 index 261f1db15a3e..000000000000 --- a/dev-python/pyspnego/pyspnego-0.5.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 optfeature - -DESCRIPTION="Library to handle SPNEGO and CredSSP authentication" -HOMEPAGE="https://pypi.org/project/pyspnego/ https://github.com/jborean93/pyspnego" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~riscv x86" - -RDEPEND=" - dev-python/cryptography[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/gssapi[${PYTHON_USEDEP}] - >=dev-python/krb5-0.3.0[${PYTHON_USEDEP}] - dev-python/pytest-mock[${PYTHON_USEDEP}] - dev-python/ruamel-yaml[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -EPYTEST_DESELECT=( - # https://github.com/jborean93/pyspnego/issues/33 - 'tests/test_auth.py::test_kerberos_auth_keytab[negotiate-False]' - 'tests/test_auth.py::test_kerberos_auth_keytab[negotiate-True]' - 'tests/test_auth.py::test_kerberos_auth_ccache[negotiate-False]' - 'tests/test_auth.py::test_kerberos_auth_env_cache[negotiate-False]' -) - -pkg_postinst() { - optfeature "Kerberos authentication" "dev-python/gssapi >=dev-python/krb5-0.3.0" - optfeature "YAML output support" "dev-python/ruamel-yaml" -} diff --git a/dev-python/pyspnego/pyspnego-0.5.1.ebuild b/dev-python/pyspnego/pyspnego-0.5.1.ebuild index 27b39859d871..261f1db15a3e 100644 --- a/dev-python/pyspnego/pyspnego-0.5.1.ebuild +++ b/dev-python/pyspnego/pyspnego-0.5.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" +KEYWORDS="amd64 ~arm arm64 ~riscv x86" RDEPEND=" dev-python/cryptography[${PYTHON_USEDEP}] diff --git a/dev-python/pyspnego/pyspnego-0.5.2.ebuild b/dev-python/pyspnego/pyspnego-0.5.2.ebuild new file mode 100644 index 000000000000..8cd0a2bef5b8 --- /dev/null +++ b/dev-python/pyspnego/pyspnego-0.5.2.ebuild @@ -0,0 +1,39 @@ +# Copyright 2021-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..10} ) + +inherit distutils-r1 optfeature + +DESCRIPTION="Library to handle SPNEGO and CredSSP authentication" +HOMEPAGE=" + https://github.com/jborean93/pyspnego/ + https://pypi.org/project/pyspnego/ +" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" + +RDEPEND=" + dev-python/cryptography[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/gssapi[${PYTHON_USEDEP}] + >=dev-python/krb5-0.3.0[${PYTHON_USEDEP}] + dev-python/pytest-mock[${PYTHON_USEDEP}] + dev-python/ruamel-yaml[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +pkg_postinst() { + optfeature "Kerberos authentication" "dev-python/gssapi >=dev-python/krb5-0.3.0" + optfeature "YAML output support" "dev-python/ruamel-yaml" +} -- cgit v1.2.3