pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel
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.
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@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"
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
Home |
Main Index |
Thread Index |
Old Index