mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 09:26:27 -04:00
- 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)
10 lines
396 B
Python
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"
|