pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/py-requests-gssapi security/py-requests-gssap...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c7d9b4e700f5
branches:  trunk
changeset: 455430:c7d9b4e700f5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jul 04 12:40:40 2021 +0000

description:
security/py-requests-gssapi: import py-requests-gssapi-1.2.3

Requests is an HTTP library, written in Python, for human beings.
This library adds optional GSSAPI authentication support and supports
mutual authentication.

diffstat:

 security/py-requests-gssapi/DESCR    |   3 +++
 security/py-requests-gssapi/Makefile |  19 +++++++++++++++++++
 security/py-requests-gssapi/PLIST    |  18 ++++++++++++++++++
 security/py-requests-gssapi/distinfo |   6 ++++++
 4 files changed, 46 insertions(+), 0 deletions(-)

diffs (62 lines):

diff -r 28affa71403f -r c7d9b4e700f5 security/py-requests-gssapi/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-requests-gssapi/DESCR Sun Jul 04 12:40:40 2021 +0000
@@ -0,0 +1,3 @@
+Requests is an HTTP library, written in Python, for human beings.
+This library adds optional GSSAPI authentication support and supports
+mutual authentication.
diff -r 28affa71403f -r c7d9b4e700f5 security/py-requests-gssapi/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-requests-gssapi/Makefile      Sun Jul 04 12:40:40 2021 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2021/07/04 12:40:40 wiz Exp $
+
+DISTNAME=      requests-gssapi-1.2.3
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    security python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=r/requests-gssapi/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/pythongssapi/requests-gssapi
+COMMENT=       Python requests GSSAPI authentication library
+LICENSE=       isc
+
+DEPENDS+=      ${PYPKGPREFIX}-gssapi-[0-9]*:../../security/py-gssapi
+DEPENDS+=      ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 28affa71403f -r c7d9b4e700f5 security/py-requests-gssapi/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-requests-gssapi/PLIST Sun Jul 04 12:40:40 2021 +0000
@@ -0,0 +1,18 @@
+@comment $NetBSD: PLIST,v 1.1 2021/07/04 12:40:40 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/requests_gssapi/__init__.py
+${PYSITELIB}/requests_gssapi/__init__.pyc
+${PYSITELIB}/requests_gssapi/__init__.pyo
+${PYSITELIB}/requests_gssapi/compat.py
+${PYSITELIB}/requests_gssapi/compat.pyc
+${PYSITELIB}/requests_gssapi/compat.pyo
+${PYSITELIB}/requests_gssapi/exceptions.py
+${PYSITELIB}/requests_gssapi/exceptions.pyc
+${PYSITELIB}/requests_gssapi/exceptions.pyo
+${PYSITELIB}/requests_gssapi/gssapi_.py
+${PYSITELIB}/requests_gssapi/gssapi_.pyc
+${PYSITELIB}/requests_gssapi/gssapi_.pyo
diff -r 28affa71403f -r c7d9b4e700f5 security/py-requests-gssapi/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-requests-gssapi/distinfo      Sun Jul 04 12:40:40 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/07/04 12:40:40 wiz Exp $
+
+SHA1 (requests-gssapi-1.2.3.tar.gz) = 1d8120ef56f3401da5df2d9e23b96d9adc3e1456
+RMD160 (requests-gssapi-1.2.3.tar.gz) = 1976698494e7991f98aaead1e265d212c6f01378
+SHA512 (requests-gssapi-1.2.3.tar.gz) = 5645785e4d96e935fde73395386f3622b1463e91cafddc07e9b55a990c977b136ccd440cbc190801b966e9c0ec083d2a270f06cb6e4f754093cc7343b0935994
+Size (requests-gssapi-1.2.3.tar.gz) = 19007 bytes



Home | Main Index | Thread Index | Old Index