pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-pooch
Module Name: pkgsrc
Committed By: adam
Date: Mon Nov 27 17:20:29 UTC 2023
Modified Files:
pkgsrc/devel/py-pooch: Makefile distinfo
Log Message:
py-pooch: updated to 1.8.0
v1.8.0
Bug fixes:
Fix bug: add support for old and new Zenodo APIs
New features:
Only create local data directories if necessary
Speed up import time by lazy loading requests
Maintenance:
Add support for Python 3.11
Only run CI cron job for the upstream repository
Documentation:
Add GemGIS to list of projects using Pooch
Fix spelling of Dataverse
Fix grammar on retrieve documentation
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-pooch/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-pooch/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-pooch/Makefile
diff -u pkgsrc/devel/py-pooch/Makefile:1.4 pkgsrc/devel/py-pooch/Makefile:1.5
--- pkgsrc/devel/py-pooch/Makefile:1.4 Sat Oct 28 19:57:05 2023
+++ pkgsrc/devel/py-pooch/Makefile Mon Nov 27 17:20:29 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2023/10/28 19:57:05 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2023/11/27 17:20:29 adam Exp $
-DISTNAME= pooch-1.7.0
+DISTNAME= pooch-1.8.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pooch/}
@@ -11,19 +10,16 @@ HOMEPAGE= https://github.com/fatiando/po
COMMENT= Manages Python library's sample data files
LICENSE= modified-bsd
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=45:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=6.2:../../devel/py-setuptools_scm
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-packaging>=20.0:../../devel/py-packaging
DEPENDS+= ${PYPKGPREFIX}-platformdirs>=2.5.0:../../misc/py-platformdirs
DEPENDS+= ${PYPKGPREFIX}-requests>=2.19.0:../../devel/py-requests
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
-do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-pooch/distinfo
diff -u pkgsrc/devel/py-pooch/distinfo:1.3 pkgsrc/devel/py-pooch/distinfo:1.4
--- pkgsrc/devel/py-pooch/distinfo:1.3 Tue Mar 14 14:10:52 2023
+++ pkgsrc/devel/py-pooch/distinfo Mon Nov 27 17:20:29 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2023/03/14 14:10:52 adam Exp $
+$NetBSD: distinfo,v 1.4 2023/11/27 17:20:29 adam Exp $
-BLAKE2s (pooch-1.7.0.tar.gz) = 6c365d070c1ef4849009cea21729f4762b2efc17996271abceee1e462b5eeb79
-SHA512 (pooch-1.7.0.tar.gz) = 60126b893a9a1422aad12349143fbe72e485004f79b06da752f51ae374f375efae693304210c8d62b211433d7ce75fab53a50a6f267b1952df83fdccc2de13a7
-Size (pooch-1.7.0.tar.gz) = 57457 bytes
+BLAKE2s (pooch-1.8.0.tar.gz) = 3cb732aa77b9f464c24cdf35e974af044d5985c1c0a8add2d563b85b7433ebf3
+SHA512 (pooch-1.8.0.tar.gz) = d97e3e1098d1eeee30108affc64ed5a12f679e9122d35494598a03f3a548bb83b57dc54ac5a2c85bc42e664cb90f713bdb55b47b430ff000a722ffad58010497
+Size (pooch-1.8.0.tar.gz) = 59408 bytes
Home |
Main Index |
Thread Index |
Old Index