Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jun 2020 08:41:51 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r540426 - in head/www: . py-betamax
Message-ID:  <202006260841.05Q8fpGk062682@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jun 26 08:41:51 2020
New Revision: 540426
URL: https://svnweb.freebsd.org/changeset/ports/540426

Log:
  Add py-betamax 0.8.1
  
  Betamax is a VCR imitation for requests. This will make mocking out requests
  much easier.
  
  WWW: https://github.com/betamaxpy/betamax

Added:
  head/www/py-betamax/
  head/www/py-betamax/Makefile   (contents, props changed)
  head/www/py-betamax/distinfo   (contents, props changed)
  head/www/py-betamax/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Fri Jun 26 08:41:45 2020	(r540425)
+++ head/www/Makefile	Fri Jun 26 08:41:51 2020	(r540426)
@@ -1415,6 +1415,7 @@
     SUBDIR += py-beautifulsoup
     SUBDIR += py-beautifulsoup32
     SUBDIR += py-beautifulsoup448
+    SUBDIR += py-betamax
     SUBDIR += py-biscuits
     SUBDIR += py-bjoern
     SUBDIR += py-bleach

Added: head/www/py-betamax/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-betamax/Makefile	Fri Jun 26 08:41:51 2020	(r540426)
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	betamax
+PORTVERSION=	0.8.1
+CATEGORIES=	www python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	VCR imitation for python-requests
+
+LICENSE=	APACHE20
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=2.0:www/py-requests@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/www/py-betamax/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-betamax/distinfo	Fri Jun 26 08:41:51 2020	(r540426)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1593061776
+SHA256 (betamax-0.8.1.tar.gz) = 5bf004ceffccae881213fb722f34517166b84a34919b92ffc14d1dbd050b71c2
+SIZE (betamax-0.8.1.tar.gz) = 77526

Added: head/www/py-betamax/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-betamax/pkg-descr	Fri Jun 26 08:41:51 2020	(r540426)
@@ -0,0 +1,4 @@
+Betamax is a VCR imitation for requests. This will make mocking out requests
+much easier.
+
+WWW: https://github.com/betamaxpy/betamax



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006260841.05Q8fpGk062682>