py-dill: update to 0.3.8.

test for qualname in get_typedef_type by @mmckerns in #613
    drop formal support for python 3.7 by @mmckerns in #614
    define html_theme as rtd workaround by @mmckerns in #615
    update install doc in tests by @mmckerns in #621
    formal support for 3.12, initial support for 3.13 by @mmckerns in #630
    add build to rtfd config by @mmckerns in #632
    add guard for math.log in Logger record size calculation by @mmckerns in #637
    updated copyright for 2024 by @mmckerns in #638
    Bump jinja2 from 3.1.1 to 3.1.3 in /docs by @dependabot in #640
    Import submodule properly when there is an attribute of the module with the same name by @kelvinburke in #629
    update sphinx to 6.2.1 by @mmckerns in #641
    Bump readthedocs-sphinx-search from 0.3.1 to 0.3.2 in /docs by @dependabot in #642
    skip BufferedRandomType on pyodide by @mmckerns in #644
This commit is contained in:
wiz 2024-01-28 13:07:37 +00:00
parent 2885e4854e
commit 5e57a3dcb0
3 changed files with 16 additions and 14 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.4 2023/07/30 08:15:38 adam Exp $
# $NetBSD: Makefile,v 1.5 2024/01/28 13:07:37 wiz Exp $
DISTNAME= dill-0.3.7
DISTNAME= dill-0.3.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/dill/}
@ -10,6 +10,9 @@ HOMEPAGE= https://github.com/uqfoundation/dill
COMMENT= Serialize all of Python
LICENSE= modified-bsd
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
@ -20,5 +23,5 @@ post-install:
${MV} ${file} ${file}-${PYVERSSUFFIX} || ${TRUE}
.endfor
.include "../../lang/python/egg.mk"
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,13 +1,12 @@
@comment $NetBSD: PLIST,v 1.4 2023/07/30 08:15:38 adam Exp $
@comment $NetBSD: PLIST,v 1.5 2024/01/28 13:07:37 wiz Exp $
bin/get_gprof-${PYVERSSUFFIX}
bin/get_objgraph-${PYVERSSUFFIX}
bin/undill-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/dill/__diff.py
${PYSITELIB}/dill/__diff.pyc
${PYSITELIB}/dill/__diff.pyo

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2023/07/30 08:15:38 adam Exp $
$NetBSD: distinfo,v 1.5 2024/01/28 13:07:37 wiz Exp $
BLAKE2s (dill-0.3.7.tar.gz) = d02f610aeeea3362dcf43a82934db445e8c6463a1457183e70b571e5a93566f6
SHA512 (dill-0.3.7.tar.gz) = 4b9cf70ca084102940fefbb9d3982a841b87fc3a21884af6b3574e3e4fa0ef62d6845a20ee326dfc479a4d2c545d3740f361d29e9115dd09d657489f43a3e2dd
Size (dill-0.3.7.tar.gz) = 183355 bytes
BLAKE2s (dill-0.3.8.tar.gz) = c2159cad7158876407ffa7748b214e0dcf1de719b30800daedafad58d2c501f7
SHA512 (dill-0.3.8.tar.gz) = 478d83af69dc0639a08e011e46127d9485dc998df54622e7fbb9ce4b004640d1b23aad57717d791cc609cd9d7071ea7300bce4be982488e4d21c5986e67ce586
Size (dill-0.3.8.tar.gz) = 184847 bytes