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 Jan 31 17:31:23 UTC 2022

Modified Files:
        pkgsrc/devel/py-pooch: Makefile PLIST distinfo

Log Message:
py-pooch: updated to 1.6.0

v1.6.0

Important:

This is the last release with support for Python 3.6. The next major/minor release of Pooch will require Python >= 3.7.
Pooch now specifies version bounds for our required dependencies and a plan for dropping support for older versions. Please revise it if you depend on Pooch.

Enhancements:

Add option to disable updates on hash mismatch
Allow enabling progress bars with an argument in Pooch.fetch and retrieve

Documentation:

Use real data URLs in the README example code
Tell users to import from the top-level namespace
Update the contact link to fatiando.org/contact
Refer the community guides to fatiando/community
Mention in docs that figshare collections aren't supported

Maintenance:

Replace Google Analytics for Plausible to make our docs more privacy-friendly
Use Dependente to capture dependencies on CI
Use build instead of setup.py
Run the tests weekly on GitHub Actions
Set minimum required version of dependencies
Rename "master" to "main" throughout the project
Remove trailing slash from GitHub handle in AUTHORS.md


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-pooch/Makefile \
    pkgsrc/devel/py-pooch/PLIST 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.1 pkgsrc/devel/py-pooch/Makefile:1.2
--- pkgsrc/devel/py-pooch/Makefile:1.1  Wed Jan 12 21:35:39 2022
+++ pkgsrc/devel/py-pooch/Makefile      Mon Jan 31 17:31:23 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2022/01/12 21:35:39 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2022/01/31 17:31:23 adam Exp $
 
-DISTNAME=      pooch-1.5.2
+DISTNAME=      pooch-1.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pooch/}
@@ -10,16 +10,19 @@ HOMEPAGE=   https://github.com/fatiando/po
 COMMENT=       Manages Python library's sample data files
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-appdirs-[0-9]*:../../devel/py-appdirs
-DEPENDS+=      ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
-DEPENDS+=      ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+DEPENDS+=      ${PYPKGPREFIX}-appdirs>=1.3.0:../../devel/py-appdirs
+DEPENDS+=      ${PYPKGPREFIX}-packaging>=20.0:../../devel/py-packaging
+DEPENDS+=      ${PYPKGPREFIX}-requests>=2.19.0:../../devel/py-requests
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 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/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-pooch/PLIST
diff -u pkgsrc/devel/py-pooch/PLIST:1.1 pkgsrc/devel/py-pooch/PLIST:1.2
--- pkgsrc/devel/py-pooch/PLIST:1.1     Wed Jan 12 21:35:39 2022
+++ pkgsrc/devel/py-pooch/PLIST Mon Jan 31 17:31:23 2022
@@ -1,30 +1,27 @@
-@comment $NetBSD: PLIST,v 1.1 2022/01/12 21:35:39 wiz 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.2 2022/01/31 17:31:23 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/zip-safe
 ${PYSITELIB}/pooch/__init__.py
 ${PYSITELIB}/pooch/__init__.pyc
-${PYSITELIB}/pooch/__init__.pyo
 ${PYSITELIB}/pooch/_version.py
 ${PYSITELIB}/pooch/_version.pyc
-${PYSITELIB}/pooch/_version.pyo
 ${PYSITELIB}/pooch/core.py
 ${PYSITELIB}/pooch/core.pyc
-${PYSITELIB}/pooch/core.pyo
 ${PYSITELIB}/pooch/downloaders.py
 ${PYSITELIB}/pooch/downloaders.pyc
-${PYSITELIB}/pooch/downloaders.pyo
 ${PYSITELIB}/pooch/hashes.py
 ${PYSITELIB}/pooch/hashes.pyc
-${PYSITELIB}/pooch/hashes.pyo
 ${PYSITELIB}/pooch/processors.py
 ${PYSITELIB}/pooch/processors.pyc
-${PYSITELIB}/pooch/processors.pyo
 ${PYSITELIB}/pooch/tests/__init__.py
 ${PYSITELIB}/pooch/tests/__init__.pyc
