New port: devel/py-funcy
A collection of fancy functional tools focused on practicality. It was designed to be a layer of functional tools over Python. It was inspired by Clojure and Underscore (JS library). WWW: https://github.com/Suor/funcy Approved by: mentors (implicit)
This commit is contained in:
parent
7c4fad78ce
commit
b8b1574599
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=499310
4 changed files with 30 additions and 0 deletions
|
@ -4600,6 +4600,7 @@
|
|||
SUBDIR += py-funcparserlib
|
||||
SUBDIR += py-funcsigs
|
||||
SUBDIR += py-functools32
|
||||
SUBDIR += py-funcy
|
||||
SUBDIR += py-fusefs
|
||||
SUBDIR += py-fusepy
|
||||
SUBDIR += py-future
|
||||
|
|
20
devel/py-funcy/Makefile
Normal file
20
devel/py-funcy/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= funcy
|
||||
DISTVERSION= 1.12
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= kai@FreeBSD.org
|
||||
COMMENT= Fancy and practical functional tools
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-funcy/distinfo
Normal file
3
devel/py-funcy/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1555580042
|
||||
SHA256 (funcy-1.12.tar.gz) = 3f3fb0387c6083ac692a8ac90565a08c257cc4283dc3b136c15bcb3a3d80ab6d
|
||||
SIZE (funcy-1.12.tar.gz) = 376940
|
6
devel/py-funcy/pkg-descr
Normal file
6
devel/py-funcy/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
A collection of fancy functional tools focused on practicality. It
|
||||
was designed to be a layer of functional tools over Python.
|
||||
|
||||
It was inspired by Clojure and Underscore (JS library).
|
||||
|
||||
WWW: https://github.com/Suor/funcy
|
Loading…
Reference in a new issue