Skip to content

Commit

Permalink
py-frozendict: update to 2.3.7.
Browse files Browse the repository at this point in the history
2.3.6 distfile not available.

pkgsrc changes:
- fix test target
- simplify

upstream changes:

    Fixed a regression in sdist packages that made them not working
    in the previous release (by @sunpoet in #77)

    Added arm64 builds for all supported archs (Linux, Windows,
    Mac)
  • Loading branch information
0-wiz-0 committed Apr 16, 2023
1 parent 5a8ccb2 commit 4ee48d9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
12 changes: 4 additions & 8 deletions devel/py-frozendict/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: Makefile,v 1.15 2023/04/05 11:40:16 adam Exp $
# $NetBSD: Makefile,v 1.16 2023/04/16 14:40:46 wiz Exp $

DISTNAME= frozendict-2.3.6
DISTNAME= frozendict-2.3.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=f/frozendict/}

MAINTAINER= [email protected]
HOMEPAGE= https://github.com/slezica/python-frozendict
HOMEPAGE= https://github.com/Marco-Sulla/python-frozendict
COMMENT= Immutable wrapper around dictionaries
LICENSE= mit

Expand All @@ -16,11 +16,7 @@ USE_LANGUAGES= # none

PYTHON_VERSIONS_INCOMPATIBLE= 27

# as of 2.3.5, C extension is optional
# and does not build for 2.3.6: 'frozendictobject.h' file not found
PYSETUPARGS= py

DISTUTILS_BUILDDIR_IN_TEST_ENV= yes
TEST_ENV+= PYTHONPATH=${WRKSRC}/build/lib
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} test

Expand Down
8 changes: 4 additions & 4 deletions devel/py-frozendict/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.11 2023/04/05 11:40:16 adam Exp $
$NetBSD: distinfo,v 1.12 2023/04/16 14:40:46 wiz Exp $

BLAKE2s (frozendict-2.3.6.tar.gz) = bd13cc5c5d798a1a36f4fb502cd7613e621d11d5e964e41f2e24e60c0f123fc7
SHA512 (frozendict-2.3.6.tar.gz) = abbc7ac7d9506a38c2b5938ea2843a1efb2f2f6b8a072ee6e7009bbefd7ecb7ba56c29b65ff781be4da58b557372669fbe698e8dcc2234d5c96ce133f3b65589
Size (frozendict-2.3.6.tar.gz) = 35891 bytes
BLAKE2s (frozendict-2.3.7.tar.gz) = 7c744ef89923ab72fc899e3085be3ec2d4a955c6f0401e0081183a07ac8dcf46
SHA512 (frozendict-2.3.7.tar.gz) = fd9f64d9826fd32b3c01b536e3718c9a86c9af926ddccf7c8a3795800f7306b82783f4d6e871525c0b05326b7675e7b2c05b57bd577dd0ca60b816b417b52117
Size (frozendict-2.3.7.tar.gz) = 311594 bytes

0 comments on commit 4ee48d9

Please sign in to comment.