# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup python 1.0 name py-atomicwrites version 1.3.0 platforms darwin license MIT maintainers {yan12125 @yan12125} openmaintainer description Atomic file writes. long_description ${description} homepage https://github.com/untitaker/python-atomicwrites master_sites pypi:a/atomicwrites distname atomicwrites-${version} checksums rmd160 4857ef73e7d5f8b96bcaff43f3a61002010c20dc \ sha256 75a9445bac02d8d058d5e1fe689654ba5a6556a1dfd8ce6ec55a0ed79866cfa6 \ size 11699 python.versions 27 34 35 36 37 if {${name} ne ${subport}} { depends_build-append \ port:py${python.version}-setuptools depends_test-append \ port:py${python.version}-pytest test.run yes test.cmd py.test-${python.branch} test.target livecheck.type none } else { livecheck.type pypi }