Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel py-boltons: added version 20.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f0fdbfc93f76
branches:  trunk
changeset: 435119:f0fdbfc93f76
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jul 01 07:02:59 2020 +0000

description:
py-boltons: added version 20.2.0

Boltons is a set of pure-Python utilities in the same spirit as - and yet
conspicuously missing from - the standard library, including:

* Atomic file saving, bolted on with fileutils
* A highly-optimized OrderedMultiDict, in dictutils
* Two types of PriorityQueue, in queueutils
* Chunked and windowed iteration, in iterutils
* A full-featured TracebackInfo type, for representing stack traces, in tbutils
* A lightweight UTC timezone available in timeutils.
* Recursive mapping for nested data transforms, with remap

diffstat:

 devel/Makefile            |   4 +-
 devel/py-boltons/DESCR    |  10 ++++
 devel/py-boltons/Makefile |  16 +++++++
 devel/py-boltons/PLIST    |  96 +++++++++++++++++++++++++++++++++++++++++++++++
 devel/py-boltons/distinfo |   6 ++
 5 files changed, 131 insertions(+), 1 deletions(-)

diffs (169 lines):

diff -r c43bbc624702 -r f0fdbfc93f76 devel/Makefile
--- a/devel/Makefile    Wed Jul 01 06:58:11 2020 +0000
+++ b/devel/Makefile    Wed Jul 01 07:02:59 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3148 2020/06/29 13:36:32 nikita Exp $
+# $NetBSD: Makefile,v 1.3149 2020/07/01 07:02:59 adam Exp $
 #
 
 COMMENT=       Development utilities
@@ -2128,6 +2128,7 @@
 SUBDIR+=       py-ZopeTestrunner
 SUBDIR+=       py-absl-py
 SUBDIR+=       py-adb
+SUBDIR+=       py-aiocontextvars
 SUBDIR+=       py-aiofiles
 SUBDIR+=       py-aiounittest
 SUBDIR+=       py-angr
@@ -2163,6 +2164,7 @@
 SUBDIR+=       py-binaryornot
 SUBDIR+=       py-blessings
 SUBDIR+=       py-blinker
+SUBDIR+=       py-boltons
 SUBDIR+=       py-boost
 SUBDIR+=       py-bugzilla
 SUBDIR+=       py-buildbot
