diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-09-12 22:57:32 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-09-12 22:57:32 +0000 |
commit | a9fab706e19ab7ebb5a5c820950a54728defddbc (patch) | |
tree | 1f91a07102cf9bc5153a10e212c8b61f4dcbcd52 /www | |
parent | 8b4f21c49f107cb59d707d3aa9415c83246f11da (diff) | |
download | ports-a9fab706e19ab7ebb5a5c820950a54728defddbc.tar.gz ports-a9fab706e19ab7ebb5a5c820950a54728defddbc.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/py-MechanicalSoup/Makefile | 13 | ||||
-rw-r--r-- | www/py-MechanicalSoup/distinfo | 6 |
2 files changed, 9 insertions, 10 deletions
diff --git a/www/py-MechanicalSoup/Makefile b/www/py-MechanicalSoup/Makefile index 622f30dbc8fe..76774a96904f 100644 --- a/www/py-MechanicalSoup/Makefile +++ b/www/py-MechanicalSoup/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= MechanicalSoup -PORTVERSION= 0.10.0 -DISTVERSIONPREFIX= v +PORTVERSION= 0.11.0 CATEGORIES= www python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org @@ -13,19 +13,18 @@ COMMENT= Python library for automating interaction with websites LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.11:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.10:devel/py-six@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}requests>=2.0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-mock>=0:devel/py-pytest-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests-mock>=0:www/py-requests-mock@${PY_FLAVOR} -NO_ARCH= yes USES= python -USE_GITHUB= yes USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes + .include <bsd.port.mk> diff --git a/www/py-MechanicalSoup/distinfo b/www/py-MechanicalSoup/distinfo index d4578363f2bb..1de92a392872 100644 --- a/www/py-MechanicalSoup/distinfo +++ b/www/py-MechanicalSoup/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1517724655 -SHA256 (MechanicalSoup-MechanicalSoup-v0.10.0_GH0.tar.gz) = 61ada60a96024ab82b823c640a226c4c852a96be7f7d0075dad627a2509f9114 -SIZE (MechanicalSoup-MechanicalSoup-v0.10.0_GH0.tar.gz) = 40111 +TIMESTAMP = 1536763627 +SHA256 (MechanicalSoup-0.11.0.tar.gz) = 2712ec0f3087cbc719c6c3dfb317a05800ff14fcdbfa67a2f9f6e07226e7a94c +SIZE (MechanicalSoup-0.11.0.tar.gz) = 43088 |