svn commit: r405147 - in head/misc: py-spdx py-spdx-lookup
Martin Wilke
miwi at FreeBSD.org
Sun Jan 3 13:57:49 UTC 2016
Author: miwi
Date: Sun Jan 3 13:57:48 2016
New Revision: 405147
URL: https://svnweb.freebsd.org/changeset/ports/405147
Log:
- Mark python:3.2 as minimum
Submitted by: maintainer via irc
Modified:
head/misc/py-spdx-lookup/Makefile
head/misc/py-spdx/Makefile
Modified: head/misc/py-spdx-lookup/Makefile
==============================================================================
--- head/misc/py-spdx-lookup/Makefile Sun Jan 3 13:50:13 2016 (r405146)
+++ head/misc/py-spdx-lookup/Makefile Sun Jan 3 13:57:48 2016 (r405147)
@@ -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>
Modified: head/misc/py-spdx/Makefile
==============================================================================
--- head/misc/py-spdx/Makefile Sun Jan 3 13:50:13 2016 (r405146)
+++ head/misc/py-spdx/Makefile Sun Jan 3 13:57:48 2016 (r405147)
@@ -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>
More information about the svn-ports-all
mailing list