Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jan 2020 08:27:11 +0000 (UTC)
From:      Alex Dupre <ale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r522866 - head/www/py-httpie
Message-ID:  <202001130827.00D8RBfQ046847@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ale
Date: Mon Jan 13 08:27:10 2020
New Revision: 522866
URL: https://svnweb.freebsd.org/changeset/ports/522866

Log:
  Update to 2.0.0 release and drop support for python 2.7.

Modified:
  head/www/py-httpie/Makefile
  head/www/py-httpie/distinfo

Modified: head/www/py-httpie/Makefile
==============================================================================
--- head/www/py-httpie/Makefile	Mon Jan 13 08:26:17 2020	(r522865)
+++ head/www/py-httpie/Makefile	Mon Jan 13 08:27:10 2020	(r522866)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	httpie
-PORTVERSION=	1.0.3
+PORTVERSION=	2.0.0
 CATEGORIES=	www
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -12,10 +12,10 @@ COMMENT=	Command line HTTP client
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=2.11.0:www/py-requests@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pygments>=2.1.3:textproc/py-pygments@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=2.22.0:www/py-requests@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pygments>=2.5.2:textproc/py-pygments@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.6+
 USE_PYTHON=	distutils autoplist
 
 USE_GITHUB=	yes

Modified: head/www/py-httpie/distinfo
==============================================================================
--- head/www/py-httpie/distinfo	Mon Jan 13 08:26:17 2020	(r522865)
+++ head/www/py-httpie/distinfo	Mon Jan 13 08:27:10 2020	(r522866)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1566824748
-SHA256 (jakubroztocil-httpie-1.0.3_GH0.tar.gz) = ecfb1ecdfd1468100bd9ffecebe1bea6d7d72c72149ea91f3d0112dc8ef03c7a
-SIZE (jakubroztocil-httpie-1.0.3_GH0.tar.gz) = 1745537
+TIMESTAMP = 1578902674
+SHA256 (jakubroztocil-httpie-2.0.0_GH0.tar.gz) = 92ebdced5620ab56fd9f24e494c7c97eb0afee0f03a55bee41f773395c59dc5c
+SIZE (jakubroztocil-httpie-2.0.0_GH0.tar.gz) = 1752529



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