diff --git a/dev-python/gssapi/Manifest b/dev-python/gssapi/Manifest new file mode 100644 index 0000000000..230c3baf76 --- /dev/null +++ b/dev-python/gssapi/Manifest @@ -0,0 +1 @@ +DIST gssapi-1.6.11.tar.gz 1064371 BLAKE2B f3445ffa6a64bb6807e40024e7fb14f7b82359e4a4f07ceba34044a068c5b841968b46c4c02d5f9e19a48d89f4b975e2acc7e356629553651f21e79d01a96bc3 SHA512 7c80c49d360b8b89ee8e1a63b5ad13a22eac1a93a0066a3acf4c862b3064dac8d5a4cebe5e2e18ebe8d65af1a5ca2a862c982825e886b676bf2d92bc8b105397 diff --git a/dev-python/gssapi/gssapi-1.6.11.ebuild b/dev-python/gssapi/gssapi-1.6.11.ebuild new file mode 100644 index 0000000000..aea0a5f8df --- /dev/null +++ b/dev-python/gssapi/gssapi-1.6.11.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +PYTHON_COMPAT=( python3_{6..8} ) +DOCBUILDER="sphinx" +DOCDEPEND=" + >=dev-python/recommonmark-0.4.0 + >dev-python/sphinx_rtd_theme-0.2.5 +" +inherit distutils-r1 docs + +DESCRIPTION="A Python interface to RFC 2743/2744 (plus common extensions)" +HOMEPAGE=" + https://github.com/pythongssapi/python-gssapi + https://pypi.org/project/gssapi +" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64 ~x86" +#help wanted +RESTRICT="test" + +RDEPEND="" +DEPEND=" + ${RDEPEND} + dev-python/cython[${PYTHON_USEDEP}] + test? ( + dev-python/decorator[${PYTHON_USEDEP}] + dev-python/k5test[${PYTHON_USEDEP}] + dev-python/parameterized[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests nose + +python_test() { + distutils_install_for_testing + nosetests -v || die +} diff --git a/dev-python/gssapi/metadata.xml b/dev-python/gssapi/metadata.xml new file mode 100644 index 0000000000..6cce21423a --- /dev/null +++ b/dev-python/gssapi/metadata.xml @@ -0,0 +1,20 @@ + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + https://github.com/pythongssapi/python-gssapi/issues + + rharwood@redhat.com + Robbie Harwood + + gssapi + pythongssapi/python-gssapi + + +Python-GSSAPI provides both low-level and high level wrappers around the GSSAPI C libraries. While it focuses on the Kerberos mechanism, it should also be useable with other GSSAPI mechanisms. + +