From 8f784a41e85394f51cd901bff231e3a5375e3107 Mon Sep 17 00:00:00 2001 From: ver Date: Mon, 19 Jul 2010 16:53:13 +0000 Subject: [PATCH] Add py-oauth from http://pypi.python.org/pypi/oauth/1.0.1: Library implementing OAuth version 1.0a as documented at http://oauth.net/ --- security/py-oauth/DESCR | 1 + security/py-oauth/Makefile | 17 +++++++++++++++++ security/py-oauth/PLIST | 12 ++++++++++++ security/py-oauth/distinfo | 5 +++++ 4 files changed, 35 insertions(+) create mode 100644 security/py-oauth/DESCR create mode 100644 security/py-oauth/Makefile create mode 100644 security/py-oauth/PLIST create mode 100644 security/py-oauth/distinfo diff --git a/security/py-oauth/DESCR b/security/py-oauth/DESCR new file mode 100644 index 000000000000..755c40f101e2 --- /dev/null +++ b/security/py-oauth/DESCR @@ -0,0 +1 @@ +Library for OAuth version 1.0a. diff --git a/security/py-oauth/Makefile b/security/py-oauth/Makefile new file mode 100644 index 000000000000..b0e63e738790 --- /dev/null +++ b/security/py-oauth/Makefile @@ -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" diff --git a/security/py-oauth/PLIST b/security/py-oauth/PLIST new file mode 100644 index 000000000000..bd51410a50c8 --- /dev/null +++ b/security/py-oauth/PLIST @@ -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 diff --git a/security/py-oauth/distinfo b/security/py-oauth/distinfo new file mode 100644 index 000000000000..71dea0e7b1ab --- /dev/null +++ b/security/py-oauth/distinfo @@ -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