Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 May 2020 09:57:04 +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: r534727 - in head: comms/chirp comms/quisk databases/py-sqlite3dbm devel/git-bzr-ng devel/git-cvs devel/git-remote-hg devel/py-backports.shutil_which devel/py-pybloomfiltermmap devel/py...
Message-ID:  <202005090957.0499v4FE024291@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat May  9 09:57:03 2020
New Revision: 534727
URL: https://svnweb.freebsd.org/changeset/ports/534727

Log:
  Deprecate a few ports using python 2.7

Modified:
  head/comms/chirp/Makefile
  head/comms/quisk/Makefile
  head/databases/py-sqlite3dbm/Makefile
  head/devel/git-bzr-ng/Makefile
  head/devel/git-cvs/Makefile
  head/devel/git-remote-hg/Makefile
  head/devel/py-backports.shutil_which/Makefile
  head/devel/py-pybloomfiltermmap/Makefile
  head/devel/py-qserve/Makefile
  head/graphics/py-editobj/Makefile
  head/math/py-fpconst/Makefile
  head/multimedia/py-mlt/Makefile
  head/net/frr5/Makefile
  head/net/frr6/Makefile
  head/net/py-python-ntlm/Makefile
  head/security/py-halberd/Makefile
  head/sysutils/py-stdiff/Makefile
  head/textproc/py-esmre/Makefile
  head/textproc/py-pdfminer/Makefile
  head/www/py-qp/Makefile
  head/www/varnish-libvmod-awsrest/Makefile
  head/www/varnish-modules/Makefile

Modified: head/comms/chirp/Makefile
==============================================================================
--- head/comms/chirp/Makefile	Sat May  9 09:41:25 2020	(r534726)
+++ head/comms/chirp/Makefile	Sat May  9 09:57:03 2020	(r534727)
@@ -12,6 +12,9 @@ COMMENT=	Free, open-source tool for programming your a
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	Uses deprecated version of python
+EXPIRATION_DATE=	2020-09-15
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}libxml2>0:textproc/py-libxml2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}serial>0:comms/py-serial@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}gtk2>0:x11-toolkits/py-gtk2@${PY_FLAVOR}

Modified: head/comms/quisk/Makefile
==============================================================================
--- head/comms/quisk/Makefile	Sat May  9 09:41:25 2020	(r534726)
+++ head/comms/quisk/Makefile	Sat May  9 09:57:03 2020	(r534727)
@@ -12,6 +12,9 @@ COMMENT=	Software Defined Radio (SDR)
 
 LICENSE=	GPLv2
 
+DEPRECATED=	Uses deprecated version of python
+EXPIRATION_DATE=	2020-09-15
+
 BROKEN_i386=	strip: elf_update() failed: Invalid data buffer descriptor (bug#238131)
 
 LIB_DEPENDS=	libfftw3.so:math/fftw3 \

Modified: head/databases/py-sqlite3dbm/Makefile
==============================================================================
--- head/databases/py-sqlite3dbm/Makefile	Sat May  9 09:41:25 2020	(r534726)
+++ head/databases/py-sqlite3dbm/Makefile	Sat May  9 09:57:03 2020	(r534727)
@@ -11,6 +11,9 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	wen@FreeBSD.org
 COMMENT=	Sqlite-backed dictionary
 
+DEPRECATED=	Uses deprecated version of python
+EXPIRATION_DATE=	2020-09-15
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
 

Modified: head/devel/git-bzr-ng/Makefile
==============================================================================
--- head/devel/git-bzr-ng/Makefile	Sat May  9 09:41:25 2020	(r534726)
+++ head/devel/git-bzr-ng/Makefile	Sat May  9 09:57:03 2020	(r534727)
@@ -12,6 +12,9 @@ COMMENT=	Bi-directional git to bzr bridge
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Uses deprecated version of python
+EXPIRATION_DATE=	2020-09-15
+
 RUN_DEPENDS=	git:devel/git \
 		bzr:devel/bzr \
 		${PYTHON_SITELIBDIR}/bzrlib/plugins/fastimport/__init__.py:devel/bzr-fastimport

Modified: head/devel/git-cvs/Makefile
==============================================================================
--- head/devel/git-cvs/Makefile	Sat May  9 09:41:25 2020	(r534726)
+++ head/devel/git-cvs/Makefile	Sat May  9 09:57:03 2020	(r534727)
@@ -15,6 +15,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}rcsparse>0:devel/p
 
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Uses deprecated version of python
+EXPIRATION_DATE=	2020-09-15
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	ustuehler
 

Modified: head/devel/git-remote-hg/Makefile
==============================================================================
--- head/devel/git-remote-hg/Makefile	Sat May  9 09:41:25 2020	(r534726)
+++ head/devel/git-remote-hg/Makefile	Sat May  9 09:57:03 2020	(r534727)
@@ -11,6 +11,9 @@ COMMENT=	Transparent bidirectional bridge between Git 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Uses deprecated version of python
+EXPIRATION_DATE=	2020-09-15
+
 BUILD_DEPENDS=	a2x:textproc/asciidoc
 RUN_DEPENDS=	hg:devel/mercurial
 

