commit 5af5bcdc7b22e268b88fa398de481ae04e3a0d4c
Author: Lawrence Velázquez <larryv@macports.org>
Date: 3 minutes ago
py-botocore: Update to 1.3.10
diff --git a/dports/python/py-botocore/Portfile b/dports/python/py-botocore/Portfile
index 8bcd39b..2b8c5dc 100644
a
|
b
|
PortSystem 1.0 |
5 | 5 | PortGroup python 1.0 |
6 | 6 | |
7 | 7 | name py-botocore |
8 | | version 0.103.0 |
| 8 | version 1.3.10 |
9 | 9 | platforms darwin |
10 | 10 | license Apache-2 |
11 | 11 | maintainers pixilla openmaintainer |
… |
… |
long_description ${description} |
15 | 15 | |
16 | 16 | homepage https://github.com/boto/botocore |
17 | 17 | master_sites https://pypi.python.org/packages/source/b/botocore |
18 | | distname botocore-0.103.0 |
| 18 | distname ${python.rootname}-${version} |
19 | 19 | |
20 | | checksums rmd160 248bf0ed149e8d5db62c444a6c698382167f6f74 \ |
21 | | sha256 ac0391865bf538b40b89ec29b81532eab3f2f5d45187eee95e9b5e2eca51bb81 |
| 20 | checksums rmd160 6a62c47ed1adb8c4fd911d191d29c1198d2f240d \ |
| 21 | sha256 b52d72cfe4084788f44284abfc42597aef76c00b192433399429ef1be6f22e6c |
22 | 22 | |
23 | 23 | python.versions 27 34 |
24 | 24 | |