svn commit: r544040 - in head: games/pachi-game-engine graphics/caffe graphics/py-mayavi textproc/py-libxslt
Antoine Brodin
antoine at FreeBSD.org
Mon Aug 3 08:51:19 UTC 2020
Author: antoine
Date: Mon Aug 3 08:51:17 2020
New Revision: 544040
URL: https://svnweb.freebsd.org/changeset/ports/544040
Log:
Deprecate a few python 2.7 ports
Modified:
head/games/pachi-game-engine/Makefile
head/graphics/caffe/Makefile
head/graphics/py-mayavi/Makefile
head/textproc/py-libxslt/Makefile
Modified: head/games/pachi-game-engine/Makefile
==============================================================================
--- head/games/pachi-game-engine/Makefile Mon Aug 3 08:50:14 2020 (r544039)
+++ head/games/pachi-game-engine/Makefile Mon Aug 3 08:51:17 2020 (r544040)
@@ -13,6 +13,9 @@ COMMENT= Fairly strong Go/Baduk/Weiqi playing program
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-09-15
+
BUILD_DEPENDS= bash:shells/bash
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libcaffe.so:graphics/caffe \
Modified: head/graphics/caffe/Makefile
==============================================================================
--- head/graphics/caffe/Makefile Mon Aug 3 08:50:14 2020 (r544039)
+++ head/graphics/caffe/Makefile Mon Aug 3 08:51:17 2020 (r544040)
@@ -11,6 +11,9 @@ COMMENT= Fast open framework for deep learning
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-09-15
+
CONFLICTS_INSTALL= caffe2-*
BUILD_DEPENDS= ${PYNUMPY} \
Modified: head/graphics/py-mayavi/Makefile
==============================================================================
--- head/graphics/py-mayavi/Makefile Mon Aug 3 08:50:14 2020 (r544039)
+++ head/graphics/py-mayavi/Makefile Mon Aug 3 08:51:17 2020 (r544040)
@@ -22,6 +22,9 @@ LICENSE_FILE_BSD2CLAUSE= ${WRKSRC}/LICENSE_YORICK.txt
LICENSE_FILE_APACHE11= ${WRKSRC}/LICENSE_COLORBREWER.txt
# See ${WRKSRC}/image_LICENSE.txt for per file license information
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-09-15
+
BUILD_DEPENDS= vtk6>=6.1.0_8:math/vtk6 \
${PY_SPHINX}
RUN_DEPENDS= vtk6>=6.1.0_8:math/vtk6 \
Modified: head/textproc/py-libxslt/Makefile
==============================================================================
--- head/textproc/py-libxslt/Makefile Mon Aug 3 08:50:14 2020 (r544039)
+++ head/textproc/py-libxslt/Makefile Mon Aug 3 08:51:17 2020 (r544040)
@@ -7,6 +7,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= gnome at FreeBSD.org
COMMENT= Python interface for XSLT C library for GNOME
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-09-15
+
MASTERDIR= ${.CURDIR}/../libxslt
BUILD_WRKSRC= ${WRKSRC}/python
INSTALL_WRKSRC= ${BUILD_WRKSRC}
More information about the svn-ports-all
mailing list