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:           Thu Dec 26 22:15:19 UTC 2024

Modified Files:
        pkgsrc/time: Makefile
Added Files:
        pkgsrc/time/py-timelib: DESCR Makefile PLIST distinfo

Log Message:
py-timelib: added version 0.3.0

timelib is a short wrapper around php's internal timelib module.


To generate a diff of this commit:
cvs rdiff -u -r1.276 -r1.277 pkgsrc/time/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/time/py-timelib/DESCR \
    pkgsrc/time/py-timelib/Makefile pkgsrc/time/py-timelib/PLIST \
    pkgsrc/time/py-timelib/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.276 pkgsrc/time/Makefile:1.277
--- pkgsrc/time/Makefile:1.276  Wed Dec 11 15:23:52 2024
+++ pkgsrc/time/Makefile        Thu Dec 26 22:15:19 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.276 2024/12/11 15:23:52 taca Exp $
+# $NetBSD: Makefile,v 1.277 2024/12/26 22:15:19 adam Exp $
 #
 
 COMMENT=       Clocks, calendars, daily planners and other time related applications
@@ -187,6 +187,7 @@ SUBDIR+=    py-snaptime
 SUBDIR+=       py-strict-rfc3339
 SUBDIR+=       py-tempora
 SUBDIR+=       py-time-machine
+SUBDIR+=       py-timelib
 SUBDIR+=       py-trading-calendars
 SUBDIR+=       py-trytond-company-work-time
 SUBDIR+=       py-trytond-timesheet

Added files:

Index: pkgsrc/time/py-timelib/DESCR
diff -u /dev/null pkgsrc/time/py-timelib/DESCR:1.1
--- /dev/null   Thu Dec 26 22:15:19 2024
+++ pkgsrc/time/py-timelib/DESCR        Thu Dec 26 22:15:19 2024
@@ -0,0 +1 @@
+timelib is a short wrapper around php's internal timelib module.
Index: pkgsrc/time/py-timelib/Makefile
diff -u /dev/null pkgsrc/time/py-timelib/Makefile:1.1
--- /dev/null   Thu Dec 26 22:15:19 2024
+++ pkgsrc/time/py-timelib/Makefile     Thu Dec 26 22:15:19 2024
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2024/12/26 22:15:19 adam Exp $
+
+DISTNAME=      timelib-0.3.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    time python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=t/timelib/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/pediapress/timelib
+COMMENT=       Parse English textual date descriptions
+LICENSE=       zlib
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/time/py-timelib/PLIST
diff -u /dev/null pkgsrc/time/py-timelib/PLIST:1.1
--- /dev/null   Thu Dec 26 22:15:19 2024
+++ pkgsrc/time/py-timelib/PLIST        Thu Dec 26 22:15:19 2024
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1 2024/12/26 22:15:19 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/timelib.so
Index: pkgsrc/time/py-timelib/distinfo
diff -u /dev/null pkgsrc/time/py-timelib/distinfo:1.1
--- /dev/null   Thu Dec 26 22:15:19 2024
+++ pkgsrc/time/py-timelib/distinfo     Thu Dec 26 22:15:19 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/12/26 22:15:19 adam Exp $
+
+BLAKE2s (timelib-0.3.0.tar.gz) = f96ba5fe0ae1740e5a4e9849ed5f88811ea73928bf7c0be00327627e477048ef
+SHA512 (timelib-0.3.0.tar.gz) = ce3b7efd1ee9ae09ef398eda8870fa4e2c642047c15599aec6ce0fe5f19381dccc940d4b461aafbe9161896377eb962c27c47fb99700212299d05629a870ffe6
+Size (timelib-0.3.0.tar.gz) = 308768 bytes



Home | Main Index | Thread Index | Old Index