diff --git a/ports-mgmt/reprise/Makefile b/ports-mgmt/reprise/Makefile index a69728faabe1..bdb9261bb86a 100644 --- a/ports-mgmt/reprise/Makefile +++ b/ports-mgmt/reprise/Makefile @@ -1,39 +1,40 @@ PORTNAME= reprise -PORTVERSION= 0.2.0 +PORTVERSION= 0.3.0 CATEGORIES= ports-mgmt python MAINTAINER= amdmi3@FreeBSD.org COMMENT= Port testing system LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonslicer>=0:textproc/py-jsonslicer@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=0:www/py-aiohttp@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jsonslicer>=0:textproc/py-jsonslicer@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}termcolor>=0:devel/py-termcolor@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0:devel/py-pytest-asyncio@${PY_FLAVOR} USES= python USE_GITHUB= yes GH_ACCOUNT= AMDmi3 USE_PYTHON= autoplist distutils noflavors NO_ARCH= yes PORTDOCS= * OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/CHANGELOG.md ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}/ do-test: @cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs .include .if ${PYTHON_REL} < 31000 IGNORE= needs python 3.10+, but newest python versions are disabled in the ports by default, so please build with DEFAULT_VERSIONS+=python=3.10 python3=3.10 .endif .include diff --git a/ports-mgmt/reprise/distinfo b/ports-mgmt/reprise/distinfo index 53e2b479e4ae..0c3bf9267520 100644 --- a/ports-mgmt/reprise/distinfo +++ b/ports-mgmt/reprise/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1649967481 -SHA256 (AMDmi3-reprise-0.2.0_GH0.tar.gz) = 095bfde553d0698116814cc19e23fda4da19f342e50dde3b89c677ca019ce3bd -SIZE (AMDmi3-reprise-0.2.0_GH0.tar.gz) = 34306 +TIMESTAMP = 1650541830 +SHA256 (AMDmi3-reprise-0.3.0_GH0.tar.gz) = c94f512f7aa34c6ef19a48746ad219ac126cb1475bbb2607b33a7b8e98d22067 +SIZE (AMDmi3-reprise-0.3.0_GH0.tar.gz) = 69430