Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Aug 2023 05:13:58 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: c252bcb94410 - main - finance/py-pandas-market-calendars: update 4.1.4 =?utf-8?Q?=E2=86=92?= 4.2.1
Message-ID:  <202308230513.37N5DwGB096357@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=c252bcb94410497096d491f9b2cc4413d1ccc0e3

commit c252bcb94410497096d491f9b2cc4413d1ccc0e3
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-08-23 04:39:53 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-08-23 05:13:47 +0000

    finance/py-pandas-market-calendars: update 4.1.4 → 4.2.1
    
    Reported by:    portscout
---
 finance/py-pandas-market-calendars/Makefile | 9 +++++----
 finance/py-pandas-market-calendars/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/finance/py-pandas-market-calendars/Makefile b/finance/py-pandas-market-calendars/Makefile
index b23706bdef87..bf94deca6a07 100644
--- a/finance/py-pandas-market-calendars/Makefile
+++ b/finance/py-pandas-market-calendars/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	pandas-market-calendars
 DISTVERSIONPREFIX=	v
-DISTVERSION=	4.1.4
-PORTREVISION=	1
+DISTVERSION=	4.2.1
 CATEGORIES=	finance python
 #MASTER_SITES=	PYPI # no tests
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,11 +17,13 @@ PY_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}exchange-calendars>=3.3:finance/py-exchange-calendars@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pandas>=1.1:math/py-pandas@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR}
-BUILD_DEPENDS=	${PY_DEPENDS}
+BUILD_DEPENDS=	${PY_SETUPTOOLS} \
+		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} \
+		${PY_DEPENDS}
 RUN_DEPENDS=	${PY_DEPENDS}
 
 USES=		python
-USE_PYTHON=	distutils autoplist pytest
+USE_PYTHON=	pep517 autoplist pytest # 4 tests fail, see https://github.com/rsheftel/pandas_market_calendars/issues/275
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	rsheftel
diff --git a/finance/py-pandas-market-calendars/distinfo b/finance/py-pandas-market-calendars/distinfo
index 8a3849d0f1f6..0294422cfbb4 100644
--- a/finance/py-pandas-market-calendars/distinfo
+++ b/finance/py-pandas-market-calendars/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1675621066
-SHA256 (rsheftel-pandas_market_calendars-v4.1.4_GH0.tar.gz) = d62cdc75075df54d583f37d5b4d705c620373e92df96ccb3ab83bcdbd7820c00
-SIZE (rsheftel-pandas_market_calendars-v4.1.4_GH0.tar.gz) = 210300
+TIMESTAMP = 1692764191
+SHA256 (rsheftel-pandas_market_calendars-v4.2.1_GH0.tar.gz) = 6e2c9b2532d08ebb185ef7df7e768f1058600399194525baa242de917413a26b
+SIZE (rsheftel-pandas_market_calendars-v4.2.1_GH0.tar.gz) = 207462



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