ports/devel/py-dateutil/files/patch-dateutil____init__.py
Ruslan Makhmatkhanov 05c879aefd - update to 2.1
- trim Makefile header
- change MASTER_SITES to CHEESESHOP
- add license (BSD)
- add dependency on py-six (this port now works both with python2 and python3
  from the same codebase via py-six)
- adjust possible python versions accordingly
- add tests
- clean-up pkg-descr

PR:		174672 (based on)
Submitted by:	Alexey V. Degtyarev <alexey@renatasystems.org>
Approved by:	nivit (maintainer, by mail)
2013-01-24 07:42:32 +00:00

10 lines
396 B
Python

--- ./dateutil/__init__.py.orig 2012-03-28 18:25:44.000000000 +0400
+++ ./dateutil/__init__.py 2013-01-23 14:12:35.000000000 +0400
@@ -5,6 +5,6 @@
This module offers extensions to the standard Python
datetime module.
"""
-__author__ = "Tomi Pieviläinen <tomi.pievilainen@iki.fi>"
+__author__ = "Tomi Pievilainen <tomi.pievilainen@iki.fi>"
__license__ = "Simplified BSD"
__version__ = "2.1"