Commits

Mojca Miklavec authored 9e2f3b9508a
py-enum34: upgrade to 1.1.6

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@148948 d073be05-634f-4543-b044-5fe20cf6d1d6
No tags

python/py-enum34/Portfile

Modified
1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2 2 # $Id$
3 3
4 4 PortSystem 1.0
5 5 PortGroup python 1.0
6 6
7 7 name py-enum34
8 -version 1.1.5
8 +version 1.1.6
9 9 categories python
10 10 platforms darwin
11 11 license BSD
12 12 maintainers mojca openmaintainer
13 13 description Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4
14 14 long_description ${description}
15 15 homepage https://pypi.python.org/pypi/enum34
16 16 master_sites https://pypi.io/packages/source/e/enum34
17 17 distname enum34-${version}
18 18
19 -checksums rmd160 4013cb88e35292c104d0a83d973b44b92107e286 \
20 - sha256 35cf09a65db802269a76b7df60f548940575579a0e8a00ec45294995d28b0862
19 +checksums rmd160 b6bf8846921ddbbd4c1a70de69e9036f0a41a9b4 \
20 + sha256 8ad8c4783bf61ded74527bffb48ed9b54166685e4230386a9ed9b1279e2df5b1
21 21
22 22 # works in 24 25 26 27 31 32 33
23 23 python.versions 26 27 33
24 24
25 25 if {${name} ne ${subport}} {
26 26 depends_build-append \
27 27 port:py${python.version}-setuptools
28 28 livecheck.type none
29 29 } else {
30 30 livecheck.type regex

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut