New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82299


Ignore:
Timestamp:
08/12/11 06:26:10 (4 years ago)
Author:
ram@…
Message:

python/py-tz: whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py-tz/Portfile

    r82298 r82299  
    11# $Id$ 
    22 
    3 PortSystem 1.0 
    4 PortGroup python24 1.0 
     3PortSystem      1.0 
     4PortGroup       python24 1.0 
    55 
    6 name                    py-tz 
    7 version                 2009a 
    8 categories              python devel 
    9 platforms               darwin 
    10 supported_archs         noarch 
    11 maintainers             ram openmaintainer 
    12 description             World Timezone Definitions for Python 
    13 long_description        pytz brings the Olson tz database into Python. \ 
    14                         This library allows accurate and cross platform \ 
    15                         timezone calculations using Python 2.3 or higher. 
     6name            py-tz 
     7version         2009a 
     8categories      python devel 
     9platforms       darwin 
     10supported_archs noarch 
     11maintainers     ram openmaintainer 
    1612 
    17 homepage                http://pytz.sourceforge.net/ 
    18 master_sites            http://cheeseshop.python.org/packages/source/p/pytz/ 
    19 distname                pytz-${version} 
    20 use_bzip2               yes 
    21 checksums               md5 454be5c4b09ab879bb3a98be0b44f674 
     13description     World Timezone Definitions for Python 
     14long_description \ 
     15    pytz brings the Olson tz database into Python. This library allows \ 
     16    accurate and cross platform timezone calculations. 
     17 
     18homepage        http://pytz.sourceforge.net/ 
     19master_sites    http://cheeseshop.python.org/packages/source/p/pytz/ 
     20distname        pytz-${version} 
     21use_bzip2       yes 
     22 
     23checksums       md5 454be5c4b09ab879bb3a98be0b44f674 
Note: See TracChangeset for help on using the changeset viewer.