mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
devel/py-mock: Update version 3.0.5=>4.0.3
Relnotes: https://github.com/testing-cabal/mock/releases/tag/4.0.3
This commit is contained in:
parent
05c57771d4
commit
a8b2b1161d
2 changed files with 5 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: jessekempf@gmail.com
|
||||
|
||||
PORTNAME= mock
|
||||
PORTVERSION= 3.0.5
|
||||
PORTVERSION= 4.0.3
|
||||
CATEGORIES= devel python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
|
@ -11,17 +11,15 @@ COMMENT= Rolling backport of unittest.mock for all Pythons
|
|||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USE_GITHUB= yes # tests not packages in PyPI sdist
|
||||
GH_ACCOUNT= testing-cabal
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
GH_ACCOUNT= testing-cabal
|
||||
|
||||
do-test:
|
||||
@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -o addopts=
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1572976175
|
||||
SHA256 (testing-cabal-mock-3.0.5_GH0.tar.gz) = ff286cec703de8770f735269575ecb7d1c937b8851eba8de94d800df084e627c
|
||||
SIZE (testing-cabal-mock-3.0.5_GH0.tar.gz) = 67887
|
||||
TIMESTAMP = 1647072100
|
||||
SHA256 (testing-cabal-mock-4.0.3_GH0.tar.gz) = a6b89933b91a7cce566a999f29914e97e7e6d0002dff7fe2636d9b0028fcfa6d
|
||||
SIZE (testing-cabal-mock-4.0.3_GH0.tar.gz) = 80318
|
||||
|
|
Loading…
Add table
Reference in a new issue