pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/py-oauth Add py-oauth from http://pypi.python...
details: https://anonhg.NetBSD.org/pkgsrc/rev/070016b556ab
branches: trunk
changeset: 577768:070016b556ab
user: ver <ver%pkgsrc.org@localhost>
date: Mon Jul 19 16:53:13 2010 +0000
description:
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:
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(+), 0 deletions(-)
diffs (51 lines):
diff -r 314e9c0d6fe8 -r 070016b556ab security/py-oauth/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-oauth/DESCR Mon Jul 19 16:53:13 2010 +0000
@@ -0,0 +1,1 @@
+Library for OAuth version 1.0a.
diff -r 314e9c0d6fe8 -r 070016b556ab security/py-oauth/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-oauth/Makefile Mon Jul 19 16:53:13 2010 +0000
@@ -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@localhost
+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 -r 314e9c0d6fe8 -r 070016b556ab security/py-oauth/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-oauth/PLIST Mon Jul 19 16:53:13 2010 +0000
@@ -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 -r 314e9c0d6fe8 -r 070016b556ab security/py-oauth/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-oauth/distinfo Mon Jul 19 16:53:13 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index