pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel py-dash: added version 4.5.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/28998638f192
branches:  trunk
changeset: 308439:28998638f192
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed May 23 09:28:30 2018 +0000

description:
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.

diffstat:

 devel/Makefile         |   3 ++-
 devel/py-dash/DESCR    |   2 ++
 devel/py-dash/Makefile |  16 ++++++++++++++++
 devel/py-dash/PLIST    |  47 +++++++++++++++++++++++++++++++++++++++++++++++
 devel/py-dash/distinfo |   6 ++++++
 5 files changed, 73 insertions(+), 1 deletions(-)

diffs (104 lines):

diff -r 23b93c0f8400 -r 28998638f192 devel/Makefile
--- a/devel/Makefile    Wed May 23 09:26:54 2018 +0000
+++ b/devel/Makefile    Wed May 23 09:28:30 2018 +0000
@@ -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-daemon
 SUBDIR+=       py-daemonize
 SUBDIR+=       py-darcsver
+SUBDIR+=       py-dash
 SUBDIR+=       py-ddt
 SUBDIR+=       py-decorator
 SUBDIR+=       py-deprecation
diff -r 23b93c0f8400 -r 28998638f192 devel/py-dash/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-dash/DESCR       Wed May 23 09:28:30 2018 +0000
@@ -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.
diff -r 23b93c0f8400 -r 28998638f192 devel/py-dash/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-dash/Makefile    Wed May 23 09:28:30 2018 +0000
@@ -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@localhost
+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"
diff -r 23b93c0f8400 -r 28998638f192 devel/py-dash/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-dash/PLIST       Wed May 23 09:28:30 2018 +0000
@@ -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
diff -r 23b93c0f8400 -r 28998638f192 devel/py-dash/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-dash/distinfo    Wed May 23 09:28:30 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index