Skip to content

Commit

Permalink
devel/py-btest: Update to 0.68 and switch to github
Browse files Browse the repository at this point in the history
Changes since 0.67:

 - Preserve CRLF line-terminators in test files

PR:		256799
Approved by:	mshirk@daemon-security.com (maintainer)
  • Loading branch information
leres committed Jun 25, 2021
1 parent d61cfa2 commit 5cc231c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
7 changes: 5 additions & 2 deletions devel/py-btest/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PORTNAME= btest
DISTVERSION= 0.67
DISTVERSIONPREFIX= v
DISTVERSION= 0.68
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= mshirk@daemon-security.com
Expand All @@ -11,8 +11,11 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING

USES= python:3.6+
USE_GITHUB= yes
USE_PYTHON= distutils autoplist concurrent

GH_ACCOUNT= zeek

NO_ARCH= YES

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions devel/py-btest/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1614215145
SHA256 (btest-0.67.tar.gz) = 1df5b1462b62efba6c718d8aa09b1d566cc18e93f50f84132fe96326c40305c1
SIZE (btest-0.67.tar.gz) = 88987
TIMESTAMP = 1624495624
SHA256 (zeek-btest-v0.68_GH0.tar.gz) = b663dbc8582a1737be3854b41a8e377607bb1bd410434b75916f4e3423b67bda
SIZE (zeek-btest-v0.68_GH0.tar.gz) = 83118
16 changes: 8 additions & 8 deletions devel/py-btest/pkg-descr
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
The btest is a simple framework for writing unit tests. Freely
borrowing some ideas from other packages, it's main objective is to
BTest is a powerful framework for writing system tests. Freely
borrowing some ideas from other packages, its main objective is to
provide an easy-to-use, straightforward driver for a suite of
shell-based tests. Each test consists of a set of command lines that
will be executed, and success is determined based on their exit
codes. btest comes with some additional tools that can be used
within such tests to compare output against a previously established
baseline.
shell-based tests. Each test consists of a set of command lines
that will be executed, and success is determined based on their
exit codes. btest comes with some additional tools that can be used
within such tests to robustly compare output against a previously
established baseline.

WWW: https://github.com/bro/btest/
WWW: https://github.com/zeek/btest/

0 comments on commit 5cc231c

Please sign in to comment.