1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

The kitchen sink of Python utility libraries for doing "stuff" in a

functional way. Based on the Lo-Dash Javascript library.

Looking for a library that is more memory efficient and better suited for
large datasets? Check out fnc! It's built around generators and iteration
and has iteratee-first function signatures.

WWW: https://pypi.org/pypi/pydash/
This commit is contained in:
Diane Bruce 2020-02-24 18:19:12 +00:00
parent 20664afbd4
commit 8cc580615a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=527011
4 changed files with 31 additions and 0 deletions

View File

@ -4778,6 +4778,7 @@
SUBDIR += py-pycompilation
SUBDIR += py-pycparser
SUBDIR += py-pydantic
SUBDIR += py-pydash
SUBDIR += py-pydenticon
SUBDIR += py-pydevd
SUBDIR += py-pydispatcher

19
devel/py-pydash/Makefile Normal file
View File

@ -0,0 +1,19 @@
# $FreeBSD$
PORTNAME= pydash
PORTVERSION= 4.7.6
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= db@FreeBSD.org
COMMENT= Kitchen sink of Python utility libraries for doing "stuff"
LICENSE= MIT
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>

3
devel/py-pydash/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1582565400
SHA256 (pydash-4.7.6.tar.gz) = a7733886ab811e36510b44ff1de7ccc980327d701fb444a4b2ce395e6f4a4a87
SIZE (pydash-4.7.6.tar.gz) = 134403

View File

@ -0,0 +1,8 @@
The kitchen sink of Python utility libraries for doing "stuff" in a
functional way. Based on the Lo-Dash Javascript library.
Looking for a library that is more memory efficient and better suited for
large datasets? Check out fnc! It's built around generators and iteration
and has iteratee-first function signatures.
WWW: https://pypi.org/pypi/pydash/