mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-15 04:51:19 +02:00
create bsd12 branch
This commit is contained in:
17
python/py-parsedatetime/Makefile
Normal file
17
python/py-parsedatetime/Makefile
Normal file
@@ -0,0 +1,17 @@
|
||||
# Created by: Li-Wen Hsu <lwhsu@lwhsu.org>
|
||||
# $FreeBSD: head/devel/py-parsedatetime/Makefile 414504 2016-05-03 01:06:20Z lwhsu $
|
||||
|
||||
PORTNAME= parsedatetime
|
||||
PORTVERSION= 2.1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= lwhsu@FreeBSD.org
|
||||
COMMENT= Python module for parsing 'human readable' date/time expressions
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
.include <bsd.port.mk>
|
||||
#EOF
|
||||
2
python/py-parsedatetime/distinfo
Normal file
2
python/py-parsedatetime/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (parsedatetime-2.1.tar.gz) = 17c578775520c99131634e09cfca5a05ea9e1bd2a05cd06967ebece10df7af2d
|
||||
SIZE (parsedatetime-2.1.tar.gz) = 56288
|
||||
24
python/py-parsedatetime/pkg-descr
Normal file
24
python/py-parsedatetime/pkg-descr
Normal file
@@ -0,0 +1,24 @@
|
||||
Python module that is able to parse 'human readable' date/time expressions.
|
||||
|
||||
parsedatetime is able to parse, for example, the following:
|
||||
|
||||
* August 25th, 2008
|
||||
* 25 Aug 2008
|
||||
* Aug 25 5pm
|
||||
* 5pm August 25
|
||||
* next Saturday
|
||||
* tomorrow
|
||||
* next Thursday at 4pm
|
||||
* at 4pm
|
||||
* eod
|
||||
* tomorrow eod
|
||||
* eod Tuesday
|
||||
* eoy
|
||||
* eom
|
||||
* in 5 minutes
|
||||
* 5 minutes from now
|
||||
* 5 hours before now
|
||||
* 2 hours before noon
|
||||
* 2 days from tomorrow
|
||||
|
||||
WWW: https://github.com/bear/parsedatetime
|
||||
Reference in New Issue
Block a user