Permalink
Browse files
py-sqlalchemy: update to 1.3.2
- Loading branch information
Showing
with
4 additions
and
4 deletions.
-
+4
−4
python/py-sqlalchemy/Portfile
|
|
@@ -5,7 +5,7 @@ PortGroup python 1.0 |
|
|
|
|
|
name py-sqlalchemy |
|
|
set realname SQLAlchemy |
|
|
version 1.3.1 |
|
|
version 1.3.2 |
|
|
revision 0 |
|
|
categories-append databases |
|
|
platforms darwin |
|
|
@@ -26,9 +26,9 @@ master_sites pypi:[string index ${realname} 0]/${realname} |
|
|
|
|
|
distname ${realname}-${version} |
|
|
|
|
|
checksums rmd160 315ee1709bf2215e9fbbccb0174309da07ad4594 \ |
|
|
sha256 781fb7b9d194ed3fc596b8f0dd4623ff160e3e825dd8c15472376a438c19598b \ |
|
|
size 5864223 |
|
|
checksums rmd160 f5daa4c64824fad4ad7047165a1e691342b507cd \ |
|
|
sha256 d5432832f91d200c3d8b473a266d59442d825f9ea744c467e68c5d9a9479fbce \ |
|
|
size 5851340 |
|
|
|
|
|
if {${name} ne ${subport}} { |
|
|
depends_build-append \ |
|
|
|