summaryrefslogtreecommitdiff
path: root/security/py-oauth
diff options
context:
space:
mode:
authorver <ver>2010-07-19 16:53:13 +0000
committerver <ver>2010-07-19 16:53:13 +0000
commitf930e1785f6897f7a27babb9b85938c2ef3a9f0a (patch)
tree3b525166ffc48cb17747f319dfcf839425c6a5bf /security/py-oauth
parente35f3db5db554acc56894ad17c6d04dbb0f756e2 (diff)
downloadpkgsrc-f930e1785f6897f7a27babb9b85938c2ef3a9f0a.tar.gz
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/
Diffstat (limited to 'security/py-oauth')
-rw-r--r--security/py-oauth/DESCR1
-rw-r--r--security/py-oauth/Makefile17
-rw-r--r--security/py-oauth/PLIST12
-rw-r--r--security/py-oauth/distinfo5
4 files changed, 35 insertions, 0 deletions
diff --git a/security/py-oauth/DESCR b/security/py-oauth/DESCR
new file mode 100644
index 00000000000..755c40f101e
--- /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 00000000000..b0e63e73879
--- /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 00000000000..bd51410a50c
--- /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 00000000000..71dea0e7b1a
--- /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