Permalink
Browse files
py-sqlalchemy: update to 1.3.3
- 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.2 |
|
|
version 1.3.3 |
|
|
revision 0 |
|
|
categories-append databases |
|
|
platforms darwin |
|
|
@@ -26,9 +26,9 @@ master_sites pypi:[string index ${realname} 0]/${realname} |
|
|
|
|
|
distname ${realname}-${version} |
|
|
|
|
|
checksums rmd160 f5daa4c64824fad4ad7047165a1e691342b507cd \ |
|
|
sha256 d5432832f91d200c3d8b473a266d59442d825f9ea744c467e68c5d9a9479fbce \ |
|
|
size 5851340 |
|
|
checksums rmd160 e7d86b681108e5ff7ab264bca7f4fb547dc28e77 \ |
|
|
sha256 91c54ca8345008fceaec987e10924bf07dcab36c442925357e5a467b36a38319 \ |
|
|
size 5864870 |
|
|
|
|
|
if {${name} ne ${subport}} { |
|
|
depends_build-append \ |
|
|
|