aboutsummaryrefslogtreecommitdiff
path: root/www/py-MechanicalSoup
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-08-30 00:03:45 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-08-30 00:03:45 +0000
commite8dbe9c6eea0603e39b44f5e32401b4452400561 (patch)
tree3dc395d7ccf41c2d97457182dbe533a2256b026f /www/py-MechanicalSoup
parent018a65f5f7491f3a593e03b71ae08654c9e47cd3 (diff)
downloadports-e8dbe9c6eea0603e39b44f5e32401b4452400561.tar.gz
ports-e8dbe9c6eea0603e39b44f5e32401b4452400561.zip
Notes
Diffstat (limited to 'www/py-MechanicalSoup')
-rw-r--r--www/py-MechanicalSoup/Makefile6
-rw-r--r--www/py-MechanicalSoup/distinfo6
-rw-r--r--www/py-MechanicalSoup/pkg-descr7
3 files changed, 9 insertions, 10 deletions
diff --git a/www/py-MechanicalSoup/Makefile b/www/py-MechanicalSoup/Makefile
index 76774a96904f..0b648e5a8f7a 100644
--- a/www/py-MechanicalSoup/Makefile
+++ b/www/py-MechanicalSoup/Makefile
@@ -2,18 +2,18 @@
# $FreeBSD$
PORTNAME= MechanicalSoup
-PORTVERSION= 0.11.0
+PORTVERSION= 0.12.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= python@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python library for automating interaction with websites
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4:www/py-beautifulsoup@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.4:www/py-beautifulsoup@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six@${PY_FLAVOR}
diff --git a/www/py-MechanicalSoup/distinfo b/www/py-MechanicalSoup/distinfo
index 1de92a392872..346ae1127328 100644
--- a/www/py-MechanicalSoup/distinfo
+++ b/www/py-MechanicalSoup/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1536763627
-SHA256 (MechanicalSoup-0.11.0.tar.gz) = 2712ec0f3087cbc719c6c3dfb317a05800ff14fcdbfa67a2f9f6e07226e7a94c
-SIZE (MechanicalSoup-0.11.0.tar.gz) = 43088
+TIMESTAMP = 1567087903
+SHA256 (MechanicalSoup-0.12.0.tar.gz) = 39a60627a97981869251837b8bd082485f2f681df8a3315836ffaa74663627bd
+SIZE (MechanicalSoup-0.12.0.tar.gz) = 44505
diff --git a/www/py-MechanicalSoup/pkg-descr b/www/py-MechanicalSoup/pkg-descr
index 49a78f4eef91..67b86e1ac8bb 100644
--- a/www/py-MechanicalSoup/pkg-descr
+++ b/www/py-MechanicalSoup/pkg-descr
@@ -1,6 +1,5 @@
-MechanicalSoup is a Python library for automating interaction with
-websites. It automatically stores and sends cookies, follows redirects,
-and can follow links and submit forms. Javascript is not supported at
-the Moment.
+MechanicalSoup is a Python library for automating interaction with websites. It
+automatically stores and sends cookies, follows redirects, and can follow links
+and submit forms. It doesn't do JavaScript.
WWW: https://github.com/MechanicalSoup/MechanicalSoup