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:
Kai Knoblich 2019-04-18 19:37:00 +00:00
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

View file

@ -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
View 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
View 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
View 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