svn commit: r544848 - head/security/py-pyaxo

Yuri Victorovich yuri at FreeBSD.org
Thu Aug 13 22:03:01 UTC 2020


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


More information about the svn-ports-head mailing list