From a46eab477baf92b1e5e6250e38b7893ad9eb3fa9 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Thu, 13 Aug 2020 22:03:00 +0000 Subject: [PATCH] security/py-pyaxo: Remove the 2.7 restriction from python because it's no longer needed --- security/py-pyaxo/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/security/py-pyaxo/Makefile b/security/py-pyaxo/Makefile index d34a959a1ec2..f37bb3fd1f1e 100644 --- a/security/py-pyaxo/Makefile +++ b/security/py-pyaxo/Makefile @@ -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:security/py-passlib@${PY_FLAV ${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