Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Mar 2021 16:36:39 +0000 (UTC)
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r569483 - head/comms/py-lirc
Message-ID:  <202103291636.12TGadsD018528@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Mon Mar 29 16:36:39 2021
New Revision: 569483
URL: https://svnweb.freebsd.org/changeset/ports/569483

Log:
  comms/py-lirc: Mark as DEPRECATED
  
  * The package isn't compatible with Python 3 and has not received any
    updates by upstream for more than 15 years.
  
  PR:		254271, 253815 (related)
  Approved by:	maintainer timeout (14 days)

Modified:
  head/comms/py-lirc/Makefile

Modified: head/comms/py-lirc/Makefile
==============================================================================
--- head/comms/py-lirc/Makefile	Mon Mar 29 16:28:16 2021	(r569482)
+++ head/comms/py-lirc/Makefile	Mon Mar 29 16:36:39 2021	(r569483)
@@ -12,6 +12,9 @@ DISTNAME=	pylirc-${PORTVERSION}
 MAINTAINER=	lewiz@compsoc.man.ac.uk
 COMMENT=	Lirc support library for Python
 
+DEPRECATED=	No longer maintained and not compatible with Python 3
+EXPIRATION_DATE=	2021-04-15
+
 LIB_DEPENDS=	liblirc_client.so:comms/lirc
 
 CFLAGS+=	-I${LOCALBASE}/include



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