From owner-svn-ports-head@freebsd.org Sun Mar 4 21:21:01 2018 Return-Path: Delivered-To: svn-ports-head@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 5BBA0F34585; Sun, 4 Mar 2018 21:21:01 +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 0F63970B6C; Sun, 4 Mar 2018 21:21:01 +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 0A4FB1AB4D; Sun, 4 Mar 2018 21:21:01 +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 w24LL0LN078487; Sun, 4 Mar 2018 21:21:00 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w24LL088078483; Sun, 4 Mar 2018 21:21:00 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803042121.w24LL088078483@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 21:21:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463600 - in head/www: . py-mwoauth X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/www: . py-mwoauth X-SVN-Commit-Revision: 463600 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Mar 2018 21:21:01 -0000 Author: yuri Date: Sun Mar 4 21:21:00 2018 New Revision: 463600 URL: https://svnweb.freebsd.org/changeset/ports/463600 Log: New port: www/py-mwoauth: Generic MediaWiki OAuth handshake helper Approved by: tcberner (mentor, implicit) Added: head/www/py-mwoauth/ head/www/py-mwoauth/Makefile (contents, props changed) head/www/py-mwoauth/distinfo (contents, props changed) head/www/py-mwoauth/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Mar 4 19:57:25 2018 (r463599) +++ head/www/Makefile Sun Mar 4 21:21:00 2018 (r463600) @@ -1725,6 +1725,7 @@ SUBDIR += py-meld3 SUBDIR += py-mt SUBDIR += py-multidict + SUBDIR += py-mwoauth SUBDIR += py-nevow SUBDIR += py-notebook SUBDIR += py-pafy Added: head/www/py-mwoauth/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-mwoauth/Makefile Sun Mar 4 21:21:00 2018 (r463600) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= mwoauth +DISTVERSION= 0.3.2 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Generic MediaWiki OAuth handshake helper + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}oauthlib>0:security/py-oauthlib@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyjwt>0:www/py-pyjwt@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>0:www/py-requests-oauthlib@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include Added: head/www/py-mwoauth/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-mwoauth/distinfo Sun Mar 4 21:21:00 2018 (r463600) @@ -0,0 +1,3 @@ +TIMESTAMP = 1520197335 +SHA256 (mwoauth-0.3.2.tar.gz) = 72abdbda5f52f6c819ff045b67b42fd77712f7392cdb1ffe19bf0452caf938cf +SIZE (mwoauth-0.3.2.tar.gz) = 9493 Added: head/www/py-mwoauth/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-mwoauth/pkg-descr Sun Mar 4 21:21:00 2018 (r463600) @@ -0,0 +1,5 @@ +mwoauth is an open licensed (MIT) library designed to provide a simple means +to performing an OAuth handshake with a MediaWiki installation with the OAuth +Extension installed. + +WWW: https://github.com/mediawiki-utilities/python-mwoauth