From owner-svn-ports-all@freebsd.org Sun Mar 4 22:25:46 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED62FF39661; Sun, 4 Mar 2018 22:25:45 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9FBC673795; Sun, 4 Mar 2018 22:25:45 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 967A91B659; Sun, 4 Mar 2018 22:25:45 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w24MPjTu013434; Sun, 4 Mar 2018 22:25:45 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w24MPjwe013431; Sun, 4 Mar 2018 22:25:45 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803042225.w24MPjwe013431@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 4 Mar 2018 22:25:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463604 - head/www/py-pywikibot X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/www/py-pywikibot X-SVN-Commit-Revision: 463604 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Mar 2018 22:25:46 -0000 Author: yuri Date: Sun Mar 4 22:25:45 2018 New Revision: 463604 URL: https://svnweb.freebsd.org/changeset/ports/463604 Log: www/py-pywikibot: Update to 3.0.20180302 Port changes: * Updated RUN_DEPENDS * Updated options with current optional run-time dependencies * Updated description Reported by: phk Approved by: tcberner (mentor, implicit) Modified: head/www/py-pywikibot/Makefile head/www/py-pywikibot/distinfo head/www/py-pywikibot/pkg-descr Modified: head/www/py-pywikibot/Makefile ============================================================================== --- head/www/py-pywikibot/Makefile Sun Mar 4 22:08:54 2018 (r463603) +++ head/www/py-pywikibot/Makefile Sun Mar 4 22:25:45 2018 (r463604) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pywikibot -DISTVERSION= 2.0rc1.post2 +DISTVERSION= 3.0.20180302 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,25 +12,37 @@ COMMENT= Wikipedia bot for Python LICENSE= MIT -RUN_DEPENDS= ${PKGNAMEPREFIX}httplib2>=0:www/py-httplib2@${FLAVOR} +RUN_DEPENDS= ${PKGNAMEPREFIX}requests>0:www/py-requests@${FLAVOR} USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes -OPTIONS_DEFINE= ISBN PYDOT MYSQL GOOGLE MWPARSE PILLOW -ISBN_DESC= Support for standard numbers and codes via stdnum package -PYDOT_DESC= Support for Graphviz via pydot module -MYSQL_DESC= Support for MySQL via oursql module -GOOGLE_DESC= Support for Google search -MWPARSE_DESC= Support for MediaWiki parser -PILLOW_DESC= Support for image processing via pillow module +OPTIONS_DEFINE= EVENTSTREAMS ISBN PYDOT GOOGLE IRC MWPARSE 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 -ISBN_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stdnum>=0:devel/py-stdnum@${FLAVOR} -PYDOT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pydot>=0:graphics/py-pydot@${FLAVOR} -MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}oursql>=0:databases/py-oursql@${FLAVOR} -GOOGLE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google>=0:www/py-google@${FLAVOR} -MWPARSE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mwparserfromhell>=0:textproc/py-mwparserfromhell@${FLAVOR} -PILLOW_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${FLAVOR} +EVENTSTREAMS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sseclient>0:www/py-sseclient@${FLAVOR} +ISBN_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stdnum>0:devel/py-stdnum@${FLAVOR} +PYDOT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pydot>0:graphics/py-pydot@${FLAVOR} +GOOGLE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google>0:www/py-google@${FLAVOR} +IRC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}irc>0:irc/py-irc@${FLAVOR} +MWPARSE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mwparserfromhell>0:textproc/py-mwparserfromhell@${FLAVOR} +PILLOW_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${FLAVOR} +MWOAUTH_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mwoauth>0:www/py-mwoauth@${FLAVOR} +HTML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${FLAVOR} -.include +.include + +.if ${PYTHON_REL} < 3000 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ipaddr>0:devel/py-ipaddr@${FLAVOR} +.endif + +.include Modified: head/www/py-pywikibot/distinfo ============================================================================== --- head/www/py-pywikibot/distinfo Sun Mar 4 22:08:54 2018 (r463603) +++ head/www/py-pywikibot/distinfo Sun Mar 4 22:25:45 2018 (r463604) @@ -1,2 +1,3 @@ -SHA256 (pywikibot-2.0rc1.post2.tar.gz) = aaa53f886ec85b7a57a62e05e8252ed0aa25cd9509fee7b234c687772615509b -SIZE (pywikibot-2.0rc1.post2.tar.gz) = 394006 +TIMESTAMP = 1520200116 +SHA256 (pywikibot-3.0.20180302.tar.gz) = 64e7eae5088d0d2a5e700bb07d1c70a6bab48adee550db776491c1912c163569 +SIZE (pywikibot-3.0.20180302.tar.gz) = 492385 Modified: head/www/py-pywikibot/pkg-descr ============================================================================== --- head/www/py-pywikibot/pkg-descr Sun Mar 4 22:08:54 2018 (r463603) +++ head/www/py-pywikibot/pkg-descr Sun Mar 4 22:25:45 2018 (r463604) @@ -1,4 +1,7 @@ The Pywikibot framework is a Python library that interfaces with the MediaWiki API version 1.14 or higher. +Also included are various general function scripts that can be adapted +for different tasks. + WWW: https://www.mediawiki.org/wiki/Pywikibot