Permalink
Browse files
py-raven: update to version 6.6.0
- Loading branch information
Showing
with
3 additions
and
3 deletions.
-
+3
−3
python/py-raven/Portfile
|
|
@@ -4,7 +4,7 @@ PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
|
|
|
name py-raven |
|
|
version 6.5.0 |
|
|
version 6.6.0 |
|
|
revision 0 |
|
|
categories-append devel |
|
|
platforms darwin |
|
|
@@ -23,8 +23,8 @@ master_sites pypi:[string index ${python.rootname} 0]/${python.rootname} |
|
|
|
|
|
distname ${python.rootname}-${version} |
|
|
|
|
|
checksums rmd160 5250320f93b07e38f552b3d77867cd7e48a3ea17 \ |
|
|
sha256 84da75114739191bdf2388f296ffd6177e83567a7fbaf2701e034ad6026e4f3b |
|
|
checksums rmd160 ba73744531517fa596a0ebbb404fbef2ab0c40a7 \ |
|
|
sha256 92bf4c4819472ed20f1b9905eeeafe1bc6fe5f273d7c14506fdb8fb3a6ab2074 |
|
|
|
|
|
if {${name} ne ${subport}} { |
|
|
# raven depends on pkg_resources from setuptools |
|
|
|