Commits

Andrey Stromnov authored ff2c869655a
py-amqp: update to 2.5.1
No tags

python/py-amqp/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-amqp
7 -version 2.5.0
7 +version 2.5.1
8 8 revision 0
9 9 categories-append devel
10 10 platforms darwin
11 11 license BSD
12 12 supported_archs noarch
13 13
14 14 python.versions 27 34 35 36 37
15 15
16 16 maintainers {stromnov @stromnov} openmaintainer
17 17
18 18 description Low-level AMQP client for Python (fork of amqplib).
19 19 long_description ${description}
20 20
21 21 homepage https://github.com/celery/py-amqp
22 22 master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
23 23
24 24 distname ${python.rootname}-${version}
25 25
26 -checksums rmd160 7fedbff8065cd0ec31009925d55b20082ea5b0c0 \
27 - sha256 cbb6f87d53cac612a594f982b717cc1c54c6a1e17943a0a0d32dc6cc9e2120c8 \
28 - size 117022
26 +checksums rmd160 ce8c0bff55b5992a1a1d15a3d9e73c69ea700cc0 \
27 + sha256 19a917e260178b8d410122712bac69cb3e6db010d68f6101e7307508aded5e68 \
28 + size 117673
29 29
30 30 if {${name} ne ${subport}} {
31 31 depends_build-append \
32 32 port:py${python.version}-setuptools
33 33 depends_lib-append port:py${python.version}-vine
34 34
35 35 if {${python.version} eq 34} {
36 36 version 2.4.2
37 37 revision 0
38 38 distname ${python.rootname}-${version}

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

Add shortcut