Permalink
Browse files
py-vobject: update to 0.9.6.1, add py37
- Loading branch information
Showing
with
10 additions
and
7 deletions.
-
+10
−7
python/py-vobject/Portfile
|
|
@@ -4,9 +4,9 @@ PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
PortGroup github 1.0 |
|
|
|
|
|
github.setup eventable vobject 0.9.3 |
|
|
github.setup eventable vobject 0.9.6.1 |
|
|
revision 0 |
|
|
name py-vobject |
|
|
set realname vobject |
|
|
license Apache-2 |
|
|
platforms darwin |
|
|
maintainers nomaintainer |
|
|
@@ -21,29 +21,32 @@ long_description vObject is intended to be a full featured Python package \ |
|
|
|
|
|
homepage https://eventable.github.io/vobject/ |
|
|
|
|
|
checksums rmd160 04c5dcb5fed4a2b3bd3ba69526fab7403ac13712 \ |
|
|
sha256 e43e4fe03f8a0077f8d0d9ab3cb66273b3fda0d7e1de19c0316f95bd5e9ba02f |
|
|
checksums rmd160 3f07a57c17c8f0d4031082e267df186d65f1268a \ |
|
|
sha256 6a88ae77ef4ea8b5fcb966032a8deb04c17ed7e4a8b3c236bc86a92442429bc1 \ |
|
|
size 216594 |
|
|
|
|
|
python.versions 27 34 35 36 |
|
|
python.versions 27 34 35 36 37 |
|
|
|
|
|
if {${name} ne ${subport}} { |
|
|
depends_lib-append port:py${python.version}-dateutil \ |
|
|
port:py${python.version}-setuptools \ |
|
|
port:py${python.version}-six |
|
|
|
|
|
test.run yes |
|
|
test.cmd ${python.bin} test_vobject.py |
|
|
test.cmd ${python.bin} tests.py |
|
|
test.target |
|
|
test.env PYTHONPATH=${worksrcpath}/build/lib |
|
|
|
|
|
post-destroot { |
|
|
set docdir ${prefix}/share/doc/${subport} |
|
|
xinstall -d ${destroot}${docdir} |
|
|
xinstall -m 644 -W ${worksrcpath} \ |
|
|
xinstall -m 0644 -W ${worksrcpath} \ |
|
|
ACKNOWLEDGEMENTS.txt \ |
|
|
LICENSE-2.0.txt \ |
|
|
MANIFEST.in \ |
|
|
README.md \ |
|
|
${destroot}${docdir} |
|
|
} |
|
|
|
|
|
livecheck.type none |
|
|
} |