mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
databases/py-minidb: Update to 2.0.7
* Switch to USE_PYTHON=pytest while I'm here. Changelog: https://github.com/thp/minidb/compare/2.0.6...2.0.7
This commit is contained in:
parent
febc1f60a0
commit
da792bf360
2 changed files with 5 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= minidb
|
||||
DISTVERSION= 2.0.6
|
||||
DISTVERSION= 2.0.7
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -11,16 +11,12 @@ WWW= https://github.com/thp/minidb
|
|||
LICENSE= ISCL
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.3+
|
||||
USE_PYTHON= distutils autoplist
|
||||
USE_PYTHON= autoplist distutils pytest
|
||||
|
||||
TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
do-test:
|
||||
@cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1645348510
|
||||
SHA256 (minidb-2.0.6.tar.gz) = 8bf0aca9b89cb1e8b7bfd8ad8b5a7208bd2fb046e343b3d656ea00f8bcfd6f5e
|
||||
SIZE (minidb-2.0.6.tar.gz) = 12019
|
||||
TIMESTAMP = 1671614230
|
||||
SHA256 (minidb-2.0.7.tar.gz) = 339fd231e3b34daecd3160946e0141585666ac57583882a14c4c69e597accca1
|
||||
SIZE (minidb-2.0.7.tar.gz) = 12282
|
||||
|
|
Loading…
Add table
Reference in a new issue