diff options
author | drochner <drochner@pkgsrc.org> | 2002-01-29 16:15:47 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-01-29 16:15:47 +0000 |
commit | a33f0386605a1e07b5aa18fff4e1eddd72a15bcd (patch) | |
tree | 62542d27ea7d07f3c628769b1d8e2667706adf0d /security | |
parent | 399dd8fd4a9e03b0fadf72ae56dd855464d3f19b (diff) | |
download | pkgsrc-a33f0386605a1e07b5aa18fff4e1eddd72a15bcd.tar.gz |
initial import of py-gnupg-0.3.2, a python interface to GnuPG,
submitted by Shell Hung per PR pkg/14541
Diffstat (limited to 'security')
-rw-r--r-- | security/py-gnupg/DESCR | 3 | ||||
-rw-r--r-- | security/py-gnupg/Makefile | 18 | ||||
-rw-r--r-- | security/py-gnupg/PLIST | 3 | ||||
-rw-r--r-- | security/py-gnupg/distinfo | 4 |
4 files changed, 28 insertions, 0 deletions
diff --git a/security/py-gnupg/DESCR b/security/py-gnupg/DESCR new file mode 100644 index 00000000000..a4eb68a050a --- /dev/null +++ b/security/py-gnupg/DESCR @@ -0,0 +1,3 @@ +GnuPGInterface is a Python module to interface with GnuPG. It +concentrates on interacting with GnuPG via filehandles, providing +access to control GnuPG via versatile and extensible means. diff --git a/security/py-gnupg/Makefile b/security/py-gnupg/Makefile new file mode 100644 index 00000000000..db2e299c9e7 --- /dev/null +++ b/security/py-gnupg/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/01/29 16:15:47 drochner Exp $ + +DISTNAME= GnuPGInterface-0.3.2 +PKGNAME= ${PYPKGPREFIX}-gnupg-0.3.2 +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=py-gnupg/} + +MAINTAINER= shell@shellhung.org +HOMEPAGE= http://py-gnupg.sourceforge.net/ +COMMENT= python module for GnuPG interface + +DEPENDS+= gnupg>=1.0.0:../../security/gnupg + +PYTHON_VERSIONS_ACCEPTED= 21 +PYDISTUTILSPKG= yes + +.include "../../lang/python/extension.buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/py-gnupg/PLIST b/security/py-gnupg/PLIST new file mode 100644 index 00000000000..fa69336d36c --- /dev/null +++ b/security/py-gnupg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/01/29 16:15:47 drochner Exp $ +${PYSITELIB}/GnuPGInterface.py +${PYSITELIB}/GnuPGInterface.pyc diff --git a/security/py-gnupg/distinfo b/security/py-gnupg/distinfo new file mode 100644 index 00000000000..16336013f92 --- /dev/null +++ b/security/py-gnupg/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/01/29 16:15:47 drochner Exp $ + +SHA1 (GnuPGInterface-0.3.2.tar.gz) = 4d916b0fa1ba2d1894efdc1bc0c14ea4e6b43fa6 +Size (GnuPGInterface-0.3.2.tar.gz) = 19875 bytes |