svn commit: r569483 - head/comms/py-lirc

Kai Knoblich kai at FreeBSD.org
Mon Mar 29 16:36:40 UTC 2021


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 at 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


More information about the svn-ports-head mailing list