Import py27-arrow-0.4.2 as wip/py-arrow.
Arrow is a Python library that offers a sensible, human-friendly approach to creating, manipulating, formatting and converting dates, times, and timestamps It implements and updates the datetime type, plugging gaps in functionality, and provides an intelligent module API that supports many common creation scenarios Simply put, it helps you work with dates and times with fewer imports and a lot less code.
This commit is contained in:
parent
79f05ca128
commit
e141551c9a
4 changed files with 61 additions and 0 deletions
6
py-arrow/DESCR
Normal file
6
py-arrow/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
Arrow is a Python library that offers a sensible, human-friendly approach to
|
||||
creating, manipulating, formatting and converting dates, times, and timestamps
|
||||
It implements and updates the datetime type, plugging gaps in functionality, and
|
||||
provides an intelligent module API that supports many common creation scenarios
|
||||
Simply put, it helps you work with dates and times with fewer imports and
|
||||
a lot less code.
|
19
py-arrow/Makefile
Normal file
19
py-arrow/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.1 2014/05/10 21:40:30 jihbed Exp $
|
||||
|
||||
DISTNAME= arrow-0.4.2
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= time python
|
||||
MASTER_SITES= https://pypi.python.org/packages/source/a/arrow/
|
||||
|
||||
MAINTAINER= kamelderouiche@yahoo.com
|
||||
HOMEPAGE= http://crsmithdev.com/arrow/
|
||||
COMMENT= Better dates and times for Python
|
||||
LICENSE= apache-2.0
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
PYTHON_VERSIONS_ACCEPTED= 34 33 27 26
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
DEPENDS+= ${PYPKGPREFIX}-dateutil>=1.5:../../time/py-dateutil
|
||||
.include "../../mk/bsd.pkg.mk"
|
31
py-arrow/PLIST
Normal file
31
py-arrow/PLIST
Normal file
|
@ -0,0 +1,31 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2014/05/10 21:40:30 jihbed Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
|
||||
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/arrow/__init__.py
|
||||
${PYSITELIB}/arrow/__init__.pyc
|
||||
${PYSITELIB}/arrow/__init__.pyo
|
||||
${PYSITELIB}/arrow/api.py
|
||||
${PYSITELIB}/arrow/api.pyc
|
||||
${PYSITELIB}/arrow/api.pyo
|
||||
${PYSITELIB}/arrow/arrow.py
|
||||
${PYSITELIB}/arrow/arrow.pyc
|
||||
${PYSITELIB}/arrow/arrow.pyo
|
||||
${PYSITELIB}/arrow/factory.py
|
||||
${PYSITELIB}/arrow/factory.pyc
|
||||
${PYSITELIB}/arrow/factory.pyo
|
||||
${PYSITELIB}/arrow/formatter.py
|
||||
${PYSITELIB}/arrow/formatter.pyc
|
||||
${PYSITELIB}/arrow/formatter.pyo
|
||||
${PYSITELIB}/arrow/locales.py
|
||||
${PYSITELIB}/arrow/locales.pyc
|
||||
${PYSITELIB}/arrow/locales.pyo
|
||||
${PYSITELIB}/arrow/parser.py
|
||||
${PYSITELIB}/arrow/parser.pyc
|
||||
${PYSITELIB}/arrow/parser.pyo
|
||||
${PYSITELIB}/arrow/util.py
|
||||
${PYSITELIB}/arrow/util.pyc
|
||||
${PYSITELIB}/arrow/util.pyo
|
5
py-arrow/distinfo
Normal file
5
py-arrow/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2014/05/10 21:40:31 jihbed Exp $
|
||||
|
||||
SHA1 (arrow-0.4.2.tar.gz) = 0a032a1a093ddf88fbf46b2d98c2183f7a67b213
|
||||
RMD160 (arrow-0.4.2.tar.gz) = 21d077db1401f4d58fa0fc178436948a73d4ecd5
|
||||
Size (arrow-0.4.2.tar.gz) = 19731 bytes
|
Loading…
Reference in a new issue