Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Oct 2020 23:14:22 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550877 - head/www/py-tuir
Message-ID:  <202010012314.091NEM6d079388@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Thu Oct  1 23:14:22 2020
New Revision: 550877
URL: https://svnweb.freebsd.org/changeset/ports/550877

Log:
  www/py-tuir: Bump Python 3 requirement
  
  PR:		249798
  Submitted by:	Lewis Cook <vulcan@wired.sh> (maintainer)

Modified:
  head/www/py-tuir/Makefile   (contents, props changed)

Modified: head/www/py-tuir/Makefile
==============================================================================
--- head/www/py-tuir/Makefile	Thu Oct  1 22:03:43 2020	(r550876)
+++ head/www/py-tuir/Makefile	Thu Oct  1 23:14:22 2020	(r550877)
@@ -2,7 +2,7 @@
 
 PORTNAME=	tuir
 DISTVERSION=	1.29.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -19,15 +19,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.5
 		${PYTHON_PKGNAMEPREFIX}requests>=2.4.0:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR}
 
-USES=		python:2.7+
+USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
-
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_VER} < 3.6
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}mailcap_fix>=0.1.3:devel/py-mailcap-fix@${PY_FLAVOR}
-.endif
-
 NO_ARCH=	yes
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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