mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
databases/py-minidb: Update to 2.0.4
* Update the TEST_DEPENDS and adjust output of test suite to give a summary about skipped tests as well. Changelog: https://github.com/thp/minidb/compare/2.0.2...2.0.4
This commit is contained in:
parent
b2088dc7b7
commit
660a9b7ef5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=534042
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= minidb
|
||||
DISTVERSION= 2.0.2
|
||||
DISTVERSION= 2.0.4
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -12,8 +12,7 @@ COMMENT= Simple SQLite3-based store for Python objects
|
||||
LICENSE= ISCL
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.3+
|
||||
USE_PYTHON= distutils autoplist
|
||||
@ -21,6 +20,6 @@ USE_PYTHON= distutils autoplist
|
||||
NO_ARCH= yes
|
||||
|
||||
do-test:
|
||||
@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v
|
||||
@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1558316699
|
||||
SHA256 (minidb-2.0.2.tar.gz) = 43d59231556e9ed43d88c8c1ffcca30886b4db6436625599eeeb22bb9f74ab2b
|
||||
SIZE (minidb-2.0.2.tar.gz) = 13928
|
||||
TIMESTAMP = 1588621078
|
||||
SHA256 (minidb-2.0.4.tar.gz) = c1c62be076a1e4bb9dd880504dd81a3e7e027b7657e8a54a83c5a2727f09520a
|
||||
SIZE (minidb-2.0.4.tar.gz) = 14104
|
||||
|
Loading…
Reference in New Issue
Block a user