aboutsummaryrefslogtreecommitdiffstats
path: root/security/py-keyring
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2013-03-24 13:33:16 +0800
committerrm <rm@FreeBSD.org>2013-03-24 13:33:16 +0800
commit819ab98c777820a65fe68b7374a654c8ebc3f12a (patch)
tree2495b6a249a61154851e4e68b768aef06966d6d7 /security/py-keyring
parent4861548be58375233b4a90f54d9e167d9fd29521 (diff)
downloadfreebsd-ports-graphics-819ab98c777820a65fe68b7374a654c8ebc3f12a.tar.gz
freebsd-ports-graphics-819ab98c777820a65fe68b7374a654c8ebc3f12a.tar.zst
freebsd-ports-graphics-819ab98c777820a65fe68b7374a654c8ebc3f12a.zip
- add missing build dependency on py-pytest-runner to fix build on
pointyhat - remove conditional simplejson dependency, since we don't more have python2.5 in the tree - change USE_PYTHON to ``yes'', because both python branches are supported by this port - bump PORTREVISION Reported by: pointyhat (miwi) Submitted by: rm (myself) Approved by: Douglas Thrift <douglas@douglasthrift.net> (maintainer, by mail)
Diffstat (limited to 'security/py-keyring')
-rw-r--r--security/py-keyring/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/security/py-keyring/Makefile b/security/py-keyring/Makefile
index a453c62146d..23437449836 100644
--- a/security/py-keyring/Makefile
+++ b/security/py-keyring/Makefile
@@ -3,6 +3,7 @@
PORTNAME= keyring
PORTVERSION= 1.2
+PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,10 +13,12 @@ COMMENT= Store and access your passwords safely
LICENSE= PSFL
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:${PORTSDIR}/devel/py-pytest-runner
+
LATEST_LINK= py-${PORTNAME}
USE_ZIP= yes
-USE_PYTHON= 2.5+
+USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
OPTIONS_DEFINE= CRYPT_FILE GNOME_KEYRING KDE_KWALLET
@@ -37,10 +40,4 @@ USE_GNOME+= pygnomedesktop
USE_KDE4+= pykde4
.endif
-.include <bsd.port.pre.mk>
-
-.if ${PORT_OPTIONS:MCRYPT_FILE} && ${PYTHON_VERSION} == "python2.5"
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.5:${PORTSDIR}/devel/py-simplejson
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>