py-outcome: update to 1.3.0.post0.

Changes not documented.
This commit is contained in:
wiz 2023-11-05 00:40:36 +00:00
parent 9670b3ddd7
commit 50d6881079
3 changed files with 17 additions and 13 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.3 2023/10/20 11:12:55 adam Exp $
# $NetBSD: Makefile,v 1.4 2023/11/05 00:40:36 wiz Exp $
DISTNAME= outcome-1.3.0
DISTNAME= outcome-1.3.0.post0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=o/outcome/}
@ -10,6 +10,8 @@ HOMEPAGE= https://github.com/python-trio/outcome
COMMENT= Capture the outcome of Python function calls
LICENSE= mit OR apache-2.0
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-attrs>=19.2.0:../../devel/py-attrs
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio
@ -22,5 +24,5 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
.include "../../lang/python/egg.mk"
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,9 +1,11 @@
@comment $NetBSD: PLIST,v 1.2 2023/10/20 11:12:55 adam 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.3 2023/11/05 00:40:36 wiz Exp $
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.APACHE2
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.MIT
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/outcome/__init__.py
${PYSITELIB}/outcome/__init__.pyc
${PYSITELIB}/outcome/__init__.pyo

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2023/10/20 11:12:55 adam Exp $
$NetBSD: distinfo,v 1.4 2023/11/05 00:40:36 wiz Exp $
BLAKE2s (outcome-1.3.0.tar.gz) = 8b04f81fc1da43588fa9469e5fb69820a146ab331b0fbca934adfe8c1c5d5737
SHA512 (outcome-1.3.0.tar.gz) = 693885c90063b0073c93e699e9e2e6f068a373594be84030d314562df8b26a38c91fd2dbc4a8121bcd426d4f6598af9d9d60910e58282ac3fe40a9124ab2fe13
Size (outcome-1.3.0.tar.gz) = 20974 bytes
BLAKE2s (outcome-1.3.0.post0.tar.gz) = e481e4a28b7cfe5f826fffd581c6f1da82750a62c01fa53202ca8f694a7b402d
SHA512 (outcome-1.3.0.post0.tar.gz) = aa1a0c9806ac9d3ce8b03a9bafeb4f4c0f28d588689ab88764e7cdf208a366e1bfefed4879736756ebb7a0a57f2a058da55e19e182ca6cf061d9d71bc699d411
Size (outcome-1.3.0.post0.tar.gz) = 21060 bytes