Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 2016 13:57:48 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r405147 - in head/misc: py-spdx py-spdx-lookup
Message-ID:  <201601031357.u03Dvmc6013294@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601031357.u03Dvmc6013294>