Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

21
security/py-gssapi/DESCR Normal file
View File

@@ -0,0 +1,21 @@
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.
Python-GSSAPI is composed of two parts: a low-level C-style API which
thinly wraps the underlying RFC 2744 methods, and a high-level,
Pythonic API (which is itself a wrapper around the low-level API).
Examples may be found in the examples directory.
The low-level API lives in gssapi.raw. The methods contained therein
are designed to match closely with the original GSSAPI C methods. All
relevant methods and classes may be imported directly from gssapi.raw.
Extension methods will only be imported if they are present.
The high-level API lives directly under gssapi. The classes contained
in each file are designed to provide a more Pythonic, Object-Oriented
view of GSSAPI. The exceptions from the low-level API, plus several
additional exceptions, live in gssapi.exceptions. The rest of the
classes may be imported directly from gssapi. Only classes are
exported by gssapi - all functions are methods of classes in the
high-level API.

View File

@@ -0,0 +1,27 @@
# $NetBSD: Makefile,v 1.3 2016/07/24 19:08:23 wiz Exp $
DISTNAME= gssapi-1.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gssapi/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://pypi.python.org/pypi/gssapi
COMMENT= Low-level and high-level wrappers around GSSAPI C libraries
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
AUTO_MKDIRS= yes
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # as of 1.2.0, self tests don't run
.include "../../lang/python/distutils.mk"
.if ${PYVERSSUFFIX} == "2.7"
DEPENDS+= ${PYPKGPREFIX}-enum34-[0-9]*:../../devel/py-enum34
.endif
.include "../../mk/krb5.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

66
security/py-gssapi/PLIST Normal file
View File

@@ -0,0 +1,66 @@
@comment $NetBSD: PLIST,v 1.1 2016/07/24 18:49:35 agc Exp $
${PYSITELIB}/${EGG_FILE}/PKG-INFO
${PYSITELIB}/${EGG_FILE}/SOURCES.txt
${PYSITELIB}/${EGG_FILE}/dependency_links.txt
${PYSITELIB}/${EGG_FILE}/requires.txt
${PYSITELIB}/${EGG_FILE}/top_level.txt
${PYSITELIB}/gssapi/__init__.py
${PYSITELIB}/gssapi/__init__.pyc
${PYSITELIB}/gssapi/__init__.pyo
${PYSITELIB}/gssapi/_utils.py
${PYSITELIB}/gssapi/_utils.pyc
${PYSITELIB}/gssapi/_utils.pyo
${PYSITELIB}/gssapi/creds.py
${PYSITELIB}/gssapi/creds.pyc
${PYSITELIB}/gssapi/creds.pyo
${PYSITELIB}/gssapi/exceptions.py
${PYSITELIB}/gssapi/exceptions.pyc
${PYSITELIB}/gssapi/exceptions.pyo
${PYSITELIB}/gssapi/names.py
${PYSITELIB}/gssapi/names.pyc
${PYSITELIB}/gssapi/names.pyo
${PYSITELIB}/gssapi/raw/__init__.py
${PYSITELIB}/gssapi/raw/__init__.pyc
${PYSITELIB}/gssapi/raw/__init__.pyo
${PYSITELIB}/gssapi/raw/_enum_extensions/__init__.py
${PYSITELIB}/gssapi/raw/_enum_extensions/__init__.pyc
${PYSITELIB}/gssapi/raw/_enum_extensions/__init__.pyo
${PYSITELIB}/gssapi/raw/_enum_extensions/ext_dce.so
${PYSITELIB}/gssapi/raw/chan_bindings.so
${PYSITELIB}/gssapi/raw/creds.so
${PYSITELIB}/gssapi/raw/cython_converters.so
${PYSITELIB}/gssapi/raw/exceptions.so
${PYSITELIB}/gssapi/raw/ext_cred_imp_exp.so
${PYSITELIB}/gssapi/raw/ext_dce.so
${PYSITELIB}/gssapi/raw/ext_password.so
${PYSITELIB}/gssapi/raw/ext_password_add.so
${PYSITELIB}/gssapi/raw/ext_rfc5588.so
${PYSITELIB}/gssapi/raw/ext_rfc6680.so
${PYSITELIB}/gssapi/raw/mech_krb5.so
${PYSITELIB}/gssapi/raw/message.so
${PYSITELIB}/gssapi/raw/misc.so
${PYSITELIB}/gssapi/raw/named_tuples.py
${PYSITELIB}/gssapi/raw/named_tuples.pyc
${PYSITELIB}/gssapi/raw/named_tuples.pyo
${PYSITELIB}/gssapi/raw/names.so
${PYSITELIB}/gssapi/raw/oids.so
${PYSITELIB}/gssapi/raw/sec_contexts.so
${PYSITELIB}/gssapi/raw/types.so
${PYSITELIB}/gssapi/sec_contexts.py
${PYSITELIB}/gssapi/sec_contexts.pyc
${PYSITELIB}/gssapi/sec_contexts.pyo
${PYSITELIB}/gssapi/tests/__init__.py
${PYSITELIB}/gssapi/tests/__init__.pyc
${PYSITELIB}/gssapi/tests/__init__.pyo
${PYSITELIB}/gssapi/tests/_utils.py
${PYSITELIB}/gssapi/tests/_utils.pyc
${PYSITELIB}/gssapi/tests/_utils.pyo
${PYSITELIB}/gssapi/tests/k5test.py
${PYSITELIB}/gssapi/tests/k5test.pyc
${PYSITELIB}/gssapi/tests/k5test.pyo
${PYSITELIB}/gssapi/tests/test_high_level.py
${PYSITELIB}/gssapi/tests/test_high_level.pyc
${PYSITELIB}/gssapi/tests/test_high_level.pyo
${PYSITELIB}/gssapi/tests/test_raw.py
${PYSITELIB}/gssapi/tests/test_raw.pyc
${PYSITELIB}/gssapi/tests/test_raw.pyo

View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.2 2016/07/24 19:08:23 wiz Exp $
SHA1 (gssapi-1.2.0.tar.gz) = d9d68ba464f20d462ea22e2ba1ed476bcc7c0884
RMD160 (gssapi-1.2.0.tar.gz) = 33c5ab580a4188971758e20936630feb31e80d40
SHA512 (gssapi-1.2.0.tar.gz) = cf4dda58b6fbc957ed8ff47a5a97b3145b63e53c046f8d2d66bbe34084354a47617ebfd5ae0a2f7b6398efce365019fa65926a0e0a9b3006a9ec41fa60c5618a
Size (gssapi-1.2.0.tar.gz) = 664303 bytes