pkgsrc-WIP-changes archive

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

py-httpie-jwt-auth: import version: 0.4.0 to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Thu Nov 5 09:42:48 2020 +0100
Changeset:	c3aff0510435fea9a3992cb866a59055a3ec166b

Added Files:
	py-httpie-jwt-auth/DESCR
	py-httpie-jwt-auth/Makefile
	py-httpie-jwt-auth/PLIST
	py-httpie-jwt-auth/distinfo

Log Message:
py-httpie-jwt-auth: import version: 0.4.0 to wip

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c3aff0510435fea9a3992cb866a59055a3ec166b

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

diffstat:
 py-httpie-jwt-auth/DESCR    |  1 +
 py-httpie-jwt-auth/Makefile | 16 ++++++++++++++++
 py-httpie-jwt-auth/PLIST    |  4 ++++
 py-httpie-jwt-auth/distinfo |  6 ++++++
 4 files changed, 27 insertions(+)

diffs:
diff --git a/py-httpie-jwt-auth/DESCR b/py-httpie-jwt-auth/DESCR
new file mode 100644
index 0000000000..6d1042543b
--- /dev/null
+++ b/py-httpie-jwt-auth/DESCR
@@ -0,0 +1 @@
+JWTAuth (JSON Web Tokens) auth plugin for HTTPie
diff --git a/py-httpie-jwt-auth/Makefile b/py-httpie-jwt-auth/Makefile
new file mode 100644
index 0000000000..a7881ced78
--- /dev/null
+++ b/py-httpie-jwt-auth/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	httpie-jwt-auth-0.4.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	www
+MASTER_SITES=	${MASTER_SITE_PYPI:=h/httpie-jwt-auth/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/teracyhq/httpie-jwt-auth
+COMMENT=	TODO: Short description of the package
+LICENSE=	modified-bsd
+
+DEPENDS+=	${PYPKGPREFIX}-httpie>=1.0.3:../../www/py-httpie
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-httpie-jwt-auth/PLIST b/py-httpie-jwt-auth/PLIST
new file mode 100644
index 0000000000..cf8b8836f1
--- /dev/null
+++ b/py-httpie-jwt-auth/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+@comment TODO: to fill this file with the file listing:
+@comment TODO: 1. run "/usr/pkg/bin/bmake package"
+@comment TODO: 2. run "/usr/pkg/bin/bmake print-PLIST"
diff --git a/py-httpie-jwt-auth/distinfo b/py-httpie-jwt-auth/distinfo
new file mode 100644
index 0000000000..a8472ecc06
--- /dev/null
+++ b/py-httpie-jwt-auth/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (httpie-jwt-auth-0.4.0.tar.gz) = bf24c6c159ea65d7246dc5412fd2893efac8091f
+RMD160 (httpie-jwt-auth-0.4.0.tar.gz) = 88a25d2ef41c860b4ee1c842d4410bbb25aebf7e
+SHA512 (httpie-jwt-auth-0.4.0.tar.gz) = 2353f3bfad4b6250253579870d636efe82cd515f975d496291bebc2c1aea877cadbe2ae22e53afae348aa569b1bce68670d58055bf537a759bd9c1fce9586503
+Size (httpie-jwt-auth-0.4.0.tar.gz) = 5171 bytes


Home | Main Index | Thread Index | Old Index