- Mark python:3.2 as minimum

Submitted by:	maintainer via irc
This commit is contained in:
Martin Wilke 2016-01-03 13:57:48 +00:00
parent eeb12c915f
commit 9b131ffd2f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405147
2 changed files with 4 additions and 2 deletions

View file

@ -3,6 +3,7 @@
PORTNAME= spdx-lookup
PORTVERSION= 0.3.0
PORTREVISION= 1
CATEGORIES= misc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -14,7 +15,7 @@ LICENSE= BSD2CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}spdx>0:${PORTSDIR}/misc/py-spdx
USES= python
USES= python:3.2+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View file

@ -3,6 +3,7 @@
PORTNAME= spdx
DISTVERSION= 2.3.0b1.post2
PORTREVISION= 1
CATEGORIES= misc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -12,7 +13,7 @@ COMMENT= SPDX license list database
LICENSE= CC0-1.0
USES= python
USES= python:3.2+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>