Received: by mail.netbsd.org (Postfix, from userid 605) id A8DB184DB2; Wed, 23 May 2018 09:28:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3431184CD0 for ; Wed, 23 May 2018 09:28:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id zlgQUZWntzFN for ; Wed, 23 May 2018 09:28:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9835284C85 for ; Wed, 23 May 2018 09:28:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9606EFBEC; Wed, 23 May 2018 09:28:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1527067710212510" MIME-Version: 1.0 Date: Wed, 23 May 2018 09:28:30 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20180523092830.9606EFBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1527067710212510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed May 23 09:28:30 UTC 2018 Modified Files: pkgsrc/devel: Makefile Added Files: pkgsrc/devel/py-dash: DESCR Makefile PLIST distinfo Log Message: py-dash: added version 4.5.0 The kitchen sink of Python utility libraries for doing "stuff" in a functional way. Based on the Lo-Dash Javascript library. To generate a diff of this commit: cvs rdiff -u -r1.2681 -r1.2682 pkgsrc/devel/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-dash/DESCR \ pkgsrc/devel/py-dash/Makefile pkgsrc/devel/py-dash/PLIST \ pkgsrc/devel/py-dash/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1527067710212510 Content-Disposition: inline Content-Length: 4053 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.2681 pkgsrc/devel/Makefile:1.2682 --- pkgsrc/devel/Makefile:1.2681 Wed May 23 09:26:54 2018 +++ pkgsrc/devel/Makefile Wed May 23 09:28:30 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2681 2018/05/23 09:26:54 adam Exp $ +# $NetBSD: Makefile,v 1.2682 2018/05/23 09:28:30 adam Exp $ # COMMENT= Development utilities @@ -1947,6 +1947,7 @@ SUBDIR+= py-d2to1 SUBDIR+= py-daemon SUBDIR+= py-daemonize SUBDIR+= py-darcsver +SUBDIR+= py-dash SUBDIR+= py-ddt SUBDIR+= py-decorator SUBDIR+= py-deprecation Added files: Index: pkgsrc/devel/py-dash/DESCR diff -u /dev/null pkgsrc/devel/py-dash/DESCR:1.1 --- /dev/null Wed May 23 09:28:30 2018 +++ pkgsrc/devel/py-dash/DESCR Wed May 23 09:28:30 2018 @@ -0,0 +1,2 @@ +The kitchen sink of Python utility libraries for doing "stuff" in a functional +way. Based on the Lo-Dash Javascript library. Index: pkgsrc/devel/py-dash/Makefile diff -u /dev/null pkgsrc/devel/py-dash/Makefile:1.1 --- /dev/null Wed May 23 09:28:30 2018 +++ pkgsrc/devel/py-dash/Makefile Wed May 23 09:28:30 2018 @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2018/05/23 09:28:30 adam Exp $ + +DISTNAME= pydash-4.5.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} +CATEGORIES= devel python +MASTER_SITES= ${MASTER_SITE_PYPI:=p/pydash/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/dgilland/pydash +COMMENT= Python utility libraries for doing stuff in a functional way +LICENSE= mit + +USE_LANGUAGES= # none + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-dash/PLIST diff -u /dev/null pkgsrc/devel/py-dash/PLIST:1.1 --- /dev/null Wed May 23 09:28:30 2018 +++ pkgsrc/devel/py-dash/PLIST Wed May 23 09:28:30 2018 @@ -0,0 +1,47 @@ +@comment $NetBSD: PLIST,v 1.1 2018/05/23 09:28:30 adam Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/pydash/__init__.py +${PYSITELIB}/pydash/__init__.pyc +${PYSITELIB}/pydash/__init__.pyo +${PYSITELIB}/pydash/__pkg__.py +${PYSITELIB}/pydash/__pkg__.pyc +${PYSITELIB}/pydash/__pkg__.pyo +${PYSITELIB}/pydash/_compat.py +${PYSITELIB}/pydash/_compat.pyc +${PYSITELIB}/pydash/_compat.pyo +${PYSITELIB}/pydash/arrays.py +${PYSITELIB}/pydash/arrays.pyc +${PYSITELIB}/pydash/arrays.pyo +${PYSITELIB}/pydash/chaining.py +${PYSITELIB}/pydash/chaining.pyc +${PYSITELIB}/pydash/chaining.pyo +${PYSITELIB}/pydash/collections.py +${PYSITELIB}/pydash/collections.pyc +${PYSITELIB}/pydash/collections.pyo +${PYSITELIB}/pydash/exceptions.py +${PYSITELIB}/pydash/exceptions.pyc +${PYSITELIB}/pydash/exceptions.pyo +${PYSITELIB}/pydash/functions.py +${PYSITELIB}/pydash/functions.pyc +${PYSITELIB}/pydash/functions.pyo +${PYSITELIB}/pydash/helpers.py +${PYSITELIB}/pydash/helpers.pyc +${PYSITELIB}/pydash/helpers.pyo +${PYSITELIB}/pydash/numerical.py +${PYSITELIB}/pydash/numerical.pyc +${PYSITELIB}/pydash/numerical.pyo +${PYSITELIB}/pydash/objects.py +${PYSITELIB}/pydash/objects.pyc +${PYSITELIB}/pydash/objects.pyo +${PYSITELIB}/pydash/predicates.py +${PYSITELIB}/pydash/predicates.pyc +${PYSITELIB}/pydash/predicates.pyo +${PYSITELIB}/pydash/strings.py +${PYSITELIB}/pydash/strings.pyc +${PYSITELIB}/pydash/strings.pyo +${PYSITELIB}/pydash/utilities.py +${PYSITELIB}/pydash/utilities.pyc +${PYSITELIB}/pydash/utilities.pyo Index: pkgsrc/devel/py-dash/distinfo diff -u /dev/null pkgsrc/devel/py-dash/distinfo:1.1 --- /dev/null Wed May 23 09:28:30 2018 +++ pkgsrc/devel/py-dash/distinfo Wed May 23 09:28:30 2018 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/05/23 09:28:30 adam Exp $ + +SHA1 (pydash-4.5.0.tar.gz) = 8e526483413d20aee43b5bc74468938a278ea044 +RMD160 (pydash-4.5.0.tar.gz) = fd0c0ad73520706c4f35ec085b484986111a5d98 +SHA512 (pydash-4.5.0.tar.gz) = a0f451f9b4e3335f28181c25a646fa8bd3cb8fedaa03a79c503f112291a70be53160e5b30f51607e2c636a63ef632affa9bfe2082b6d09860a38e623a9c225f8 +Size (pydash-4.5.0.tar.gz) = 132571 bytes --_----------=_1527067710212510--