From owner-svn-ports-head@freebsd.org Sun Oct 4 17:59:42 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50930A0F0C4; Sun, 4 Oct 2015 17:59:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 411D313E4; Sun, 4 Oct 2015 17:59:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t94HxgoA040760; Sun, 4 Oct 2015 17:59:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t94Hxfi7040758; Sun, 4 Oct 2015 17:59:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201510041759.t94Hxfi7040758@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 4 Oct 2015 17:59:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398588 - head/science/py-pysal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Oct 2015 17:59:42 -0000 Author: sunpoet Date: Sun Oct 4 17:59:41 2015 New Revision: 398588 URL: https://svnweb.freebsd.org/changeset/ports/398588 Log: - Update to 1.10.0 - Add LICENSE_FILE - Add TEST_DEPENDS - Add NO_ARCH Changes: https://github.com/pysal/pysal/releases Modified: head/science/py-pysal/Makefile head/science/py-pysal/distinfo Modified: head/science/py-pysal/Makefile ============================================================================== --- head/science/py-pysal/Makefile Sun Oct 4 17:59:36 2015 (r398587) +++ head/science/py-pysal/Makefile Sun Oct 4 17:59:41 2015 (r398588) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pysal -PORTVERSION= 1.8.0 -PORTREVISION= 1 +PORTVERSION= 1.10.0 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,11 +12,14 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Cross-platform library of spatial analysis functions LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.3:${PORTSDIR}/math/py-numpy \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.7:${PORTSDIR}/science/py-scipy RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:${PORTSDIR}/devel/py-nose +NO_ARCH= yes USE_PYTHON= autoplist distutils USES= python:2 Modified: head/science/py-pysal/distinfo ============================================================================== --- head/science/py-pysal/distinfo Sun Oct 4 17:59:36 2015 (r398587) +++ head/science/py-pysal/distinfo Sun Oct 4 17:59:41 2015 (r398588) @@ -1,2 +1,2 @@ -SHA256 (PySAL-1.8.0.tar.gz) = 8c79492332dec86d22db0d0c6042689d36a4770f540118a5e5b46a8fc28dbc6b -SIZE (PySAL-1.8.0.tar.gz) = 10214780 +SHA256 (PySAL-1.10.0.tar.gz) = 5ed28da6ee794cee0ffaa03dbcbf00aafc7433dba1f3c39c43a418e9c2d608e1 +SIZE (PySAL-1.10.0.tar.gz) = 13382525