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
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-12-19 20:25:41 +00:00
parent 781ac30933
commit 8b2e10a885
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558675
3 changed files with 8 additions and 5 deletions

View file

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

View file

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

View file

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