pkgsrc-Changes archive

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

CVS commit: pkgsrc/time



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Oct  9 12:24:17 UTC 2023

Modified Files:
        pkgsrc/time: Makefile
Added Files:
        pkgsrc/time/py-types-python-dateutil: DESCR Makefile PLIST distinfo

Log Message:
py-types-python-dateutil: added version 2.8.19.14

This is a PEP 561 type stub package for the python-dateutil package. It can be
used by type-checking tools like mypy, pyright, pytype, PyCharm, etc. to check
code that uses python-dateutil.


To generate a diff of this commit:
cvs rdiff -u -r1.259 -r1.260 pkgsrc/time/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/time/py-types-python-dateutil/DESCR \
    pkgsrc/time/py-types-python-dateutil/Makefile \
    pkgsrc/time/py-types-python-dateutil/PLIST \
    pkgsrc/time/py-types-python-dateutil/distinfo

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

Modified files:

Index: pkgsrc/time/Makefile
diff -u pkgsrc/time/Makefile:1.259 pkgsrc/time/Makefile:1.260
--- pkgsrc/time/Makefile:1.259  Wed Oct  4 21:01:58 2023
+++ pkgsrc/time/Makefile        Mon Oct  9 12:24:17 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.259 2023/10/04 21:01:58 adam Exp $
+# $NetBSD: Makefile,v 1.260 2023/10/09 12:24:17 adam Exp $
 #
 
 COMMENT=       Clocks, calendars, daily planners and other time related applications
@@ -185,6 +185,7 @@ SUBDIR+=    py-trading-calendars
 SUBDIR+=       py-trytond-company-work-time
 SUBDIR+=       py-trytond-timesheet
 SUBDIR+=       py-trytond-timesheet-cost
+SUBDIR+=       py-types-python-dateutil
 SUBDIR+=       py-tzdata
 SUBDIR+=       py-tzlocal
 SUBDIR+=       py-vdirsyncer

Added files:

Index: pkgsrc/time/py-types-python-dateutil/DESCR
diff -u /dev/null pkgsrc/time/py-types-python-dateutil/DESCR:1.1
--- /dev/null   Mon Oct  9 12:24:17 2023
+++ pkgsrc/time/py-types-python-dateutil/DESCR  Mon Oct  9 12:24:17 2023
@@ -0,0 +1,3 @@
+This is a PEP 561 type stub package for the python-dateutil package. It can be
+used by type-checking tools like mypy, pyright, pytype, PyCharm, etc. to check
+code that uses python-dateutil.
Index: pkgsrc/time/py-types-python-dateutil/Makefile
diff -u /dev/null pkgsrc/time/py-types-python-dateutil/Makefile:1.1
--- /dev/null   Mon Oct  9 12:24:17 2023
+++ pkgsrc/time/py-types-python-dateutil/Makefile       Mon Oct  9 12:24:17 2023
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2023/10/09 12:24:17 adam Exp $
+
+DISTNAME=      types-python-dateutil-2.8.19.14
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    time python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=t/types-python-dateutil/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/python/typeshed
+COMMENT=       Typing stubs for python-dateutil
+LICENSE=       apache-2.0
+
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/pyversion.mk"
+.if ${PYTHON_VERSION} < 308
+DEPENDS+=      ${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions
+.endif
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/time/py-types-python-dateutil/PLIST
diff -u /dev/null pkgsrc/time/py-types-python-dateutil/PLIST:1.1
--- /dev/null   Mon Oct  9 12:24:17 2023
+++ pkgsrc/time/py-types-python-dateutil/PLIST  Mon Oct  9 12:24:17 2023
@@ -0,0 +1,19 @@
+@comment $NetBSD: PLIST,v 1.1 2023/10/09 12:24:17 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/dateutil-stubs/METADATA.toml
+${PYSITELIB}/dateutil-stubs/__init__.pyi
+${PYSITELIB}/dateutil-stubs/_common.pyi
+${PYSITELIB}/dateutil-stubs/easter.pyi
+${PYSITELIB}/dateutil-stubs/parser/__init__.pyi
+${PYSITELIB}/dateutil-stubs/parser/isoparser.pyi
+${PYSITELIB}/dateutil-stubs/relativedelta.pyi
+${PYSITELIB}/dateutil-stubs/rrule.pyi
+${PYSITELIB}/dateutil-stubs/tz/__init__.pyi
+${PYSITELIB}/dateutil-stubs/tz/_common.pyi
+${PYSITELIB}/dateutil-stubs/tz/tz.pyi
+${PYSITELIB}/dateutil-stubs/utils.pyi
+${PYSITELIB}/dateutil-stubs/zoneinfo/__init__.pyi
+${PYSITELIB}/dateutil-stubs/zoneinfo/rebuild.pyi
Index: pkgsrc/time/py-types-python-dateutil/distinfo
diff -u /dev/null pkgsrc/time/py-types-python-dateutil/distinfo:1.1
--- /dev/null   Mon Oct  9 12:24:17 2023
+++ pkgsrc/time/py-types-python-dateutil/distinfo       Mon Oct  9 12:24:17 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/10/09 12:24:17 adam Exp $
+
+BLAKE2s (types-python-dateutil-2.8.19.14.tar.gz) = ca4964a124c086cc0208020d6aed745b001d4caa436cf49342b647dc1c9c4473
+SHA512 (types-python-dateutil-2.8.19.14.tar.gz) = ca8c58344bede5701179e51b09246de3129128d65786cfefa4fb0d1a912e375c79eee2963dcb0cd1b017ec1c4898450aad1a6f75d3ac7606e3cc1225f44ed69c
+Size (types-python-dateutil-2.8.19.14.tar.gz) = 8720 bytes



Home | Main Index | Thread Index | Old Index