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:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1583541361
|
||||
SHA256 (mulpyplexer-0.08.tar.gz) = ca930b229e21fe0ed259788e2d871eb13e54d17e29d7f25347573ae87768c5fe
|
||||
SIZE (mulpyplexer-0.08.tar.gz) = 2100
|
||||
@@ -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/
|
||||
Reference in New Issue
Block a user