From owner-svn-ports-all@freebsd.org Fri Jun 9 18:44:39 2017 Return-Path: Delivered-To: svn-ports-all@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 2FF5ABFAB45; Fri, 9 Jun 2017 18:44:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 F2D4E77D34; Fri, 9 Jun 2017 18:44:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v59IicEv025047; Fri, 9 Jun 2017 18:44:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v59Iic0c025046; Fri, 9 Jun 2017 18:44:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706091844.v59Iic0c025046@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 9 Jun 2017 18:44:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443033 - head/science/py-scikit-fuzzy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2017 18:44:39 -0000 Author: sunpoet Date: Fri Jun 9 18:44:37 2017 New Revision: 443033 URL: https://svnweb.freebsd.org/changeset/ports/443033 Log: Update to 0.3 - Fix LICENSE - Add LICENSE_FILE - Add missing *_DEPENDS Changes: https://github.com/scikit-fuzzy/scikit-fuzzy/releases PR: 219879 Submitted by: Yuri Victorovich (maintainer) Modified: head/science/py-scikit-fuzzy/Makefile head/science/py-scikit-fuzzy/distinfo (contents, props changed) Modified: head/science/py-scikit-fuzzy/Makefile ============================================================================== --- head/science/py-scikit-fuzzy/Makefile Fri Jun 9 18:44:32 2017 (r443032) +++ head/science/py-scikit-fuzzy/Makefile Fri Jun 9 18:44:37 2017 (r443033) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= scikit-fuzzy -PORTVERSION= 0.2 +PORTVERSION= 0.3 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,10 +10,12 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@rawbw.com COMMENT= Fuzzy logic toolkit for SciPy -LICENSE= BSD2CLAUSE +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYNUMPY} \ - ${PYTHON_SITELIBDIR}/scipy/version.py:science/py-scipy + ${PYTHON_PKGNAMEPREFIX}networkx>=1.9.0:math/py-networkx \ + ${PYTHON_PKGNAMEPREFIX}scipy>=0.9.0:science/py-scipy BUILD_DEPENDS= ${RUN_DEPENDS} USES= python Modified: head/science/py-scikit-fuzzy/distinfo ============================================================================== --- head/science/py-scikit-fuzzy/distinfo Fri Jun 9 18:44:32 2017 (r443032) +++ head/science/py-scikit-fuzzy/distinfo Fri Jun 9 18:44:37 2017 (r443033) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467267500 -SHA256 (scikit-fuzzy-0.2.tar.gz) = 471392b77f07440e6cc8b4253bf11b8c90c213d889f569ee4da7da2c4197811a -SIZE (scikit-fuzzy-0.2.tar.gz) = 987202 +TIMESTAMP = 1497025705 +SHA256 (scikit-fuzzy-0.3.tar.gz) = f892a7cd430f3da7dbcfccf2fcd0e601a2ef35c08fe4df8da52d644d7d8ef641 +SIZE (scikit-fuzzy-0.3.tar.gz) = 988241