diff -r c43bbc624702 -r f0fdbfc93f76 devel/py-boltons/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-boltons/DESCR    Wed Jul 01 07:02:59 2020 +0000
@@ -0,0 +1,10 @@
+Boltons is a set of pure-Python utilities in the same spirit as - and yet
+conspicuously missing from - the standard library, including:
+
+* Atomic file saving, bolted on with fileutils
+* A highly-optimized OrderedMultiDict, in dictutils
+* Two types of PriorityQueue, in queueutils
+* Chunked and windowed iteration, in iterutils
+* A full-featured TracebackInfo type, for representing stack traces, in tbutils
+* A lightweight UTC timezone available in timeutils.
+* Recursive mapping for nested data transforms, with remap
diff -r c43bbc624702 -r f0fdbfc93f76 devel/py-boltons/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-boltons/Makefile Wed Jul 01 07:02:59 2020 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2020/07/01 07:02:59 adam Exp $
+
+DISTNAME=      boltons-20.2.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=b/boltons/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/mahmoud/boltons
+COMMENT=       Functionality that should be in the standard library
+LICENSE=       modified-bsd
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c43bbc624702 -r f0fdbfc93f76 devel/py-boltons/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-boltons/PLIST    Wed Jul 01 07:02:59 2020 +0000
@@ -0,0 +1,96 @@
+@comment $NetBSD: PLIST,v 1.1 2020/07/01 07:02:59 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/boltons/__init__.py
+${PYSITELIB}/boltons/__init__.pyc
+${PYSITELIB}/boltons/__init__.pyo
+${PYSITELIB}/boltons/cacheutils.py
+${PYSITELIB}/boltons/cacheutils.pyc
+${PYSITELIB}/boltons/cacheutils.pyo
+${PYSITELIB}/boltons/debugutils.py
+${PYSITELIB}/boltons/debugutils.pyc
+${PYSITELIB}/boltons/debugutils.pyo
+${PYSITELIB}/boltons/deprutils.py
+${PYSITELIB}/boltons/deprutils.pyc
+${PYSITELIB}/boltons/deprutils.pyo
+${PYSITELIB}/boltons/dictutils.py
+${PYSITELIB}/boltons/dictutils.pyc
+${PYSITELIB}/boltons/dictutils.pyo
+${PYSITELIB}/boltons/easterutils.py
+${PYSITELIB}/boltons/easterutils.pyc
+${PYSITELIB}/boltons/easterutils.pyo
+${PYSITELIB}/boltons/ecoutils.py
+${PYSITELIB}/boltons/ecoutils.pyc
+${PYSITELIB}/boltons/ecoutils.pyo
+${PYSITELIB}/boltons/excutils.py
+${PYSITELIB}/boltons/excutils.pyc
+${PYSITELIB}/boltons/excutils.pyo
+${PYSITELIB}/boltons/fileutils.py
+${PYSITELIB}/boltons/fileutils.pyc
+${PYSITELIB}/boltons/fileutils.pyo
+${PYSITELIB}/boltons/formatutils.py
+${PYSITELIB}/boltons/formatutils.pyc
+${PYSITELIB}/boltons/formatutils.pyo
+${PYSITELIB}/boltons/funcutils.py
+${PYSITELIB}/boltons/funcutils.pyc
+${PYSITELIB}/boltons/funcutils.pyo
+${PYSITELIB}/boltons/gcutils.py
+${PYSITELIB}/boltons/gcutils.pyc
+${PYSITELIB}/boltons/gcutils.pyo
+${PYSITELIB}/boltons/ioutils.py
+${PYSITELIB}/boltons/ioutils.pyc
+${PYSITELIB}/boltons/ioutils.pyo
+${PYSITELIB}/boltons/iterutils.py
+${PYSITELIB}/boltons/iterutils.pyc
+${PYSITELIB}/boltons/iterutils.pyo
+${PYSITELIB}/boltons/jsonutils.py
+${PYSITELIB}/boltons/jsonutils.pyc
+${PYSITELIB}/boltons/jsonutils.pyo
+${PYSITELIB}/boltons/listutils.py
+${PYSITELIB}/boltons/listutils.pyc
+${PYSITELIB}/boltons/listutils.pyo
+${PYSITELIB}/boltons/mathutils.py
+${PYSITELIB}/boltons/mathutils.pyc
+${PYSITELIB}/boltons/mathutils.pyo
+${PYSITELIB}/boltons/mboxutils.py
+${PYSITELIB}/boltons/mboxutils.pyc
+${PYSITELIB}/boltons/mboxutils.pyo
+${PYSITELIB}/boltons/namedutils.py
+${PYSITELIB}/boltons/namedutils.pyc
+${PYSITELIB}/boltons/namedutils.pyo
+${PYSITELIB}/boltons/pathutils.py
+${PYSITELIB}/boltons/pathutils.pyc
+${PYSITELIB}/boltons/pathutils.pyo
+${PYSITELIB}/boltons/queueutils.py
+${PYSITELIB}/boltons/queueutils.pyc
+${PYSITELIB}/boltons/queueutils.pyo
+${PYSITELIB}/boltons/setutils.py
+${PYSITELIB}/boltons/setutils.pyc
+${PYSITELIB}/boltons/setutils.pyo
+${PYSITELIB}/boltons/socketutils.py
+${PYSITELIB}/boltons/socketutils.pyc
+${PYSITELIB}/boltons/socketutils.pyo
+${PYSITELIB}/boltons/statsutils.py
+${PYSITELIB}/boltons/statsutils.pyc
+${PYSITELIB}/boltons/statsutils.pyo
+${PYSITELIB}/boltons/strutils.py
+${PYSITELIB}/boltons/strutils.pyc
+${PYSITELIB}/boltons/strutils.pyo
+${PYSITELIB}/boltons/tableutils.py
+${PYSITELIB}/boltons/tableutils.pyc
+${PYSITELIB}/boltons/tableutils.pyo
+${PYSITELIB}/boltons/tbutils.py
+${PYSITELIB}/boltons/tbutils.pyc
+${PYSITELIB}/boltons/tbutils.pyo
+${PYSITELIB}/boltons/timeutils.py
+${PYSITELIB}/boltons/timeutils.pyc
+${PYSITELIB}/boltons/timeutils.pyo
+${PYSITELIB}/boltons/typeutils.py
+${PYSITELIB}/boltons/typeutils.pyc
+${PYSITELIB}/boltons/typeutils.pyo
+${PYSITELIB}/boltons/urlutils.py
+${PYSITELIB}/boltons/urlutils.pyc
+${PYSITELIB}/boltons/urlutils.pyo
diff -r c43bbc624702 -r f0fdbfc93f76 devel/py-boltons/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-boltons/distinfo Wed Jul 01 07:02:59 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/07/01 07:02:59 adam Exp $
+
+SHA1 (boltons-20.2.0.tar.gz) = 9f7dce18ef8a14fe43f6fae15dfb37bdb86a79b6
+RMD160 (boltons-20.2.0.tar.gz) = b5844b78be395a5b1a8ef8839c8e1cc14dbae1ba
+SHA512 (boltons-20.2.0.tar.gz) = 2ef2cc7ec8c6369b15b3600d0dda587b1ca4bc966ebc2ab6bd999650ec137c9e84245fcea96ad54f77191100b05dc73d6080f4cca79e9cd9a1c402b707b45f42
+Size (boltons-20.2.0.tar.gz) = 172553 bytes



Home | Main Index | Thread Index | Old Index