Initial import of GnuInterface-0.2.1
--- 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.
This commit is contained in:
parent
461255432e
commit
fd06300ea3
40
security/py-gnupg/Makefile
Normal file
40
security/py-gnupg/Makefile
Normal file
@ -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 <shell@openbsd.org>
|
||||
|
||||
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 <bsd.port.mk>
|
3
security/py-gnupg/files/md5
Normal file
3
security/py-gnupg/files/md5
Normal file
@ -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
|
5
security/py-gnupg/pkg/DESCR
Normal file
5
security/py-gnupg/pkg/DESCR
Normal file
@ -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}
|
3
security/py-gnupg/pkg/PLIST
Normal file
3
security/py-gnupg/pkg/PLIST
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user