pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-line_profiler
Module Name: pkgsrc
Committed By: adam
Date: Mon Jan 6 11:49:37 UTC 2025
Modified Files:
pkgsrc/devel/py-line_profiler: Makefile distinfo
Log Message:
py-line_profiler: updated to 4.2.0
4.2.0
Added support for annotated assignments in the static parser
Development Branch for 4.1.4
Remove 36 and 37 support
Fix noop code
Update docs
Support 313
Rotate secrets
Add unit example
Official 3.13 on CI
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-line_profiler/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-line_profiler/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/py-line_profiler/Makefile
diff -u pkgsrc/devel/py-line_profiler/Makefile:1.17 pkgsrc/devel/py-line_profiler/Makefile:1.18
--- pkgsrc/devel/py-line_profiler/Makefile:1.17 Mon Nov 11 07:28:14 2024
+++ pkgsrc/devel/py-line_profiler/Makefile Mon Jan 6 11:49:37 2025
@@ -1,15 +1,16 @@
-# $NetBSD: Makefile,v 1.17 2024/11/11 07:28:14 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2025/01/06 11:49:37 adam Exp $
-DISTNAME= line_profiler-4.1.3
+DISTNAME= line_profiler-4.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=l/line_profiler/}
MAINTAINER= minskim%NetBSD.org@localhost
-HOMEPAGE= https://github.com/rkern/line_profiler
+HOMEPAGE= https://github.com/pyutils/line_profiler
COMMENT= Python line-by-line profiler
LICENSE= modified-bsd
+TOOL_DEPENDS+= ${PYPKGPREFIX}-cython>=3.0.3:../../devel/py-cython
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=68.2.2:../../devel/py-setuptools
USE_LANGUAGES= # none
@@ -17,8 +18,6 @@ USE_LANGUAGES= # none
MAKE_ENV+= LINE_PROFILER_BUILD_METHOD=setuptools
INSTALL_ENV+= LINE_PROFILER_BUILD_METHOD=setuptools
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} kernprof kernprof-${PYVERSSUFFIX} || ${TRUE}
Index: pkgsrc/devel/py-line_profiler/distinfo
diff -u pkgsrc/devel/py-line_profiler/distinfo:1.9 pkgsrc/devel/py-line_profiler/distinfo:1.10
--- pkgsrc/devel/py-line_profiler/distinfo:1.9 Mon Apr 29 08:44:37 2024
+++ pkgsrc/devel/py-line_profiler/distinfo Mon Jan 6 11:49:37 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2024/04/29 08:44:37 adam Exp $
+$NetBSD: distinfo,v 1.10 2025/01/06 11:49:37 adam Exp $
-BLAKE2s (line_profiler-4.1.3.tar.gz) = 01223ece562bc8b4775b4bb015b1ce82a423bf098e068a322b605728eba6933f
-SHA512 (line_profiler-4.1.3.tar.gz) = f048571940a0556c58ad6f699c17c29eb632f21c4b97a6012b08f01bac8f6e05de1cc6d42048528aa75466f51c9c237f50648974617606f8a48bc87098f94422
-Size (line_profiler-4.1.3.tar.gz) = 196850 bytes
+BLAKE2s (line_profiler-4.2.0.tar.gz) = 153ab9e5cd08cde355d4e85c5eb858ebdd2d7a92f8e3db2eb164fe4316018dba
+SHA512 (line_profiler-4.2.0.tar.gz) = 2a02330e8a073ab517d49b8af4b105c700946ebb41ad44a1ba59039950f15db71cde980ef6ce2535bf31572c5fe4ae3740884e8ea662bee4104fe151b2449ced
+Size (line_profiler-4.2.0.tar.gz) = 199037 bytes
Home |
Main Index |
Thread Index |
Old Index