2e24a64c42
- Use DISTVERSION instead of PORTVERSION - Updated WWW ChangeLog: https://bitbucket.org/vinay.sajip/python-gnupg/src/master/README.rst PR: 256058 Approved by: dbaio, garga (mentors, implicit) Obtained from: yuri
26 lines
702 B
Makefile
26 lines
702 B
Makefile
# Created by: Christer Edwards <christer.edwards@gmail.com>
|
|
|
|
PORTNAME= python-gnupg
|
|
DISTVERSION= 0.4.7
|
|
CATEGORIES= security python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= christer.edwards@gmail.com
|
|
COMMENT= Python wrapper for the GNU Privacy Guard (GPG or GnuPG)
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0.15.2:devel/py-coverage@${PY_FLAVOR}
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
do-test:
|
|
@(cd ${WRKSRC} && ${SETENV} ${PYTHON_CMD} test_gnupg.py --no-doctests)
|
|
@(cd ${WRKSRC} && ${SETENV} coverage-${PYTHON_VER} run test_gnupg.py --no-doctests)
|
|
|
|
.include <bsd.port.mk>
|