pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/py-maya Add py-maya-0.3.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e13c5ef28cd6
branches:  trunk
changeset: 369468:e13c5ef28cd6
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Sep 29 21:22:51 2017 +0000

description:
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.

diffstat:

 time/py-maya/DESCR    |   9 +++++++++
 time/py-maya/Makefile |  22 ++++++++++++++++++++++
 time/py-maya/PLIST    |  15 +++++++++++++++
 time/py-maya/distinfo |   6 ++++++
 4 files changed, 52 insertions(+), 0 deletions(-)

diffs (68 lines):

diff -r edb6fb5620d6 -r e13c5ef28cd6 time/py-maya/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/py-maya/DESCR        Fri Sep 29 21:22:51 2017 +0000
@@ -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.
diff -r edb6fb5620d6 -r e13c5ef28cd6 time/py-maya/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/py-maya/Makefile     Fri Sep 29 21:22:51 2017 +0000
@@ -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"
diff -r edb6fb5620d6 -r e13c5ef28cd6 time/py-maya/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/py-maya/PLIST        Fri Sep 29 21:22:51 2017 +0000
@@ -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
diff -r edb6fb5620d6 -r e13c5ef28cd6 time/py-maya/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/py-maya/distinfo     Fri Sep 29 21:22:51 2017 +0000
@@ -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