py-immutables: updated to 0.17
v0.17 Add missing name in table [project] in 'pyproject.toml'. v0.16 Refactor typings Update Python 3.10 support, drop Python 3.5
This commit is contained in:
parent
55bfbf8478
commit
78bfb4ce51
3 changed files with 10 additions and 8 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.6 2022/01/04 20:54:18 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2022/04/26 18:45:53 adam Exp $
|
||||
|
||||
DISTNAME= immutables-0.15
|
||||
DISTNAME= immutables-0.17
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= misc python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=i/immutables/}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2021/02/15 21:17:36 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 2022/04/26 18:45:53 adam Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
|
@ -11,6 +11,9 @@ ${PYSITELIB}/immutables/_map.c
|
|||
${PYSITELIB}/immutables/_map.h
|
||||
${PYSITELIB}/immutables/_map.pyi
|
||||
${PYSITELIB}/immutables/_map.so
|
||||
${PYSITELIB}/immutables/_protocols.py
|
||||
${PYSITELIB}/immutables/_protocols.pyc
|
||||
${PYSITELIB}/immutables/_protocols.pyo
|
||||
${PYSITELIB}/immutables/_testutils.py
|
||||
${PYSITELIB}/immutables/_testutils.pyc
|
||||
${PYSITELIB}/immutables/_testutils.pyo
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.7 2021/10/26 10:59:22 nia Exp $
|
||||
$NetBSD: distinfo,v 1.8 2022/04/26 18:45:53 adam Exp $
|
||||
|
||||
BLAKE2s (immutables-0.15.tar.gz) = f19992a3535167ccbadfdb0af285054f0396b0fb4e76e4fef803d8d80643fca8
|
||||
SHA512 (immutables-0.15.tar.gz) = d1ea74aef5ea0fe1c4d097f278909c6c3adad5d5dfc322e44b609d65506b3c6e74c8cfc83a2d08dbec5af64ae53ed2912a326d11bda907ae8947a8d291604404
|
||||
Size (immutables-0.15.tar.gz) = 44913 bytes
|
||||
BLAKE2s (immutables-0.17.tar.gz) = 2e5326845dfae9e8cce3d5b3823a9a9a0d6a62be9adae5efde9d0eae067a86c4
|
||||
SHA512 (immutables-0.17.tar.gz) = 5d89653d5c1ce61e0f088c75eb6f76cd9188b701e8eb410503e96eaa2600edfca155f778ca60ed2ed205ed99957d7b9bb4581215f30220fdc38f99c25704f9ca
|
||||
Size (immutables-0.17.tar.gz) = 84531 bytes
|
||||
|
|
Loading…
Reference in a new issue