mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
devel/py-multitasking: Add py-multitasking 0.0.9
MultiTasking is a tiny Python library lets you convert your Python methods into asynchronous, non-blocking methods simply by using a decorator. WWW: https://github.com/ranaroussi/multitasking
This commit is contained in:
parent
e98b8518a0
commit
32640edbe9
4 changed files with 28 additions and 0 deletions
|
@ -4690,6 +4690,7 @@
|
||||||
SUBDIR += py-multi_key_dict
|
SUBDIR += py-multi_key_dict
|
||||||
SUBDIR += py-multipledispatch
|
SUBDIR += py-multipledispatch
|
||||||
SUBDIR += py-multiprocess
|
SUBDIR += py-multiprocess
|
||||||
|
SUBDIR += py-multitasking
|
||||||
SUBDIR += py-munch
|
SUBDIR += py-munch
|
||||||
SUBDIR += py-murmurhash
|
SUBDIR += py-murmurhash
|
||||||
SUBDIR += py-mygpoclient
|
SUBDIR += py-mygpoclient
|
||||||
|
|
20
devel/py-multitasking/Makefile
Normal file
20
devel/py-multitasking/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||||
|
|
||||||
|
PORTNAME= multitasking
|
||||||
|
PORTVERSION= 0.0.9
|
||||||
|
CATEGORIES= devel python
|
||||||
|
MASTER_SITES= CHEESESHOP
|
||||||
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
|
COMMENT= Non-blocking Python methods using decorators
|
||||||
|
|
||||||
|
LICENSE= APACHE20
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||||
|
|
||||||
|
USES= python:3.6+
|
||||||
|
USE_PYTHON= autoplist concurrent distutils
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
devel/py-multitasking/distinfo
Normal file
3
devel/py-multitasking/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1622213962
|
||||||
|
SHA256 (multitasking-0.0.9.tar.gz) = b59d99f709d2e17d60ccaa2be09771b6e9ed9391c63f083c0701e724f624d2e0
|
||||||
|
SIZE (multitasking-0.0.9.tar.gz) = 8094
|
4
devel/py-multitasking/pkg-descr
Normal file
4
devel/py-multitasking/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
MultiTasking is a tiny Python library lets you convert your Python methods into
|
||||||
|
asynchronous, non-blocking methods simply by using a decorator.
|
||||||
|
|
||||||
|
WWW: https://github.com/ranaroussi/multitasking
|
Loading…
Add table
Reference in a new issue