pkgsrc-WIP-changes archive

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

py-multitasking: Import version 0.0.4



Module Name:	pkgsrc-wip
Committed By:	Min Sik Kim <minskim%NetBSD.org@localhost>
Pushed By:	minskim
Date:		Mon Sep 18 16:53:45 2017 -0700
Changeset:	f492dc37a2ab6737ac233c599c88c0e349087e67

Modified Files:
	Makefile
Added Files:
	py-multitasking/DESCR
	py-multitasking/Makefile
	py-multitasking/PLIST
	py-multitasking/distinfo

Log Message:
py-multitasking: Import version 0.0.4

MultiTasking is a tiny Python library lets you convert your Python
methods into asynchronous, non-blocking methods simply by using a
decorator.

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

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

diffstat:
 Makefile                 |  1 +
 py-multitasking/DESCR    |  3 +++
 py-multitasking/Makefile | 20 ++++++++++++++++++++
 py-multitasking/PLIST    |  9 +++++++++
 py-multitasking/distinfo |  6 ++++++
 5 files changed, 39 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 91cc47bb81..975c0800dd 100644
--- a/Makefile
+++ b/Makefile
@@ -3360,6 +3360,7 @@ SUBDIR+=	py-msumastro
 SUBDIR+=	py-multichain_mcmc
 SUBDIR+=	py-multimethods
 SUBDIR+=	py-multiprocess
+SUBDIR+=	py-multitasking
 SUBDIR+=	py-mvpoly
 SUBDIR+=	py-myfitter
 SUBDIR+=	py-mysqldb-docs
diff --git a/py-multitasking/DESCR b/py-multitasking/DESCR
new file mode 100644
index 0000000000..97cdfb557f
--- /dev/null
+++ b/py-multitasking/DESCR
@@ -0,0 +1,3 @@
+MultiTasking is a tiny Python library lets you convert your Python
+methods into asynchronous, non-blocking methods simply by using a
+decorator.
diff --git a/py-multitasking/Makefile b/py-multitasking/Makefile
new file mode 100644
index 0000000000..dcf6b557c0
--- /dev/null
+++ b/py-multitasking/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	multitasking-0.0.4
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_PYPI:=m/multitasking/}
+
+MAINTAINER=	minskim%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/ranaroussi/multitasking
+COMMENT=	Non-blocking Python methods using decorators
+LICENSE=	gnu-lgpl-v3
+
+USE_LANGUAGES=	# empty
+
+.include "../../lang/python/egg.mk"
+
+post-install:
+	${RM} ${DESTDIR}${PREFIX}/bin/sample
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-multitasking/PLIST b/py-multitasking/PLIST
new file mode 100644
index 0000000000..86243bb281
--- /dev/null
+++ b/py-multitasking/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/multitasking/__init__.py
+${PYSITELIB}/multitasking/__init__.pyo
+${PYSITELIB}/multitasking/__init__.pyc
diff --git a/py-multitasking/distinfo b/py-multitasking/distinfo
new file mode 100644
index 0000000000..6448c18b5a
--- /dev/null
+++ b/py-multitasking/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (multitasking-0.0.4.tar.gz) = ea055498994b0c77a371604f5e45fa584bdf81df
+RMD160 (multitasking-0.0.4.tar.gz) = 642922fbaae43b79ad7d530530059332e21bf0d9
+SHA512 (multitasking-0.0.4.tar.gz) = 52ca5345250c2fecb1b389e18b54c4613e287b362bee3273c9db5eb8a7fbb6b416961683d0654f62c23c920f2b792b274de2911a3ae4a0ae6c1680934b07dfc1
+Size (multitasking-0.0.4.tar.gz) = 7154 bytes


Home | Main Index | Thread Index | Old Index