pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/py-librt



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan 25 23:22:07 UTC 2026

Added Files:
        pkgsrc/lang/py-librt: DESCR Makefile PLIST distinfo

Log Message:
lang/py-librt: import py-librt-0.7.8

This library contains efficient C implementations of various Python
standard library classes and functions. Mypyc can use these fast
implementations when compiling Python code to native extension
modules.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/py-librt/DESCR \
    pkgsrc/lang/py-librt/Makefile pkgsrc/lang/py-librt/PLIST \
    pkgsrc/lang/py-librt/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/lang/py-librt/DESCR
diff -u /dev/null pkgsrc/lang/py-librt/DESCR:1.1
--- /dev/null   Sun Jan 25 23:22:07 2026
+++ pkgsrc/lang/py-librt/DESCR  Sun Jan 25 23:22:07 2026
@@ -0,0 +1,4 @@
+This library contains efficient C implementations of various Python
+standard library classes and functions. Mypyc can use these fast
+implementations when compiling Python code to native extension
+modules.
Index: pkgsrc/lang/py-librt/Makefile
diff -u /dev/null pkgsrc/lang/py-librt/Makefile:1.1
--- /dev/null   Sun Jan 25 23:22:07 2026
+++ pkgsrc/lang/py-librt/Makefile       Sun Jan 25 23:22:07 2026
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2026/01/25 23:22:07 wiz Exp $
+
+DISTNAME=      librt-0.7.8
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    lang
+MASTER_SITES=  ${MASTER_SITE_PYPI:=l/librt/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://pypi.org/project/librt/
+COMMENT=       Mypyc runtime library
+LICENSE=       mit
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+DEPENDS+=      ${PYPKGPREFIX}-mypy_extensions-[0-9]*:../../lang/py-mypy_extensions
+
+do-test:
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} smoke_tests.py
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/lang/py-librt/PLIST
diff -u /dev/null pkgsrc/lang/py-librt/PLIST:1.1
--- /dev/null   Sun Jan 25 23:22:07 2026
+++ pkgsrc/lang/py-librt/PLIST  Sun Jan 25 23:22:07 2026
@@ -0,0 +1,14 @@
+@comment $NetBSD: PLIST,v 1.1 2026/01/25 23:22:07 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/librt/__init__.pyi
+${PYSITELIB}/librt/base64.pyi
+${PYSITELIB}/librt/base64.so
+${PYSITELIB}/librt/internal.pyi
+${PYSITELIB}/librt/internal.so
+${PYSITELIB}/librt/py.typed
+${PYSITELIB}/librt/strings.pyi
+${PYSITELIB}/librt/strings.so
Index: pkgsrc/lang/py-librt/distinfo
diff -u /dev/null pkgsrc/lang/py-librt/distinfo:1.1
--- /dev/null   Sun Jan 25 23:22:07 2026
+++ pkgsrc/lang/py-librt/distinfo       Sun Jan 25 23:22:07 2026
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2026/01/25 23:22:07 wiz Exp $
+
+BLAKE2s (librt-0.7.8.tar.gz) = 108e158ac5baeb002140620d967e5fa9aca14f7799f8bd0cb9699c7aacb5e6b0
+SHA512 (librt-0.7.8.tar.gz) = bd562ea330a64018281deb6b02a87b54bb98e02b0d615bfba6dee8000a1bfe03c3f8e90835b8f5db3211d480663a1e40af95992a1b60c43a173b0865feba3320
+Size (librt-0.7.8.tar.gz) = 148323 bytes



Home | Main Index | Thread Index | Old Index