Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2020 05:30:49 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r539322 - head/net/py-httpstat
Message-ID:  <202006160530.05G5UnYm096848@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Tue Jun 16 05:30:48 2020
New Revision: 539322
URL: https://svnweb.freebsd.org/changeset/ports/539322

Log:
  httpstat: Undeprecate and mark py3-compatible
  
  httpstat is py3-compatible, see https://github.com/reorx/httpstat

Modified:
  head/net/py-httpstat/Makefile

Modified: head/net/py-httpstat/Makefile
==============================================================================
--- head/net/py-httpstat/Makefile	Tue Jun 16 04:42:03 2020	(r539321)
+++ head/net/py-httpstat/Makefile	Tue Jun 16 05:30:48 2020	(r539322)
@@ -12,12 +12,9 @@ COMMENT=	Curl statistics made simple
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-DEPRECATED=	Uses deprecated version of python
-EXPIRATION_DATE=	2020-08-15
-
 RUN_DEPENDS=	curl:ftp/curl
 
-USES=		python:2.7
+USES=		python
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	reorx



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