Update to 3.0.2
This commit is contained in:
parent
d2a192b8ff
commit
4a72881161
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=511700
3 changed files with 14 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= wapiti
|
PORTNAME= wapiti
|
||||||
PORTVERSION= 3.0.1
|
PORTVERSION= 3.0.2
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -15,7 +15,7 @@ LICENSE= GPLv2
|
||||||
|
|
||||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR} \
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}html5lib>=0:www/py-html5lib@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}tld>=0:dns/py-tld@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}tld>=0:dns/py-tld@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}yaswfp>=0:graphics/py-yaswfp@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}yaswfp>=0:graphics/py-yaswfp@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}mako>=0:textproc/py-mako@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}mako>=0:textproc/py-mako@${PY_FLAVOR} \
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1554896146
|
TIMESTAMP = 1567689735
|
||||||
SHA256 (wapiti3-3.0.1.tar.gz) = bbb8c8f572afe77319734489a6ca0b211df4b87ad294db79b8bf0bda1c5aff29
|
SHA256 (wapiti3-3.0.2.tar.gz) = df86cab9f66c7794cab54fede16029056a764f5da565b2695524f9bd2bc9a384
|
||||||
SIZE (wapiti3-3.0.1.tar.gz) = 530486
|
SIZE (wapiti3-3.0.2.tar.gz) = 561658
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- setup.py.orig 2018-05-11 13:42:27 UTC
|
--- setup.py.orig 2019-09-04 12:31:34 UTC
|
||||||
+++ setup.py
|
+++ setup.py
|
||||||
@@ -23,7 +23,7 @@ doc_and_conf_files = [
|
@@ -50,7 +50,7 @@ doc_and_conf_files = [
|
||||||
]
|
]
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
|
@ -9,3 +9,10 @@
|
||||||
[
|
[
|
||||||
"doc/wapiti.1",
|
"doc/wapiti.1",
|
||||||
"doc/wapiti-getcookie.1"
|
"doc/wapiti-getcookie.1"
|
||||||
|
@@ -122,6 +122,5 @@ if a script is vulnerable.""",
|
||||||
|
},
|
||||||
|
# https://buildmedia.readthedocs.org/media/pdf/pytest/3.6.0/pytest.pdf
|
||||||
|
tests_require=["pytest", "responses"],
|
||||||
|
- setup_requires=["pytest-runner"],
|
||||||
|
cmdclass={"test": PyTest}
|
||||||
|
)
|
||||||
|
|
Loading…
Reference in a new issue