svn commit: r550877 - head/www/py-tuir
Steve Wills
swills at FreeBSD.org
Thu Oct 1 23:14:23 UTC 2020
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 at 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>
More information about the svn-ports-all
mailing list