Permalink
Browse files
py-pyobjc-fsevents: update to 5.2
- Loading branch information
Showing
with
5 additions
and
5 deletions.
-
+5
−5
python/py-pyobjc-fsevents/Portfile
|
|
@@ -5,7 +5,7 @@ PortGroup python 1.0 |
|
|
|
|
|
name py-pyobjc-fsevents |
|
|
python.rootname pyobjc-framework-FSEvents |
|
|
version 5.1.2 |
|
|
version 5.2 |
|
|
revision 0 |
|
|
categories-append devel |
|
|
platforms darwin |
|
|
@@ -14,14 +14,14 @@ maintainers nomaintainer |
|
|
|
|
|
description FSEvents wrapper for PyObjC |
|
|
long_description This port provides the FSEvents wrapper for use with PyObjC |
|
|
homepage https://pythonhosted.org/pyobjc/ |
|
|
homepage https://pyobjc.readthedocs.io/ |
|
|
|
|
|
master_sites pypi:p/${python.rootname}/ |
|
|
distname ${python.rootname}-${version} |
|
|
|
|
|
checksums rmd160 4e34a14da11717ddf869fde4a71631e3d51dcb79 \ |
|
|
sha256 c86e84ebb536b5ace8b3c39535ede01bdbe2c14664f70b2baeea180a15d7c2c8 \ |
|
|
size 24981 |
|
|
checksums rmd160 220c1f7139102980e42bcb7c6f8ab78365770a5c \ |
|
|
sha256 4ee7e9ac83b6b2684c5a587bc07c972e4bb414059ae84abd56672a90ba2682a1 \ |
|
|
size 25025 |
|
|
|
|
|
python.versions 27 34 35 36 37 |
|
|
|
|
|
|