pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/py-arrow
Module Name: pkgsrc
Committed By: wiz
Date: Sat Aug 10 08:17:42 UTC 2024
Modified Files:
pkgsrc/time/py-arrow: Makefile PLIST
Log Message:
py-arrow: convert to wheel.mk
Remove unused test dependency.
Document test status.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/time/py-arrow/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/time/py-arrow/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/time/py-arrow/Makefile
diff -u pkgsrc/time/py-arrow/Makefile:1.23 pkgsrc/time/py-arrow/Makefile:1.24
--- pkgsrc/time/py-arrow/Makefile:1.23 Mon Oct 9 12:25:59 2023
+++ pkgsrc/time/py-arrow/Makefile Sat Aug 10 08:17:41 2024
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2023/10/09 12:25:59 adam Exp $
+# $NetBSD: Makefile,v 1.24 2024/08/10 08:17:41 wiz Exp $
DISTNAME= arrow-1.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= time python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/arrow/}
@@ -10,6 +11,7 @@ HOMEPAGE= https://github.com/arrow-py/ar
COMMENT= Better dates and times for Python
LICENSE= apache-2.0
+TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=0:../../devel/py-flit_core
DEPENDS+= ${PYPKGPREFIX}-dateutil>=2.7.0:../../time/py-dateutil
DEPENDS+= ${PYPKGPREFIX}-types-python-dateutil>=2.8.10:../../time/py-types-python-dateutil
TEST_DEPENDS+= ${PYPKGPREFIX}-dateparser>=1.0.0:../../time/py-dateparser
@@ -18,13 +20,13 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-simplejson
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock-[0-9]*:../../devel/py-test-mock
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
-USE_LANGUAGES= # none
+# as of 1.3.0
+# 24 failed, 1813 passed, 2 xpassed, 31 warnings
-PYSETUPTESTTARGET= pytest
+USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/time/py-arrow/PLIST
diff -u pkgsrc/time/py-arrow/PLIST:1.5 pkgsrc/time/py-arrow/PLIST:1.6
--- pkgsrc/time/py-arrow/PLIST:1.5 Mon Oct 9 12:25:59 2023
+++ pkgsrc/time/py-arrow/PLIST Sat Aug 10 08:17:41 2024
@@ -1,9 +1,8 @@
-@comment $NetBSD: PLIST,v 1.5 2023/10/09 12:25:59 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.6 2024/08/10 08:17:41 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/arrow/__init__.py
${PYSITELIB}/arrow/__init__.pyc
${PYSITELIB}/arrow/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index