pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-outcome



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Nov  5 00:40:36 UTC 2023

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

Log Message:
py-outcome: update to 1.3.0.post0.

Changes not documented.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-outcome/Makefile \
    pkgsrc/devel/py-outcome/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-outcome/PLIST

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-outcome/Makefile
diff -u pkgsrc/devel/py-outcome/Makefile:1.3 pkgsrc/devel/py-outcome/Makefile:1.4
--- pkgsrc/devel/py-outcome/Makefile:1.3        Fri Oct 20 11:12:55 2023
+++ pkgsrc/devel/py-outcome/Makefile    Sun Nov  5 00:40:36 2023
@@ -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
 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"
Index: pkgsrc/devel/py-outcome/distinfo
diff -u pkgsrc/devel/py-outcome/distinfo:1.3 pkgsrc/devel/py-outcome/distinfo:1.4
--- pkgsrc/devel/py-outcome/distinfo:1.3        Fri Oct 20 11:12:55 2023
+++ pkgsrc/devel/py-outcome/distinfo    Sun Nov  5 00:40:36 2023
@@ -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

Index: pkgsrc/devel/py-outcome/PLIST
diff -u pkgsrc/devel/py-outcome/PLIST:1.2 pkgsrc/devel/py-outcome/PLIST:1.3
--- pkgsrc/devel/py-outcome/PLIST:1.2   Fri Oct 20 11:12:55 2023
+++ pkgsrc/devel/py-outcome/PLIST       Sun Nov  5 00:40:36 2023
@@ -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



Home | Main Index | Thread Index | Old Index