From owner-svn-ports-head@freebsd.org Thu Apr 25 05:30:27 2019 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 AB660158CDC8; Thu, 25 Apr 2019 05:30:27 +0000 (UTC) (envelope-from koobs@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4EC5D6ABFC; Thu, 25 Apr 2019 05:30:27 +0000 (UTC) (envelope-from koobs@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 229EC1F262; Thu, 25 Apr 2019 05:30:27 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x3P5URSU060459; Thu, 25 Apr 2019 05:30:27 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x3P5UQfj060456; Thu, 25 Apr 2019 05:30:26 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201904250530.x3P5UQfj060456@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Thu, 25 Apr 2019 05:30:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r499947 - head/devel/py-pytrie X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: head/devel/py-pytrie X-SVN-Commit-Revision: 499947 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4EC5D6ABFC X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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: Thu, 25 Apr 2019 05:30:28 -0000 Author: koobs Date: Thu Apr 25 05:30:26 2019 New Revision: 499947 URL: https://svnweb.freebsd.org/changeset/ports/499947 Log: devel/py-pytrie: Update to 0.3.1 Changelog: https://github.com/gsakkis/pytrie/blob/0.3.1/README.md Modified: head/devel/py-pytrie/Makefile head/devel/py-pytrie/distinfo head/devel/py-pytrie/pkg-descr Modified: head/devel/py-pytrie/Makefile ============================================================================== --- head/devel/py-pytrie/Makefile Thu Apr 25 05:27:36 2019 (r499946) +++ head/devel/py-pytrie/Makefile Thu Apr 25 05:30:26 2019 (r499947) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pytrie -PORTVERSION= 0.2 +PORTVERSION= 0.3.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,9 +12,16 @@ MAINTAINER= koobs@FreeBSD.org COMMENT= Pure Python implementation of the trie data structure LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE +#LICENSE_FILE= ${WRKSRC}/LICENSE # Not packaged (yet) in sdist +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sortedcontainers>0:devel/py-sortedcontainers@${PY_FLAVOR} + USES= python USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Modified: head/devel/py-pytrie/distinfo ============================================================================== --- head/devel/py-pytrie/distinfo Thu Apr 25 05:27:36 2019 (r499946) +++ head/devel/py-pytrie/distinfo Thu Apr 25 05:30:26 2019 (r499947) @@ -1,2 +1,3 @@ -SHA256 (PyTrie-0.2.tar.gz) = b272021351efadc6757591aac03ed4794bdfd091122204a4673e94bfb66cc500 -SIZE (PyTrie-0.2.tar.gz) = 96378 +TIMESTAMP = 1556169940 +SHA256 (PyTrie-0.3.1.tar.gz) = 3bb7d122a549d8006c9cba2feecac20bceda9f8c0e2a3fa99a5584cfe0dec523 +SIZE (PyTrie-0.3.1.tar.gz) = 94678 Modified: head/devel/py-pytrie/pkg-descr ============================================================================== --- head/devel/py-pytrie/pkg-descr Thu Apr 25 05:27:36 2019 (r499946) +++ head/devel/py-pytrie/pkg-descr Thu Apr 25 05:30:26 2019 (r499947) @@ -4,4 +4,4 @@ addition to implementing the mapping interface, tries items for a given prefix, and vice versa, finding the items whose keys are prefixes of a given key. -WWW: https://bitbucket.org/gsakkis/pytrie +WWW: https://github.com/gsakkis/pytrie