Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jun 2023 19:32:55 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 37efd432b1e9 - main - =?utf-8?Q?math/py-amply:=20Update=200.1.5=20=E2=86=92=200.1.6?=
Message-ID:  <202306251932.35PJWtgG040930@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=37efd432b1e97fbbd79fc5d1c724049e5a07b105

commit 37efd432b1e97fbbd79fc5d1c724049e5a07b105
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-06-25 19:15:06 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-06-25 19:32:52 +0000

    math/py-amply: Update 0.1.5 → 0.1.6
    
    Reported by:    portscout
---
 math/py-amply/Makefile | 8 +++++---
 math/py-amply/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/math/py-amply/Makefile b/math/py-amply/Makefile
index fc43e7c8f0fb..26d0134bae83 100644
--- a/math/py-amply/Makefile
+++ b/math/py-amply/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	amply
-DISTVERSION=	0.1.5
+DISTVERSION=	0.1.6
 CATEGORIES=	math python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,11 +12,13 @@ LICENSE=	EPL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}docutils>=0.3:textproc/py-docutils@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyparsing>0:devel/py-pyparsing@${PY_FLAVOR}
 
 USES=		python:3.6+
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	distutils autoplist pytest
+
+TEST_ENV=	${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
 
 NO_ARCH=	yes
 
diff --git a/math/py-amply/distinfo b/math/py-amply/distinfo
index ecc286c41e4f..70402f4d2308 100644
--- a/math/py-amply/distinfo
+++ b/math/py-amply/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1650914891
-SHA256 (amply-0.1.5.tar.gz) = ad717b490b6b7055909faa195e82a4432b706f8f95854050172f42931e478426
-SIZE (amply-0.1.5.tar.gz) = 28074
+TIMESTAMP = 1687720131
+SHA256 (amply-0.1.6.tar.gz) = 61421103ccf8e1066717115fe7917610d831d551c68d31a110876a5b6c78aea4
+SIZE (amply-0.1.6.tar.gz) = 29153



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306251932.35PJWtgG040930>