Upgrade to 0.3.0
This commit is contained in:
parent
6a5677b053
commit
0d0e1f3028
@ -1,13 +1,13 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2001/08/25 13:08:33 shell Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2001/09/02 00:03:20 shell Exp $
|
||||
|
||||
|
||||
COMMENT= "python module for GnuPG interface"
|
||||
|
||||
VERSION= 0.2.1
|
||||
VERSION= 0.3.0
|
||||
DISTNAME= GnuPGInterface-${VERSION}
|
||||
PKGNAME= py-gnupg-${VERSION}
|
||||
CATEGORIES= security devel
|
||||
NEED_VERSION= 1.441
|
||||
NEED_VERSION= 1.448
|
||||
|
||||
HOMEPAGE= http://py-gnupg.sourceforge.net/
|
||||
|
||||
@ -27,14 +27,14 @@ RUN_DEPENDS+= python${PYTHON_VER}::lang/python \
|
||||
gpg::security/gnupg
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PY_CMD= cd ${WRKSRC}; python${PYTHON_VER} ./setup.py
|
||||
|
||||
SUBST_VARS= PYTHON_VER
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC}; python${PYTHON_VER} ./setup.py build \
|
||||
--build-base=${WRKSRC}
|
||||
${PY_CMD} build --build-base=${WRKSRC}
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC}; python${PYTHON_VER} ./setup.py install \
|
||||
--prefix=${PREFIX}
|
||||
${PY_CMD} install --prefix=${PREFIX}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +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
|
||||
MD5 (GnuPGInterface-0.3.0.tar.gz) = d1fe19d2111fd1a5126d60e6fffa405b
|
||||
RMD160 (GnuPGInterface-0.3.0.tar.gz) = aa05a54f09ff5fd32156c968e911085911da0d26
|
||||
SHA1 (GnuPGInterface-0.3.0.tar.gz) = 4f5692b085bd491c9ead953f4ae60457a8dae903
|
||||
|
Loading…
x
Reference in New Issue
Block a user