From owner-svn-ports-all@freebsd.org Wed Feb 3 19:49:07 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CB2AD529FB1; Wed, 3 Feb 2021 19:49:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DWC1F3krbz3gys; Wed, 3 Feb 2021 19:49:03 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 55F05266F0; Wed, 3 Feb 2021 19:49:02 +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 113Jn2ST093229; Wed, 3 Feb 2021 19:49:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 113Jn1Tl093227; Wed, 3 Feb 2021 19:49:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202102031949.113Jn1Tl093227@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 3 Feb 2021 19:49:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r563936 - head/graphics/py-mapclassify X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/graphics/py-mapclassify X-SVN-Commit-Revision: 563936 X-SVN-Commit-Repository: ports 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.34 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: Wed, 03 Feb 2021 19:49:08 -0000 Author: sunpoet Date: Wed Feb 3 19:49:01 2021 New Revision: 563936 URL: https://svnweb.freebsd.org/changeset/ports/563936 Log: Update to 2.4.2 - Update version requirement of RUN_DEPENDS Changes: https://github.com/pysal/mapclassify/releases Modified: head/graphics/py-mapclassify/Makefile head/graphics/py-mapclassify/distinfo Modified: head/graphics/py-mapclassify/Makefile ============================================================================== --- head/graphics/py-mapclassify/Makefile Wed Feb 3 19:48:55 2021 (r563935) +++ head/graphics/py-mapclassify/Makefile Wed Feb 3 19:49:01 2021 (r563936) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mapclassify -PORTVERSION= 2.4.0 +PORTVERSION= 2.4.2 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ COMMENT= Classification schemes for choropleth maps LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}networkx>=0:math/py-networkx@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}networkx>=0,1:math/py-networkx@${PY_FLAVOR} \ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pandas>=1.0,1:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0:science/py-scikit-learn@${PY_FLAVOR} \ Modified: head/graphics/py-mapclassify/distinfo ============================================================================== --- head/graphics/py-mapclassify/distinfo Wed Feb 3 19:48:55 2021 (r563935) +++ head/graphics/py-mapclassify/distinfo Wed Feb 3 19:49:01 2021 (r563936) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612101614 -SHA256 (mapclassify-2.4.0.tar.gz) = ee507d00c067fbc3a6ade9f5b5ea3758b726d4f7043877e118138a181f32c9dc -SIZE (mapclassify-2.4.0.tar.gz) = 42329 +TIMESTAMP = 1612296147 +SHA256 (mapclassify-2.4.2.tar.gz) = bc20954aa433466f5fbc572e3f23b05f9606b59209f40b0ded93ac1ca983d24e +SIZE (mapclassify-2.4.2.tar.gz) = 43632