Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Aug 2020 22:03:00 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544848 - head/security/py-pyaxo
Message-ID:  <202008132203.07DM30V4018310@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Thu Aug 13 22:03:00 2020
New Revision: 544848
URL: https://svnweb.freebsd.org/changeset/ports/544848

Log:
  security/py-pyaxo: Remove the 2.7 restriction from python because it's no longer needed

Modified:
  head/security/py-pyaxo/Makefile

Modified: head/security/py-pyaxo/Makefile
==============================================================================
--- head/security/py-pyaxo/Makefile	Thu Aug 13 21:59:02 2020	(r544847)
+++ head/security/py-pyaxo/Makefile	Thu Aug 13 22:03:00 2020	(r544848)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	pyaxo
-PORTVERSION=	0.8.2
-PORTREVISION=	1
+DISTVERSION=	0.8.2
+PORTREVISION=	2
 CATEGORIES=	security net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -19,7 +19,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}passlib>=1.6.1:sec
 		${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
 
-USES=		python:2.7
+USES=		python
 USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes



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