pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-pandera: remove Python < 3.8 support



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Fri Aug 16 20:12:28 2024 +0200
Changeset:	4487bb065730828f713dfbd0c8a6cfcb5eaaf810

Modified Files:
	py-pandera/Makefile
	py-pandera/distinfo

Log Message:
py-pandera: remove Python < 3.8 support

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4487bb065730828f713dfbd0c8a6cfcb5eaaf810

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-pandera/Makefile | 11 ++---------
 py-pandera/distinfo |  2 +-
 2 files changed, 3 insertions(+), 10 deletions(-)

diffs:
diff --git a/py-pandera/Makefile b/py-pandera/Makefile
index 5aea06af4d..68293514ba 100644
--- a/py-pandera/Makefile
+++ b/py-pandera/Makefile
@@ -10,8 +10,6 @@ HOMEPAGE=	https://github.com/pandera-dev/pandera
 COMMENT=	Flexible validation package for pandas data structures
 LICENSE=	mit
 
-PYTHON_VERSIONS_INCOMPATIBLE=	27
-
 DEPENDS+=	${PYPKGPREFIX}-autopep8>=1.5.4:../../devel/py-autopep8
 DEPENDS+=	${PYPKGPREFIX}-wrapt>=1.12.1:../../devel/py-wrapt
 DEPENDS+=	${PYPKGPREFIX}-pandas>=0.23.0:../../math/py-pandas
@@ -19,15 +17,10 @@ DEPENDS+=	${PYPKGPREFIX}-scipy>=1.5.2:../../math/py-scipy
 DEPENDS+=	${PYPKGPREFIX}-black>=2.8:../../textproc/py-black
 DEPENDS+=	${PYPKGPREFIX}-yaml>=5.3.1:../../textproc/py-yaml
 
-.include "../../lang/python/pyversion.mk"
-
-.if ${PYTHON_VERSION} < 308
-DEPENDS+=	${PYPKGPREFIX}-typing-inspect>=0.6.0:../../devel/py-typing-inspect
-.endif
-
-
 USE_LANGUAGES=	# none
 
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
 BUILDLINK_API_DEPENDS.${PYPKGPREFIX}-numpy+=	${PYPKGPREFIX}-numpy>=1.9.0
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../lang/python/egg.mk"
diff --git a/py-pandera/distinfo b/py-pandera/distinfo
index 59cb818d05..eebe341ef7 100644
--- a/py-pandera/distinfo
+++ b/py-pandera/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (pandera-0.4.5.tar.gz) = d113d10581c51567eb963f764f8b5b37a4b36ab0
+BLAKE2s (pandera-0.4.5.tar.gz) = 0b41a306ab55399dda50e8fc310b1d6b3770aea9698c71445074c4483c954264
 SHA512 (pandera-0.4.5.tar.gz) = c800c1344623e04c97eebf0ce7e833d86c799f70e1b231cfa23764446ae778bfe28357474c7c911f46a149f805f9433d69208ad4afe2418acd56307b9114f1a7
 Size (pandera-0.4.5.tar.gz) = 44354 bytes


Home | Main Index | Thread Index | Old Index