Files
2020-10-29 17:28:08 +00:00

33 lines
1.2 KiB
Tcl

# -*- 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-filelock
version 3.0.12
revision 0
platforms darwin
supported_archs noarch
license public-domain
maintainers {@funasoul gmail.com:funasoul} openmaintainer
description A platform independent file lock
long_description This package contains a single module, which implements \
a platform independent file lock in Python, which \
provides a simple way of inter-process communication:
homepage https://filelock.readthedocs.io/en/latest/
checksums rmd160 f4045fa508760a35480bef08ea89f2a102dc249a \
sha256 18d82244ee114f543149c66a6e0c14e9c4f8a1044b5cdaadd0f82159d6a6ff59 \
size 8549
# keep version for PY27 and PY34, these are (indirect) dependencies of py-virtualenv
python.versions 27 34 35 36 37 38 39
if {${name} ne ${subport}} {
depends_build-append port:py${python.version}-setuptools
livecheck.type none
}