py-outcome-1.1.0 import to wip

This commit is contained in:
K.I.A.Derouiche 2020-12-27 15:29:59 +01:00
parent ff9e4f35f9
commit cfc1d1a666
4 changed files with 45 additions and 0 deletions

1
py-outcome/DESCR Normal file
View File

@ -0,0 +1 @@
Capture the outcome of Python function calls. Extracted from the Trio project.

20
py-outcome/Makefile Normal file
View File

@ -0,0 +1,20 @@
# $NetBSD$
DISTNAME= outcome-1.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=o/outcome/}
MAINTAINER= kamelderouiche@yahoo.com
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
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

18
py-outcome/PLIST Normal file
View File

@ -0,0 +1,18 @@
@comment $NetBSD$
${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

6
py-outcome/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (outcome-1.1.0.tar.gz) = 055262305f191180bf1625d48c19b44eb9625656
RMD160 (outcome-1.1.0.tar.gz) = 4913b8bb101cb26474607864d8d44343c9410daf
SHA512 (outcome-1.1.0.tar.gz) = 3bebeaef87af1128442b769cdfc6ef81d202130437b1503e26f8468830647595937d3e422ef4d8679191a1e9a083dcfb2e9bce35a49f63fc12665d7a61b56d3d
Size (outcome-1.1.0.tar.gz) = 18164 bytes