httpstat: Undeprecate and mark py3-compatible

httpstat is py3-compatible, see https://github.com/reorx/httpstat
This commit is contained in:
Adam Weinberger 2020-06-16 05:30:48 +00:00
parent 6a81113c7a
commit 42344d01bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=539322

View file

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