Skip to content

Commit

Permalink
www/py-pywikibot: Update 7.7.2 → 8.0.0
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Feb 28, 2023
1 parent 43561af commit f623531
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
9 changes: 4 additions & 5 deletions www/py-pywikibot/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pywikibot
DISTVERSION= 7.7.2
DISTVERSION= 8.0.0
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,21 +11,21 @@ WWW= https://www.mediawiki.org/wiki/Pywikibot
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.20.1:www/py-requests@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mwparserfromhell>0:textproc/py-mwparserfromhell@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.20.1:www/py-requests@${PY_FLAVOR}

USES= dos2unix python:3.5+
DOS2UNIX_FILES= setup.py
USE_PYTHON= autoplist distutils

NO_ARCH= yes

OPTIONS_DEFINE= EVENTSTREAMS ISBN PYDOT GOOGLE IRC MWPARSE PILLOW MWOAUTH HTML
OPTIONS_DEFINE= EVENTSTREAMS ISBN PYDOT GOOGLE IRC PILLOW MWOAUTH HTML
EVENTSTREAMS_DESC= Support for reading Server Sent Event streams
ISBN_DESC= Support for standard numbers and codes via stdnum package
PYDOT_DESC= Support for Graphviz via pydot module
GOOGLE_DESC= Support for Google search
IRC_DESC= Support for IRC
MWPARSE_DESC= Support for MediaWiki parser
PILLOW_DESC= Support for image processing via pillow module
MWOAUTH_DESC= Support for MediaWiki OAuth handshake helper
HTML_DESC= Support for HTML/XML Parser for Python
Expand All @@ -35,7 +35,6 @@ ISBN_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stdnum>0:devel/py-stdnum@${PY_FLAVOR}
PYDOT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pydot>0:graphics/py-pydot@${PY_FLAVOR}
GOOGLE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google>0:www/py-google@${PY_FLAVOR}
IRC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}irc>0:irc/py-irc@${PY_FLAVOR}
MWPARSE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mwparserfromhell>0:textproc/py-mwparserfromhell@${PY_FLAVOR}
PILLOW_RUN_DEPENDS= ${PY_PILLOW}
MWOAUTH_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mwoauth>0:www/py-mwoauth@${PY_FLAVOR}
HTML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR}
Expand Down
6 changes: 3 additions & 3 deletions www/py-pywikibot/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1670188437
SHA256 (pywikibot-7.7.2.tar.gz) = 0367ce34538ad4a61d87430a6330375a126e5ac7ab3624de14e3b3c7295b295a
SIZE (pywikibot-7.7.2.tar.gz) = 590927
TIMESTAMP = 1677560661
SHA256 (pywikibot-8.0.0.tar.gz) = 6740a43d0a53690e26b4df4f6e697d2bf8b95170c954013c41253cb8d0f63c4b
SIZE (pywikibot-8.0.0.tar.gz) = 598849

0 comments on commit f623531

Please sign in to comment.