diff options
-rw-r--r-- | security/py-oauth/DESCR | 1 | ||||
-rw-r--r-- | security/py-oauth/Makefile | 17 | ||||
-rw-r--r-- | security/py-oauth/PLIST | 12 | ||||
-rw-r--r-- | security/py-oauth/distinfo | 5 |
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 |