pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-line_profiler py-line_profiler: updated to 2.1.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca570dd519b0
branches:  trunk
changeset: 374916:ca570dd519b0
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jan 31 13:42:32 2018 +0000

description:
py-line_profiler: updated to 2.1.2

2.1:
ENH: Add support for Python 3.5 coroutines
ENH: Documentation updates
ENH: CI for most recent Python versions (3.5, 3.6, 3.6-dev, 3.7-dev, nightly)
ENH: Add timer unit argument for output time granularity spec

diffstat:

 devel/py-line_profiler/Makefile |  11 +++++++++--
 devel/py-line_profiler/PLIST    |  17 ++++++++++-------
 devel/py-line_profiler/distinfo |  10 +++++-----
 3 files changed, 24 insertions(+), 14 deletions(-)

diffs (70 lines):

diff -r cb954d4eb993 -r ca570dd519b0 devel/py-line_profiler/Makefile
--- a/devel/py-line_profiler/Makefile   Wed Jan 31 13:21:55 2018 +0000
+++ b/devel/py-line_profiler/Makefile   Wed Jan 31 13:42:32 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2017/10/17 18:37:22 adam Exp $
+# $NetBSD: Makefile,v 1.4 2018/01/31 13:42:32 adam Exp $
 
-DISTNAME=      line_profiler-2.0
+DISTNAME=      line_profiler-2.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/line_profiler/}
@@ -18,6 +18,13 @@
 
 PYTHON_VERSIONED_DEPENDENCIES= ipython
 
+.include "../../lang/python/pyversion.mk"
+
+PLIST_VARS+=   py35
+.if "${PYPKGPREFIX}" != "py27" && "${PYPKGPREFIX}" != "py34"
+PLIST.py35=    yes
+.endif
+
 .include "../../lang/python/egg.mk"
 .include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r cb954d4eb993 -r ca570dd519b0 devel/py-line_profiler/PLIST
--- a/devel/py-line_profiler/PLIST      Wed Jan 31 13:21:55 2018 +0000
+++ b/devel/py-line_profiler/PLIST      Wed Jan 31 13:42:32 2018 +0000
@@ -1,15 +1,18 @@
-@comment $NetBSD: PLIST,v 1.1 2017/03/17 21:30:35 minskim Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/01/31 13:42:32 adam Exp $
 bin/kernprof${PYVERSSUFFIX}
-${PYSITELIB}/kernprof.pyo
-${PYSITELIB}/kernprof.pyc
-${PYSITELIB}/line_profiler.pyo
-${PYSITELIB}/line_profiler.pyc
-${PYSITELIB}/_line_profiler.so
-${PYSITELIB}/kernprof.py
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/_line_profiler.so
+${PYSITELIB}/kernprof.py
+${PYSITELIB}/kernprof.pyc
+${PYSITELIB}/kernprof.pyo
 ${PYSITELIB}/line_profiler.py
+${PYSITELIB}/line_profiler.pyc
+${PYSITELIB}/line_profiler.pyo
+${PLIST.py3x}${PYSITELIB}/line_profiler_py35.py
+${PLIST.py35}${PYSITELIB}/line_profiler_py35.pyc
+${PLIST.py35}${PYSITELIB}/line_profiler_py35.pyo
diff -r cb954d4eb993 -r ca570dd519b0 devel/py-line_profiler/distinfo
--- a/devel/py-line_profiler/distinfo   Wed Jan 31 13:21:55 2018 +0000
+++ b/devel/py-line_profiler/distinfo   Wed Jan 31 13:42:32 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/03/17 21:30:35 minskim Exp $
+$NetBSD: distinfo,v 1.2 2018/01/31 13:42:32 adam Exp $
 
-SHA1 (line_profiler-2.0.tar.gz) = 3b09b4d07c7403d9be3d7874b40e2e7da34b1e70
-RMD160 (line_profiler-2.0.tar.gz) = 60e207075905adf868123edf911773fff4d803eb
-SHA512 (line_profiler-2.0.tar.gz) = c0335fc69fb47c150fa5555af4f7fdf4b172ca12ee6512e04ba854c4a81f3e6ee5594e484d11c8ea7e9e8048e3f3b8661db52332d4ac645195a0e050acea4ecb
-Size (line_profiler-2.0.tar.gz) = 68478 bytes
+SHA1 (line_profiler-2.1.2.tar.gz) = 080238497cf47d04abc15ff476bd2348bac9f0bd
+RMD160 (line_profiler-2.1.2.tar.gz) = b41db04a1f5dc118a0850fab219e53e3e579abfd
+SHA512 (line_profiler-2.1.2.tar.gz) = 625a585915d338fe8ef2f37c5b5bc024f769a623380b85725bcf33686e4cc62a211c2e91552e093dee940367b0d2ad306c5cbe7f1e8f1574eb731d128b8e22bd
+Size (line_profiler-2.1.2.tar.gz) = 83131 bytes



Home | Main Index | Thread Index | Old Index