# HG changeset patch
# User Sean Farley <sean.michael.farley@gmail.com>
# Date 1354592185 21600
# Node ID 4d41d9b6d8d1e92ce93e4c26493a9681e285b11e
# Parent a154adb46801fcea70f50507a1b26f2697bd3d54
py-numpy: use github portgroup
diff --git a/dports/python/py-numpy/Portfile b/dports/python/py-numpy/Portfile
a
|
b
|
|
1 | 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 |
2 | 2 | # $Id$ |
3 | 3 | |
4 | 4 | PortSystem 1.0 |
5 | 5 | PortGroup python 1.0 |
| 6 | PortGroup github 1.0 |
6 | 7 | |
| 8 | github.setup numpy numpy 1.6.2 v |
7 | 9 | name py-numpy |
8 | | version 1.6.2 |
9 | 10 | |
10 | 11 | categories python math |
11 | 12 | license BSD |
12 | 13 | platforms darwin |
13 | 14 | maintainers dh ram openmaintainer |
14 | 15 | description The core utilities for the scientific library scipy for Python |
15 | 16 | long_description ${description} |
16 | 17 | |
17 | | homepage http://numpy.scipy.org/ |
18 | | master_sites sourceforge:project/numpy/NumPy/${version}/ |
19 | | distname numpy-${version} |
20 | | |
21 | | checksums rmd160 4dcaa30e30171c2bc582495043e8e885c89935a3 \ |
22 | | sha256 0b83d96ab79711b548470b7aeee1272c4ba8fcbba6586a67116b566a21ed16c6 |
| 18 | checksums rmd160 9643c04a2e8fbb99cdb047281eedbbfb99423553 \ |
| 19 | sha256 0992d326147d0ed83bd059519897e7a8ee52dea5ee66bbe04c0ea1c502cd8618 |
23 | 20 | |
24 | 21 | python.versions 24 25 26 27 31 32 |
25 | 22 | |
26 | 23 | if {${subport} != ${name}} { |
27 | 24 | |