Commits

Andrey Stromnov authored 5905e8765a5
py-pymunk: update to 5.6.0
No tags

python/py-pymunk/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
3 3 PortSystem 1.0
4 4 PortGroup python 1.0
5 5
6 6 name py-pymunk
7 -version 5.5.0
7 +version 5.6.0
8 8 revision 0
9 9 categories-append devel
10 10 platforms darwin
11 11 license MIT
12 12 supported_archs i386 x86_64
13 13
14 -python.versions 27 35 36 37
14 +python.versions 27 35 36 37 38
15 15
16 16 maintainers {stromnov @stromnov} openmaintainer
17 17
18 18 description Python wrapper around the 2d physics library Chipmunk
19 19 long_description ${description}
20 20
21 21 homepage http://www.pymunk.org/
22 22 master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
23 23
24 24 distname pymunk-${version}
25 25
26 26 use_zip yes
27 27
28 -checksums rmd160 8744e30dca0c74ff85bf965c3a19ba964d3bcda1 \
29 - sha256 9ebaf08f0a8f8e9b7c50b1079829f3a4934d499a6c71d284ba5111ea865d6051 \
30 - size 5978044
28 +checksums rmd160 bcc7ac3126df50b8aa741e6404b795a73d50bfe3 \
29 + sha256 dba89d3e4eac40cca31468366b371459021ff1f433359297a8c96b1ede11c20b \
30 + size 5498226
31 31
32 32 if {${name} ne ${subport}} {
33 33 depends_build-append \
34 34 port:py${python.version}-setuptools \
35 35 port:py${python.version}-cffi
36 36
37 37 patchfiles-append patch-setup.py.diff
38 38
39 39 livecheck.type none
40 40 }
41 -
42 -subport py34-${python.rootname} {
43 - replaced_by py35-${python.rootname}
44 - PortGroup obsolete 1.0
45 -}

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

Add shortcut