Modified: head/devel/py-backports.shutil_which/Makefile
==============================================================================
--- head/devel/py-backports.shutil_which/Makefile	Sat May  9 09:41:25 2020	(r534726)
+++ head/devel/py-backports.shutil_which/Makefile	Sat May  9 09:57:03 2020	(r534727)
@@ -12,6 +12,9 @@ COMMENT=	Backport of shutil.which from Python 3.3
 LICENSE=	PSFL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Uses deprecated version of python
+EXPIRATION_DATE=	2020-09-15
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}backports>=0:devel/py-backports@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future@${PY_FLAVOR}

Modified: head/devel/py-pybloomfiltermmap/Makefile
==============================================================================
--- head/devel/py-pybloomfiltermmap/Makefile	Sat May  9 09:41:25 2020	(r534726)
+++ head/devel/py-pybloomfiltermmap/Makefile	Sat May  9 09:57:03 2020	(r534727)
@@ -12,6 +12,9 @@ COMMENT=	Fast Python Bloom Filter using Mmap
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Uses deprecated version of python
+EXPIRATION_DATE=	2020-09-15
+
 USES=		python:2.7 ssl
 USE_PYTHON=	autoplist distutils
 

Modified: head/devel/py-qserve/Makefile
==============================================================================
--- head/devel/py-qserve/Makefile	Sat May  9 09:41:25 2020	(r534726)
+++ head/devel/py-qserve/Makefile	Sat May  9 09:57:03 2020	(r534727)
@@ -11,6 +11,9 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	wen@FreeBSD.org
 COMMENT=	Job queue server
 
+DEPRECATED=	Uses deprecated version of python
+EXPIRATION_DATE=	2020-09-15
+
 USES=		python:2.7 zip
 USE_PYTHON=	distutils autoplist
 

Modified: head/graphics/py-editobj/Makefile
==============================================================================
--- head/graphics/py-editobj/Makefile	Sat May  9 09:41:25 2020	(r534726)
+++ head/graphics/py-editobj/Makefile	Sat May  9 09:57:03 2020	(r534727)
@@ -12,6 +12,9 @@ DISTNAME=	EditObj-${PORTVERSION}
 MAINTAINER=	acm@FreeBSD.org
 COMMENT=	Create and display a Tkinter dialog box for editing any Python object
 
+DEPRECATED=	Uses deprecated version of python
+EXPIRATION_DATE=	2020-09-15
+
 DIST_SUBDIR=	python
 USES=		python:2.7
 USE_PYTHON=	distutils

Modified: head/math/py-fpconst/Makefile
==============================================================================
--- head/math/py-fpconst/Makefile	Sat May  9 09:41:25 2020	(r534726)
+++ head/math/py-fpconst/Makefile	Sat May  9 09:57:03 2020	(r534727)
@@ -13,6 +13,9 @@ COMMENT=	Utilities for handling IEEE 754 floating poin
 
 LICENSE=	APACHE20
 
+DEPRECATED=	Uses deprecated version of python
+EXPIRATION_DATE=	2020-09-15
+
 NO_ARCH=	yes
 USES=		python:2.7
 USE_PYTHON=	distutils autoplist

Modified: head/multimedia/py-mlt/Makefile
==============================================================================
--- head/multimedia/py-mlt/Makefile	Sat May  9 09:41:25 2020	(r534726)
+++ head/multimedia/py-mlt/Makefile	Sat May  9 09:57:03 2020	(r534727)
@@ -5,6 +5,9 @@ PORTREVISION=	0
 CATEGORIES=	multimedia python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
+DEPRECATED=	Uses deprecated version of python
+EXPIRATION_DATE=	2020-09-15
+
 USES=		python:2.7 shebangfix
 USE_PYTHON=	flavors
 MASTERDIR=	${.CURDIR:H}/mlt

Modified: head/net/frr5/Makefile
==============================================================================
--- head/net/frr5/Makefile	Sat May  9 09:41:25 2020	(r534726)
+++ head/net/frr5/Makefile	Sat May  9 09:57:03 2020	(r534727)
@@ -13,6 +13,9 @@ COMMENT=	IP routing protocol suite including BGP, IS-I
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	Uses deprecated version of python
+EXPIRATION_DATE=	2020-09-15
+
 USES=		autoreconf bison compiler:c++11-lang gmake pkgconfig libtool \
 		makeinfo python:2.7,build readline
 

Modified: head/net/frr6/Makefile
==============================================================================
--- head/net/frr6/Makefile	Sat May  9 09:41:25 2020	(r534726)
+++ head/net/frr6/Makefile	Sat May  9 09:57:03 2020	(r534727)
@@ -13,6 +13,9 @@ COMMENT=	IP routing protocol suite including BGP, IS-I
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	Uses deprecated version of python
+EXPIRATION_DATE=	2020-09-15
+
 BUILD_DEPENDS=	gawk:lang/gawk
 LIB_DEPENDS=	libjson-c.so:devel/json-c
 

