Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jan 2024 08:34:31 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: 047cc33d3886 - main - textproc/py-duecredit: update 0.9.2 =?utf-8?Q?=E2=86=92?= 0.9.3
Message-ID:  <202401020834.4028YVsa094709@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=047cc33d3886a32afffb516dea8777f1ba85e1e7

commit 047cc33d3886a32afffb516dea8777f1ba85e1e7
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-02 07:09:35 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-02 08:34:26 +0000

    textproc/py-duecredit: update 0.9.2 → 0.9.3
    
    Reported by:    portscout
---
 textproc/py-duecredit/Makefile | 10 ++++++----
 textproc/py-duecredit/distinfo |  6 +++---
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/textproc/py-duecredit/Makefile b/textproc/py-duecredit/Makefile
index 417b3c90b6a6..75df6cd5f7e3 100644
--- a/textproc/py-duecredit/Makefile
+++ b/textproc/py-duecredit/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	duecredit
-DISTVERSION=	0.9.2
+DISTVERSION=	0.9.3
 CATEGORIES=	textproc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,11 +12,13 @@ LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}citeproc-py>=0.4:textproc/py-citeproc-py@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	distutils concurrent autoplist
+USE_PYTHON=	distutils concurrent autoplist pytest
+
+TEST_ENV=	${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
+
 NO_ARCH=	yes
 
 .include <bsd.port.mk>
diff --git a/textproc/py-duecredit/distinfo b/textproc/py-duecredit/distinfo
index 12089c50449c..a7f101f44762 100644
--- a/textproc/py-duecredit/distinfo
+++ b/textproc/py-duecredit/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1675622778
-SHA256 (duecredit-0.9.2.tar.gz) = 0e0fd87e9e46ce6c94308e9f780c203fe836d89628404f8bf5af96a7457bed1c
-SIZE (duecredit-0.9.2.tar.gz) = 80998
+TIMESTAMP = 1704179024
+SHA256 (duecredit-0.9.3.tar.gz) = f8378ea90d11f9752592e487c92163da80d9a9ff39993eb83c08bf2ed4eca372
+SIZE (duecredit-0.9.3.tar.gz) = 80753



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