Date: Mon, 3 Aug 2020 08:51:18 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544040 - in head: games/pachi-game-engine graphics/caffe graphics/py-mayavi textproc/py-libxslt Message-ID: <202008030851.0738pImN003299@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008030851.0738pImN003299>