Opened 9 years ago

Closed 9 years ago

#48043 closed update (fixed)

py-cssutils: Update to 1.0 and enable Python 3.4 support

Reported by: neverpanic (Clemens Lang) Owned by: billitch@…
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: Cc:
Port: py-cssutils

Description

I'd like to commit the following patch to the py-cssutils port maintained by you. Please state whether this is OK, or attach a different patch.

  • Portfile

     
    55PortGroup               python 1.0
    66
    77name                    py-cssutils
    8 version                 0.9.9
     8version                 1.0
    99categories              python www
    1010maintainers             gmail.com:billitch
    1111license                 LGPL-3+
     
    1616                        CSS Cascading Style Sheets.
    1717
    1818platforms               darwin
    19 python.versions         26 27
     19python.versions         26 27 34
    2020
    2121homepage                http://cthedot.de/cssutils/
    2222master_sites            https://bitbucket.org/cthedot/cssutils/downloads/
    2323distname                cssutils-${version}
    2424use_zip                 yes
    2525
    26 checksums               rmd160  0affdb2edc523e4f22d54d7a92ce81bccbeb76a6 \
    27                         sha256  f7061a591859c025504c7871ef3b843383a025d570128edf1c63a6ef53753e8d
     26checksums               rmd160  16efd2eca89977a98fb0edb01e17ed5233b43f2e \
     27                        sha256  4504762f5d8800b98fa713749c00acfef8419826568f9363c490e45146a891af
    2828
    2929if {${name} ne ${subport}} {
    3030    depends_build-append port:py${python.version}-setuptools

Change History (1)

comment:1 Changed 9 years ago by neverpanic (Clemens Lang)

Resolution: fixed
Status: newclosed

Committed in r137788, maintainer timeout.

Note: See TracTickets for help on using tickets.