From owner-svn-ports-head@freebsd.org Tue Oct 30 19:54:07 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 680FF10F2D7F; Tue, 30 Oct 2018 19:54: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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 17EA076E84; Tue, 30 Oct 2018 19:54:07 +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 CAAA02205E; Tue, 30 Oct 2018 19:54:04 +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 w9UJs42e055232; Tue, 30 Oct 2018 19:54:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9UJs47A055230; Tue, 30 Oct 2018 19:54:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201810301954.w9UJs47A055230@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 30 Oct 2018 19:54:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483523 - head/math/py-intspan X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/math/py-intspan X-SVN-Commit-Revision: 483523 X-SVN-Commit-Repository: ports 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.29 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: Tue, 30 Oct 2018 19:54:07 -0000 Author: sunpoet Date: Tue Oct 30 19:54:04 2018 New Revision: 483523 URL: https://svnweb.freebsd.org/changeset/ports/483523 Log: Update to 1.5.14 - Add NO_ARCH - Update pkg-descr - Update WWW - Take maintainership Changes: https://bitbucket.org/jeunice/intspan/src/default/CHANGES.yml Modified: head/math/py-intspan/Makefile head/math/py-intspan/distinfo head/math/py-intspan/pkg-descr (contents, props changed) Modified: head/math/py-intspan/Makefile ============================================================================== --- head/math/py-intspan/Makefile Tue Oct 30 19:53:54 2018 (r483522) +++ head/math/py-intspan/Makefile Tue Oct 30 19:54:04 2018 (r483523) @@ -7,12 +7,14 @@ CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org -COMMENT= FInite element Automatic Tabulator +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Finite element automatic tabulator LICENSE= APACHE20 USES= python zip -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include Modified: head/math/py-intspan/distinfo ============================================================================== --- head/math/py-intspan/distinfo Tue Oct 30 19:53:54 2018 (r483522) +++ head/math/py-intspan/distinfo Tue Oct 30 19:54:04 2018 (r483523) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539919525 +TIMESTAMP = 1540844747 SHA256 (intspan-1.5.14.zip) = 7734397db3f461de0df2b3b70a4f352205250d9ee42dc9d48cc7435ca8b59089 SIZE (intspan-1.5.14.zip) = 17144 Modified: head/math/py-intspan/pkg-descr ============================================================================== --- head/math/py-intspan/pkg-descr Tue Oct 30 19:53:54 2018 (r483522) +++ head/math/py-intspan/pkg-descr Tue Oct 30 19:54:04 2018 (r483523) @@ -1,5 +1,5 @@ -intspan is a set subclass that conveniently stores sets of integers. -Sets can be created from and displayed as integer spans such as -1-3,14,29,92-97 rather than exhaustive member listings. +intspan is a set subclass that conveniently represents sets of integers. Sets +can be created from, and displayed as, integer spans such as 1-3,14,29,92-97 +rather than exhaustive member listings. -WWW: https://pypi.org/project/intspan/ +WWW: https://bitbucket.org/jeunice/intspan