Modified: head/net/py-python-ntlm/Makefile
==============================================================================
--- head/net/py-python-ntlm/Makefile	Sat May  9 09:41:25 2020	(r534726)
+++ head/net/py-python-ntlm/Makefile	Sat May  9 09:57:03 2020	(r534727)
@@ -12,6 +12,9 @@ COMMENT=	Python library that provides NTLM support
 
 LICENSE=	LGPL3+
 
+DEPRECATED=	Uses deprecated version of python
+EXPIRATION_DATE=	2020-09-15
+
 USES=		python:2.7
 USE_PYTHON=	autoplist distutils
 NO_ARCH=	yes

Modified: head/security/py-halberd/Makefile
==============================================================================
--- head/security/py-halberd/Makefile	Sat May  9 09:41:25 2020	(r534726)
+++ head/security/py-halberd/Makefile	Sat May  9 09:57:03 2020	(r534727)
@@ -12,6 +12,9 @@ COMMENT=	HTTP load balancer detector written in Python
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Uses deprecated version of python
+EXPIRATION_DATE=	2020-09-15
+
 USES=		python:2.7
 USE_PYTHON=	autoplist distutils
 NO_ARCH=	yes

Modified: head/sysutils/py-stdiff/Makefile
==============================================================================
--- head/sysutils/py-stdiff/Makefile	Sat May  9 09:41:25 2020	(r534726)
+++ head/sysutils/py-stdiff/Makefile	Sat May  9 09:57:03 2020	(r534727)
@@ -9,6 +9,9 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	araujo@FreeBSD.org
 COMMENT=	Spot The Difference is a file integrity checker
 
+DEPRECATED=	Uses deprecated version of python
+EXPIRATION_DATE=	2020-09-15
+
 USES=		python:2.7
 USE_PYTHON=	distutils
 

Modified: head/textproc/py-esmre/Makefile
==============================================================================
--- head/textproc/py-esmre/Makefile	Sat May  9 09:41:25 2020	(r534726)
+++ head/textproc/py-esmre/Makefile	Sat May  9 09:57:03 2020	(r534727)
@@ -13,6 +13,9 @@ COMMENT=	Regular expression accelerator in Python
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	Uses deprecated version of python
+EXPIRATION_DATE=	2020-09-15
+
 USES=		python:2.7
 USE_PYTHON=	autoplist distutils
 

Modified: head/textproc/py-pdfminer/Makefile
==============================================================================
--- head/textproc/py-pdfminer/Makefile	Sat May  9 09:41:25 2020	(r534726)
+++ head/textproc/py-pdfminer/Makefile	Sat May  9 09:57:03 2020	(r534727)
@@ -13,6 +13,9 @@ COMMENT=	PDF parser and analyzer
 
 LICENSE=	MIT
 
+DEPRECATED=	Uses deprecated version of python
+EXPIRATION_DATE=	2020-09-15
+
 USES=		python:2.7
 USE_PYTHON=	distutils autoplist
 

Modified: head/www/py-qp/Makefile
==============================================================================
--- head/www/py-qp/Makefile	Sat May  9 09:41:25 2020	(r534726)
+++ head/www/py-qp/Makefile	Sat May  9 09:57:03 2020	(r534727)
@@ -12,6 +12,9 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Python web framework to use qpy and durus together
 
+DEPRECATED=	Uses deprecated version of python
+EXPIRATION_DATE=	2020-09-15
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}durus>=0:devel/py-durus@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}qpy>=1.7:www/py-qpy@${PY_FLAVOR}

Modified: head/www/varnish-libvmod-awsrest/Makefile
==============================================================================
--- head/www/varnish-libvmod-awsrest/Makefile	Sat May  9 09:41:25 2020	(r534726)
+++ head/www/varnish-libvmod-awsrest/Makefile	Sat May  9 09:57:03 2020	(r534727)
@@ -13,6 +13,9 @@ COMMENT=	Varnish Module (vmod) for generating headers 
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+DEPRECATED=	Uses deprecated version of python
+EXPIRATION_DATE=	2020-09-15
+
 BUILD_DEPENDS=	rst2man:textproc/py-docutils
 LIB_DEPENDS=	libmhash.so:security/mhash
 

Modified: head/www/varnish-modules/Makefile
==============================================================================
--- head/www/varnish-modules/Makefile	Sat May  9 09:41:25 2020	(r534726)
+++ head/www/varnish-modules/Makefile	Sat May  9 09:57:03 2020	(r534727)
@@ -11,6 +11,9 @@ COMMENT=	Collection of Varnish Cache modules by Varnis
 
 LICENSE=	BSD2CLAUSE
 
+DEPRECATED=	Uses deprecated version of python
+EXPIRATION_DATE=	2020-09-15
+
 BUILD_DEPENDS=	rst2man:textproc/py-docutils
 
 USES=		autoreconf:build gmake libtool pkgconfig python:2.7,build varnish



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