Commits
Andrew Stromnov authored 81b6c4c3cda
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-alembic |
7 - | version 1.0.9 |
7 + | version 1.0.10 |
8 8 | revision 0 |
9 9 | categories-append databases |
10 10 | platforms darwin |
11 11 | license MIT |
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 A database migration tool for SQLAlchemy. |
19 19 | long_description ${description} |
20 20 | |
21 21 | homepage http://bitbucket.org/zzzeek/alembic |
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 036567279e375663858ddc46fc352f38b2caf716 \ |
27 - | sha256 40b9a619aa5f25ea1e1508adcda88b33704ef28e02c9cfa6471e5c772ecf0829 \ |
28 - | size 1017432 |
26 + | checksums rmd160 2a7a611cc26f5daa27c716e78808ce66ca983199 \ |
27 + | sha256 828dcaa922155a2b7166c4f36ec45268944e4055c86499bd14319b4c8c0094b7 \ |
28 + | size 1019446 |
29 29 | |
30 30 | if {${name} ne ${subport}} { |
31 31 | depends_lib-append port:py${python.version}-setuptools \ |
32 32 | port:py${python.version}-sqlalchemy \ |
33 33 | port:py${python.version}-mako \ |
34 34 | port:py${python.version}-editor \ |
35 35 | port:py${python.version}-dateutil |
36 36 | |
37 37 | livecheck.type none |
38 38 | } |