svn commit: r463600 - in head/www: . py-mwoauth

Yuri Victorovich yuri at FreeBSD.org
Sun Mar 4 21:21:01 UTC 2018


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 at 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 <bsd.port.mk>

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


More information about the svn-ports-head mailing list