Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Apr 2019 19:37:01 +0000 (UTC)
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499310 - in head/devel: . py-funcy
Message-ID:  <201904181937.x3IJb17q035962@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Thu Apr 18 19:37:00 2019
New Revision: 499310
URL: https://svnweb.freebsd.org/changeset/ports/499310

Log:
  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)

Added:
  head/devel/py-funcy/
  head/devel/py-funcy/Makefile   (contents, props changed)
  head/devel/py-funcy/distinfo   (contents, props changed)
  head/devel/py-funcy/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Apr 18 19:16:36 2019	(r499309)
+++ head/devel/Makefile	Thu Apr 18 19:37:00 2019	(r499310)
@@ -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

Added: head/devel/py-funcy/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-funcy/Makefile	Thu Apr 18 19:37:00 2019	(r499310)
@@ -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>

Added: head/devel/py-funcy/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-funcy/distinfo	Thu Apr 18 19:37:00 2019	(r499310)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1555580042
+SHA256 (funcy-1.12.tar.gz) = 3f3fb0387c6083ac692a8ac90565a08c257cc4283dc3b136c15bcb3a3d80ab6d
+SIZE (funcy-1.12.tar.gz) = 376940

Added: head/devel/py-funcy/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-funcy/pkg-descr	Thu Apr 18 19:37:00 2019	(r499310)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904181937.x3IJb17q035962>