Commits

Duncan Macleod authored and Adam Mercer committed 1c165303734
py-ligo-common: renamed ligo-common

- provides py27 and py36 subports - updated to 1.0.3 - updated all dependents (that I could see)
No tags

python/py-ligo-common/Portfile

Added
1 +# -*- 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
2 +
3 +PortSystem 1.0
4 +PortGroup python 1.0
5 +
6 +name py-ligo-common
7 +version 1.0.3
8 +
9 +categories-append science
10 +platforms darwin
11 +supported_archs noarch
12 +maintainers {ram @skymoo} {ligo.org:duncan.macleod @duncanmmacleod}
13 +license GPL
14 +
15 +description Common package for LIGO Python libraries
16 +long_description ${description}
17 +homepage https://git.ligo.org/lscsoft/ligo-common
18 +
19 +master_sites http://software.ligo.org/lscsoft/source/
20 +distname ligo-common-${version}
21 +
22 +checksums rmd160 ba7b27ac876e1133e852fd9f3f8bb2442bb24638 \
23 + sha256 a3e00d79bf3b0474b429f50fb60079da015453afa09658f90efcab8ae158a835 \
24 + size 15620
25 +
26 +python.versions 27 36
27 +python.default_version 27
28 +
29 +if {${name} ne ${subport}} {
30 + depends_build-append port:py${python.version}-setuptools
31 +}
32 +
33 +livecheck.type regex
34 +livecheck.url ${master_sites}
35 +livecheck.regex {ligo-common-(\d+(?:\.\d+)*).tar.gz}

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut