Commits
Adam Mercer authored 322c67ee690
1 - | # $Id$ |
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 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup python 1.0 |
5 5 | |
6 6 | name ligo-common |
7 7 | version 1.0.1 |
8 8 | categories science |
9 9 | platforms darwin |
10 10 | supported_archs noarch |
11 11 | maintainers ram |
12 12 | license GPL |
13 13 | |
14 14 | description Common package for LIGO Python libraries |
15 15 | long_description ${description} |
16 16 | |
17 17 | homepage https://www.lsc-group.phys.uwm.edu/daswg/projects/glue.html |
18 - | master_sites http://www.lsc-group.phys.uwm.edu/daswg/download/software/source/ |
18 + | master_sites http://software.ligo.org/lscsoft/source/ |
19 19 | |
20 - | checksums md5 0f28b9b14a68483ef99d248aa5036d67 \ |
21 - | sha1 31322d05fa404316f4cf8c66084101542a333f91 \ |
22 - | rmd160 2365a109b60c319ee41a2e1b89ea7d429e0bae41 |
20 + | checksums rmd160 2365a109b60c319ee41a2e1b89ea7d429e0bae41 \ |
21 + | sha256 38bf61c344cdd84533d5378f1e4bff125f99daac8ff80a0f865d539054a74b8s |
23 22 | |
24 23 | python.default_version 27 |
25 24 | |
26 25 | livecheck.type regex |
27 26 | livecheck.url ${master_sites} |
28 27 | livecheck.regex {ligo-common-(\d+(?:\.\d+)*).tar.gz} |