pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-requests-gssapi



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jul  4 12:40:40 UTC 2021

Added Files:
        pkgsrc/security/py-requests-gssapi: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/py-requests-gssapi/DESCR \
    pkgsrc/security/py-requests-gssapi/Makefile \
    pkgsrc/security/py-requests-gssapi/PLIST \
    pkgsrc/security/py-requests-gssapi/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/security/py-requests-gssapi/DESCR
diff -u /dev/null pkgsrc/security/py-requests-gssapi/DESCR:1.1
--- /dev/null   Sun Jul  4 12:40:40 2021
+++ pkgsrc/security/py-requests-gssapi/DESCR    Sun Jul  4 12:40:40 2021
@@ -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.
Index: pkgsrc/security/py-requests-gssapi/Makefile
diff -u /dev/null pkgsrc/security/py-requests-gssapi/Makefile:1.1
--- /dev/null   Sun Jul  4 12:40:40 2021
+++ pkgsrc/security/py-requests-gssapi/Makefile Sun Jul  4 12:40:40 2021
@@ -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"
Index: pkgsrc/security/py-requests-gssapi/PLIST
diff -u /dev/null pkgsrc/security/py-requests-gssapi/PLIST:1.1
--- /dev/null   Sun Jul  4 12:40:40 2021
+++ pkgsrc/security/py-requests-gssapi/PLIST    Sun Jul  4 12:40:40 2021
@@ -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
Index: pkgsrc/security/py-requests-gssapi/distinfo
diff -u /dev/null pkgsrc/security/py-requests-gssapi/distinfo:1.1
--- /dev/null   Sun Jul  4 12:40:40 2021
+++ pkgsrc/security/py-requests-gssapi/distinfo Sun Jul  4 12:40:40 2021
@@ -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