Date: Sat, 19 Dec 2020 20:25:41 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558675 - head/www/py-httpretty Message-ID: <202012192025.0BJKPf9E029613@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Dec 19 20:25:41 2020 New Revision: 558675 URL: https://svnweb.freebsd.org/changeset/ports/558675 Log: Update to 1.0.3 - Add LICENSE_FILE - Add NO_ARCH - Update WWW Changes: https://github.com/gabrielfalcao/HTTPretty/blob/master/docs/source/changelog.rst Modified: head/www/py-httpretty/Makefile head/www/py-httpretty/distinfo head/www/py-httpretty/pkg-descr Modified: head/www/py-httpretty/Makefile ============================================================================== --- head/www/py-httpretty/Makefile Sat Dec 19 20:25:35 2020 (r558674) +++ head/www/py-httpretty/Makefile Sat Dec 19 20:25:41 2020 (r558675) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= httpretty -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +11,11 @@ MAINTAINER= python@FreeBSD.org COMMENT= HTTP client mocking tool for Python LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING USES= python:3.6+ USE_PYTHON= autoplist distutils + +NO_ARCH= yes .include <bsd.port.mk> Modified: head/www/py-httpretty/distinfo ============================================================================== --- head/www/py-httpretty/distinfo Sat Dec 19 20:25:35 2020 (r558674) +++ head/www/py-httpretty/distinfo Sat Dec 19 20:25:41 2020 (r558675) @@ -1,3 +1,3 @@ -TIMESTAMP = 1585228470 -SHA256 (httpretty-1.0.2.tar.gz) = 24a6fd2fe1c76e94801b74db8f52c0fb42718dc4a199a861b305b1a492b9d868 -SIZE (httpretty-1.0.2.tar.gz) = 399185 +TIMESTAMP = 1608366380 +SHA256 (httpretty-1.0.3.tar.gz) = 9335cbd8f38745e0e2dc4755d8932a77d378d93e15804969504b1e6b568d613c +SIZE (httpretty-1.0.3.tar.gz) = 411707 Modified: head/www/py-httpretty/pkg-descr ============================================================================== --- head/www/py-httpretty/pkg-descr Sat Dec 19 20:25:35 2020 (r558674) +++ head/www/py-httpretty/pkg-descr Sat Dec 19 20:25:41 2020 (r558675) @@ -1,4 +1,4 @@ HTTP client mocking tool for Python. Provides a full fake TCP socket module. Inspired by FakeWeb. -WWW: https://pypi.org/project/httpretty/ +WWW: https://github.com/gabrielfalcao/HTTPretty
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012192025.0BJKPf9E029613>