Library implementing OAuth version 1.0a as documented at http://oauth.net/
This commit is contained in:
ver 2010-07-19 16:53:13 +00:00
parent a6e9424ac2
commit 743775cf8d
4 changed files with 35 additions and 0 deletions

1
security/py-oauth/DESCR Normal file
View file

@ -0,0 +1 @@
Library for OAuth version 1.0a.

View file

@ -0,0 +1,17 @@
# $NetBSD: Makefile,v 1.1 2010/07/19 16:53:13 ver Exp $
DISTNAME= oauth-1.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= python security www
MASTER_SITES= http://pypi.python.org/packages/source/o/oauth/
MAINTAINER= ver@NetBSD.org
HOMEPAGE= http://pypi.python.org/pypi/oauth/
COMMENT= Python OAuth library
LICENSE= mit
PKG_DESTDIR_SUPPORT= user-destdir
PYDISTUTILSPKG= yes
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

12
security/py-oauth/PLIST Normal file
View file

@ -0,0 +1,12 @@
@comment $NetBSD: PLIST,v 1.1 2010/07/19 16:53:13 ver Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/${EGG_INFODIR}/zip-safe
${PYSITELIB}/oauth/__init__.py
${PYSITELIB}/oauth/__init__.pyc
${PYSITELIB}/oauth/__init__.pyo
${PYSITELIB}/oauth/oauth.py
${PYSITELIB}/oauth/oauth.pyc
${PYSITELIB}/oauth/oauth.pyo

View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2010/07/19 16:53:13 ver Exp $
SHA1 (oauth-1.0.1.tar.gz) = b2d7609e4852b33d0d33f0bc6ae5cab8fadca014
RMD160 (oauth-1.0.1.tar.gz) = 3d1dad6117aeb13392e35870716022e3a71897c3
Size (oauth-1.0.1.tar.gz) = 9533 bytes