pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-outcome devel/py-outcome: import py-outcome-1...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4d79643808b4
branches:  trunk
changeset: 372128:4d79643808b4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 19 22:39:01 2022 +0000

description:
devel/py-outcome: import py-outcome-1.1.0

Capture the outcome of Python function calls. Extracted from the Trio project.

diffstat:

 devel/py-outcome/DESCR    |   1 +
 devel/py-outcome/Makefile |  21 +++++++++++++++++++++
 devel/py-outcome/PLIST    |  18 ++++++++++++++++++
 devel/py-outcome/distinfo |   5 +++++
 4 files changed, 45 insertions(+), 0 deletions(-)

diffs (61 lines):

diff -r 4a4972d3174a -r 4d79643808b4 devel/py-outcome/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-outcome/DESCR    Wed Jan 19 22:39:01 2022 +0000
@@ -0,0 +1,1 @@
+Capture the outcome of Python function calls. Extracted from the Trio project.
diff -r 4a4972d3174a -r 4d79643808b4 devel/py-outcome/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-outcome/Makefile Wed Jan 19 22:39:01 2022 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2022/01/19 22:39:01 wiz Exp $
+
+DISTNAME=      outcome-1.1.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=o/outcome/}
+
+MAINTAINER=    kamelderouiche%yahoo.com@localhost
+HOMEPAGE=      https://github.com/python-trio/outcome
+COMMENT=       Capture the outcome of Python function calls
+LICENSE=       mit OR apache-2.0
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+DEPENDS+=      ${PYPKGPREFIX}-attrs>=19.2.0:../../devel/py-attrs
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 4a4972d3174a -r 4d79643808b4 devel/py-outcome/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-outcome/PLIST    Wed Jan 19 22:39:01 2022 +0000
@@ -0,0 +1,18 @@
+@comment $NetBSD: PLIST,v 1.1 2022/01/19 22:39:01 wiz 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
+${PYSITELIB}/outcome/__init__.py
+${PYSITELIB}/outcome/__init__.pyc
+${PYSITELIB}/outcome/__init__.pyo
+${PYSITELIB}/outcome/_impl.py
+${PYSITELIB}/outcome/_impl.pyc
+${PYSITELIB}/outcome/_impl.pyo
+${PYSITELIB}/outcome/_util.py
+${PYSITELIB}/outcome/_util.pyc
+${PYSITELIB}/outcome/_util.pyo
+${PYSITELIB}/outcome/_version.py
+${PYSITELIB}/outcome/_version.pyc
+${PYSITELIB}/outcome/_version.pyo
diff -r 4a4972d3174a -r 4d79643808b4 devel/py-outcome/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-outcome/distinfo Wed Jan 19 22:39:01 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/01/19 22:39:01 wiz Exp $
+
+BLAKE2s (outcome-1.1.0.tar.gz) = edf957fcfcc51e332d251345b7ab7ed100d7950e1c3b3d3a9a48d1f690c8a3fc
+SHA512 (outcome-1.1.0.tar.gz) = 3bebeaef87af1128442b769cdfc6ef81d202130437b1503e26f8468830647595937d3e422ef4d8679191a1e9a083dcfb2e9bce35a49f63fc12665d7a61b56d3d
+Size (outcome-1.1.0.tar.gz) = 18164 bytes



Home | Main Index | Thread Index | Old Index