Ticket #37223: 1.patch

File 1.patch, 1.6 KB (added by seanfarley (Sean Farley), 11 years ago)

py-numpy: use github portgroup

  • dports/python/py-numpy/Portfile

    # 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  
    11# -*- 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
    22# $Id$
    33
    44PortSystem              1.0
    55PortGroup               python 1.0
     6PortGroup               github 1.0
    67
     8github.setup            numpy numpy 1.6.2 v
    79name                    py-numpy
    8 version                 1.6.2
    910
    1011categories              python math
    1112license                 BSD
    1213platforms               darwin
    1314maintainers             dh ram openmaintainer
    1415description             The core utilities for the scientific library scipy for Python
    1516long_description        ${description}
    1617
    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
     18checksums               rmd160  9643c04a2e8fbb99cdb047281eedbbfb99423553 \
     19                        sha256  0992d326147d0ed83bd059519897e7a8ee52dea5ee66bbe04c0ea1c502cd8618
    2320
    2421python.versions         24 25 26 27 31 32
    2522
    2623if {${subport} != ${name}} {
    2724