diff --git a/security/py-gnupg/Makefile b/security/py-gnupg/Makefile new file mode 100644 index 00000000000..ec738043272 --- /dev/null +++ b/security/py-gnupg/Makefile @@ -0,0 +1,40 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2001/08/22 05:20:25 shell Exp $ + + +COMMENT= "python module for GnuPG interface" + +VERSION= 0.2.1 +DISTNAME= GnuPGInterface-${VERSION} +PKGNAME= py-gnupg-${VERSION} +CATEGORIES= security devel +NEED_VERSION= 1.441 + +HOMEPAGE= http://py-gnupg.sourceforge.net/ + +MAINTAINER= Shell Hung + +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= py-gnupg + +PYTHON_VER= 2.1 + +RUN_DEPENDS+= python${PYTHON_VER}::lang/python${PYTHON_EXT} \ + gpg::security/gnupg +BUILD_DEPENDS= ${RUN_DEPENDS} + +SUBST_VARS= PYTHON_VER + +do-build: + cd ${WRKSRC}; python${PYTHON_VER} ./setup.py build \ + --build-base=${WRKSRC} + +do-install: + cd ${WRKSRC}; python${PYTHON_VER} ./setup.py install \ + --prefix=${PREFIX} + +.include diff --git a/security/py-gnupg/files/md5 b/security/py-gnupg/files/md5 new file mode 100644 index 00000000000..90f0fd3862d --- /dev/null +++ b/security/py-gnupg/files/md5 @@ -0,0 +1,3 @@ +MD5 (GnuPGInterface-0.2.1.tar.gz) = 1dafbc94db90ba4727443afaa862de36 +RMD160 (GnuPGInterface-0.2.1.tar.gz) = 244d211a6c41703c1a88723ea4e8563ff4f676f3 +SHA1 (GnuPGInterface-0.2.1.tar.gz) = e3c788a668712be9239a79a0271924569383fd89 diff --git a/security/py-gnupg/pkg/DESCR b/security/py-gnupg/pkg/DESCR new file mode 100644 index 00000000000..2c7d696191b --- /dev/null +++ b/security/py-gnupg/pkg/DESCR @@ -0,0 +1,5 @@ +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. + +WWW: ${HOMEPAGE} diff --git a/security/py-gnupg/pkg/PLIST b/security/py-gnupg/pkg/PLIST new file mode 100644 index 00000000000..32b8b40fb12 --- /dev/null +++ b/security/py-gnupg/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2001/08/22 05:20:25 shell Exp $ +lib/python${PYTHON_VER}/site-packages/GnuPGInterface.py +lib/python${PYTHON_VER}/site-packages/GnuPGInterface.pyc