-${PYSITELIB}/pooch/tests/__init__.pyo
 ${PYSITELIB}/pooch/tests/data/large-data.txt
 ${PYSITELIB}/pooch/tests/data/registry-custom-url.txt
 ${PYSITELIB}/pooch/tests/data/registry-invalid.txt
@@ -42,28 +39,19 @@ ${PYSITELIB}/pooch/tests/data/tiny-data.
 ${PYSITELIB}/pooch/tests/data/tiny-data.zip
 ${PYSITELIB}/pooch/tests/test_core.py
 ${PYSITELIB}/pooch/tests/test_core.pyc
-${PYSITELIB}/pooch/tests/test_core.pyo
 ${PYSITELIB}/pooch/tests/test_downloaders.py
 ${PYSITELIB}/pooch/tests/test_downloaders.pyc
-${PYSITELIB}/pooch/tests/test_downloaders.pyo
 ${PYSITELIB}/pooch/tests/test_hashes.py
 ${PYSITELIB}/pooch/tests/test_hashes.pyc
-${PYSITELIB}/pooch/tests/test_hashes.pyo
 ${PYSITELIB}/pooch/tests/test_integration.py
 ${PYSITELIB}/pooch/tests/test_integration.pyc
-${PYSITELIB}/pooch/tests/test_integration.pyo
 ${PYSITELIB}/pooch/tests/test_processors.py
 ${PYSITELIB}/pooch/tests/test_processors.pyc
-${PYSITELIB}/pooch/tests/test_processors.pyo
 ${PYSITELIB}/pooch/tests/test_utils.py
 ${PYSITELIB}/pooch/tests/test_utils.pyc
-${PYSITELIB}/pooch/tests/test_utils.pyo
 ${PYSITELIB}/pooch/tests/test_version.py
 ${PYSITELIB}/pooch/tests/test_version.pyc
-${PYSITELIB}/pooch/tests/test_version.pyo
 ${PYSITELIB}/pooch/tests/utils.py
 ${PYSITELIB}/pooch/tests/utils.pyc
-${PYSITELIB}/pooch/tests/utils.pyo
 ${PYSITELIB}/pooch/utils.py
 ${PYSITELIB}/pooch/utils.pyc
-${PYSITELIB}/pooch/utils.pyo
Index: pkgsrc/devel/py-pooch/distinfo
diff -u pkgsrc/devel/py-pooch/distinfo:1.1 pkgsrc/devel/py-pooch/distinfo:1.2
--- pkgsrc/devel/py-pooch/distinfo:1.1  Wed Jan 12 21:35:39 2022
+++ pkgsrc/devel/py-pooch/distinfo      Mon Jan 31 17:31:23 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2022/01/12 21:35:39 wiz Exp $
+$NetBSD: distinfo,v 1.2 2022/01/31 17:31:23 adam Exp $
 
-BLAKE2s (pooch-1.5.2.tar.gz) = 1a22ef2970a681e73c8b6f775e7f534a6166ec1a1ff8624dd05272bc73a72657
-SHA512 (pooch-1.5.2.tar.gz) = acb1a48e94a97f79503125f0cf1312d715719ec32817771d2e19d2bd89b2cfd34b50221d67d1854cd93818140d8536f6f5b3db1ae0bbb185fffa2cf9886f98da
-Size (pooch-1.5.2.tar.gz) = 61167 bytes
+BLAKE2s (pooch-1.6.0.tar.gz) = bc4acfec62cad798f3014a8cafcc7d0179db85722bf28ed2913c48b99d01ce68
+SHA512 (pooch-1.6.0.tar.gz) = e1b6253b8879ef172bd6370139a7807355c7e1c03a1626ac46cb083b1f7d8beb5a8adb08c0828eb34e96a7164211d2dc7da214fd0176eb0606fe4ff47911257c
+Size (pooch-1.6.0.tar.gz) = 52318 bytes



Home | Main Index | Thread Index | Old Index