pkgsrc-WIP-changes archive

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

py-outcome-1.1.0 import to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sun Dec 27 15:29:59 2020 +0100
Changeset:	cfc1d1a6660210a63f2bb0fb582d80941e9ec69d

Added Files:
	py-outcome/DESCR
	py-outcome/Makefile
	py-outcome/PLIST
	py-outcome/distinfo

Log Message:
py-outcome-1.1.0 import to wip

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cfc1d1a6660210a63f2bb0fb582d80941e9ec69d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-outcome/DESCR    |  1 +
 py-outcome/Makefile | 20 ++++++++++++++++++++
 py-outcome/PLIST    | 18 ++++++++++++++++++
 py-outcome/distinfo |  6 ++++++
 4 files changed, 45 insertions(+)

diffs:
diff --git a/py-outcome/DESCR b/py-outcome/DESCR
new file mode 100644
index 0000000000..c0d3ef1d06
--- /dev/null
+++ b/py-outcome/DESCR
@@ -0,0 +1 @@
+Capture the outcome of Python function calls. Extracted from the Trio project.
diff --git a/py-outcome/Makefile b/py-outcome/Makefile
new file mode 100644
index 0000000000..bc444e0ed7
--- /dev/null
+++ b/py-outcome/Makefile
@@ -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@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
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-outcome/PLIST b/py-outcome/PLIST
new file mode 100644
index 0000000000..177d822705
--- /dev/null
+++ b/py-outcome/PLIST
@@ -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
diff --git a/py-outcome/distinfo b/py-outcome/distinfo
new file mode 100644
index 0000000000..844078393a
--- /dev/null
+++ b/py-outcome/distinfo
@@ -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


Home | Main Index | Thread Index | Old Index