pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/py-maya



Module Name:    pkgsrc
Committed By:   joerg
Date:           Fri Sep 29 21:22:51 UTC 2017

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

Log Message:
Add py-maya-0.3.2:

Datetimes are very frustrating to work with in Python, especially when
dealing with different locales on different systems. This library exists
to make the simple things much easier, while admitting that time is an
illusion (timezones doubly so).

Datetimes should be interacted with via an API written for humans.

Maya is mostly built around the headaches and use-cases around parsing
datetime data from websites.


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

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

Added files:

Index: pkgsrc/time/py-maya/DESCR
diff -u /dev/null pkgsrc/time/py-maya/DESCR:1.1
--- /dev/null   Fri Sep 29 21:22:51 2017
+++ pkgsrc/time/py-maya/DESCR   Fri Sep 29 21:22:51 2017
@@ -0,0 +1,9 @@
+Datetimes are very frustrating to work with in Python, especially when
+dealing with different locales on different systems. This library exists
+to make the simple things much easier, while admitting that time is an
+illusion (timezones doubly so).
+
+Datetimes should be interacted with via an API written for humans.
+
+Maya is mostly built around the headaches and use-cases around parsing
+datetime data from websites.
Index: pkgsrc/time/py-maya/Makefile
diff -u /dev/null pkgsrc/time/py-maya/Makefile:1.1
--- /dev/null   Fri Sep 29 21:22:51 2017
+++ pkgsrc/time/py-maya/Makefile        Fri Sep 29 21:22:51 2017
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2017/09/29 21:22:51 joerg Exp $
+
+DISTNAME=      maya-0.3.2
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    python time
+MASTER_SITES=  ${MASTER_SITE_PYPI:=m/maya/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/kennethreitz/maya
+COMMENT=       Human-friendly date and time handling
+LICENSE=       mit
+
+USE_LANGUAGES= # none
+
+DEPENDS+=              ${PYPKGPREFIX}-ruamel-yaml>=0.10.12:../../devel/py-ruamel-yaml
+DEPENDS+=              ${PYPKGPREFIX}-humanize-[0-9]*:../../textproc/py-humanize
+DEPENDS+=              ${PYPKGPREFIX}-dateparser-[0-9]*:../../time/py-dateparser
+DEPENDS+=              ${PYPKGPREFIX}-pendulum-[0-9]*:../../time/py-pendulum
+DEPENDS+=              ${PYPKGPREFIX}-tzlocal-[0-9]*:../../time/py-tzlocal
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/time/py-maya/PLIST
diff -u /dev/null pkgsrc/time/py-maya/PLIST:1.1
--- /dev/null   Fri Sep 29 21:22:51 2017
+++ pkgsrc/time/py-maya/PLIST   Fri Sep 29 21:22:51 2017
@@ -0,0 +1,15 @@
+@comment $NetBSD: PLIST,v 1.1 2017/09/29 21:22:51 joerg Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/maya/__init__.py
+${PYSITELIB}/maya/__init__.pyc
+${PYSITELIB}/maya/__init__.pyo
+${PYSITELIB}/maya/compat.py
+${PYSITELIB}/maya/compat.pyc
+${PYSITELIB}/maya/compat.pyo
+${PYSITELIB}/maya/core.py
+${PYSITELIB}/maya/core.pyc
+${PYSITELIB}/maya/core.pyo
Index: pkgsrc/time/py-maya/distinfo
diff -u /dev/null pkgsrc/time/py-maya/distinfo:1.1
--- /dev/null   Fri Sep 29 21:22:51 2017
+++ pkgsrc/time/py-maya/distinfo        Fri Sep 29 21:22:51 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/09/29 21:22:51 joerg Exp $
+
+SHA1 (maya-0.3.2.tar.gz) = 3018922d9e3cbfdd6e29aade6691d438e47434a1
+RMD160 (maya-0.3.2.tar.gz) = 699be35913b552e7a8f7d2f61957d5283c450c0e
+SHA512 (maya-0.3.2.tar.gz) = bdd91aaa92d52ad0c7a2af9eca28e6076e204f6a28a57f18cbc7bf543d6fb331a9329100ebb7231206acc7ee019cd732a3b4bd26894aeb6f746b92f0288ead3d
+Size (maya-0.3.2.tar.gz) = 8715 bytes



Home | Main Index | Thread Index | Old Index