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 +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