commit: b08fa507f52e25020e759c9de9160b8ef2ceec99
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Dec 3 04:16:56 2020 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Thu Dec 3 04:18:10 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b08fa507
dev-python/gssapi: new package
help wanted to make tests and docs working
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/gssapi/Manifest | 1 +
dev-python/gssapi/gssapi-1.6.11.ebuild | 43 ++++++++++++++++++++++++++++++++++
dev-python/gssapi/metadata.xml | 20 ++++++++++++++++
3 files changed, 64 insertions(+)
diff --git a/dev-python/gssapi/Manifest b/dev-python/gssapi/Manifest
new file mode 100644
index 00000000..230c3baf
--- /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 00000000..aea0a5f8
--- /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 00000000..6cce2142
--- /dev/null
+++ b/dev-python/gssapi/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>[email protected]</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/pythongssapi/python-gssapi/issues</bugs-to>
+ <maintainer>
+ <email>[email protected]</email>
+ <name>Robbie Harwood</name>
+ </maintainer>
+ <remote-id type="pypi">gssapi</remote-id>
+ <remote-id type="github">pythongssapi/python-gssapi</remote-id>
+ </upstream>
+ <longdescription lang="en">
+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.
+ </longdescription>
+</pkgmetadata>