diff options
author | adam <adam@pkgsrc.org> | 2018-01-31 13:42:32 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-01-31 13:42:32 +0000 |
commit | 4980556a0afd3aa8bd7d0f627e899dc308008929 (patch) | |
tree | 61a8f3ffc086b949921038f78399d9c79fae2721 /devel | |
parent | 5052ae0ca127e868f1e12a3ce6010a2cdb889e8f (diff) | |
download | pkgsrc-4980556a0afd3aa8bd7d0f627e899dc308008929.tar.gz |
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 (limited to 'devel')
-rw-r--r-- | devel/py-line_profiler/Makefile | 11 | ||||
-rw-r--r-- | devel/py-line_profiler/PLIST | 17 | ||||
-rw-r--r-- | devel/py-line_profiler/distinfo | 10 |
3 files changed, 24 insertions, 14 deletions
diff --git a/devel/py-line_profiler/Makefile b/devel/py-line_profiler/Makefile index 7f53097a6b9..b60c109db5f 100644 --- a/devel/py-line_profiler/Makefile +++ b/devel/py-line_profiler/Makefile @@ -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 @@ post-install: 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 --git a/devel/py-line_profiler/PLIST b/devel/py-line_profiler/PLIST index 87b880f70f1..14487226e08 100644 --- a/devel/py-line_profiler/PLIST +++ b/devel/py-line_profiler/PLIST @@ -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 --git a/devel/py-line_profiler/distinfo b/devel/py-line_profiler/distinfo index 3d2b0a48cae..762fb40ed31 100644 --- a/devel/py-line_profiler/distinfo +++ b/devel/py-line_profiler/distinfo @@ -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 |