New port: devel/py-mulpyplexer

Mulpyplexer is a piece of code that can multiplex interactions with lists
of Python objects.

WWW: https://pypi.org/project/mulpyplexer/

PR:		244562
This commit is contained in:
Mateusz Piotrowski
2020-03-07 00:48:47 +00:00
parent b782a00656
commit b9ef447302
4 changed files with 28 additions and 0 deletions
+1
View File
@@ -4610,6 +4610,7 @@
SUBDIR += py-mox
SUBDIR += py-mox3
SUBDIR += py-msgpack
SUBDIR += py-mulpyplexer
SUBDIR += py-multi_key_dict
SUBDIR += py-multipledispatch
SUBDIR += py-multiprocess
+20
View File
@@ -0,0 +1,20 @@
# $FreeBSD$
PORTNAME= mulpyplexer
DISTVERSION= 0.08
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= 0mp@FreeBSD.org
COMMENT= Module that multiplexes interactions with lists of Python objects
LICENSE= BSD2CLAUSE
# License file available here: https://github.com/zardus/mulpyplexer
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>
+3
View File
@@ -0,0 +1,3 @@
TIMESTAMP = 1583541361
SHA256 (mulpyplexer-0.08.tar.gz) = ca930b229e21fe0ed259788e2d871eb13e54d17e29d7f25347573ae87768c5fe
SIZE (mulpyplexer-0.08.tar.gz) = 2100
+4
View File
@@ -0,0 +1,4 @@
Mulpyplexer is a piece of code that can multiplex interactions with lists of
Python objects.
WWW: https://pypi.org/project/mulpyplexer/