Skip to content

Commit

Permalink
devel/py-multitasking: Add py-multitasking 0.0.9
Browse files Browse the repository at this point in the history
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 branch information
sunpoet committed Jun 14, 2021
1 parent e98b851 commit 32640ed
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -4690,6 +4690,7 @@
SUBDIR += py-multi_key_dict
SUBDIR += py-multipledispatch
SUBDIR += py-multiprocess
SUBDIR += py-multitasking
SUBDIR += py-munch
SUBDIR += py-murmurhash
SUBDIR += py-mygpoclient
Expand Down
20 changes: 20 additions & 0 deletions devel/py-multitasking/Makefile
@@ -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 changes: 3 additions & 0 deletions devel/py-multitasking/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1622213962
SHA256 (multitasking-0.0.9.tar.gz) = b59d99f709d2e17d60ccaa2be09771b6e9ed9391c63f083c0701e724f624d2e0
SIZE (multitasking-0.0.9.tar.gz) = 8094
4 changes: 4 additions & 0 deletions devel/py-multitasking/pkg-descr
@@ -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

0 comments on commit 32640ed

Please sign in to comment.