Files
2020-11-21 11:52:17 +03:00

42 lines
1.3 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-vine
version 5.0.0
revision 0
categories-append devel
platforms darwin
license BSD
supported_archs noarch
python.versions 27 35 36 37 38 39
maintainers {stromnov @stromnov} openmaintainer
description Promises implementation.
long_description ${description}
homepage https://github.com/celery/vine
checksums rmd160 b62e7a48c9551c33c40fc1cf5074796fe259d508 \
sha256 7d3b1624a953da82ef63462013bbd271d3eb75751489f9807598e8f340bd637e \
size 48758
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools
if {${python.version} <= 35} {
version 1.3.0
revision 0
distname ${python.rootname}-${version}
checksums rmd160 d91fce245278ba5419c55abee527ddcb291c82a2 \
sha256 133ee6d7a9016f177ddeaf191c1f58421a1dcc6ee9a42c58b34bed40e1d2cd87 \
size 51953
}
livecheck.type none
}