mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 08:33:15 -04:00
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@gmail.com>
This commit is contained in:
1
dev-python/gssapi/Manifest
Normal file
1
dev-python/gssapi/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST gssapi-1.6.11.tar.gz 1064371 BLAKE2B f3445ffa6a64bb6807e40024e7fb14f7b82359e4a4f07ceba34044a068c5b841968b46c4c02d5f9e19a48d89f4b975e2acc7e356629553651f21e79d01a96bc3 SHA512 7c80c49d360b8b89ee8e1a63b5ad13a22eac1a93a0066a3acf4c862b3064dac8d5a4cebe5e2e18ebe8d65af1a5ca2a862c982825e886b676bf2d92bc8b105397
|
||||
43
dev-python/gssapi/gssapi-1.6.11.ebuild
Normal file
43
dev-python/gssapi/gssapi-1.6.11.ebuild
Normal file
@@ -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
|
||||
}
|
||||
20
dev-python/gssapi/metadata.xml
Normal file
20
dev-python/gssapi/metadata.xml
Normal file
@@ -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>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/pythongssapi/python-gssapi/issues</bugs-to>
|
||||
<maintainer>
|
||||
<email>rharwood@redhat.com</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>
|
||||
Reference in New Issue
Block a user