From owner-svn-ports-all@freebsd.org Sat Dec 14 14:56:40 2019 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 92E571CFF3F; Sat, 14 Dec 2019 14:56:40 +0000 (UTC) (envelope-from kai@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 47ZrGJ3STwz4S4M; Sat, 14 Dec 2019 14:56:40 +0000 (UTC) (envelope-from kai@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 71880264D6; Sat, 14 Dec 2019 14:56:40 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBEEueJw057941; Sat, 14 Dec 2019 14:56:40 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBEEueXw057939; Sat, 14 Dec 2019 14:56:40 GMT (envelope-from kai@FreeBSD.org) Message-Id: <201912141456.xBEEueXw057939@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Sat, 14 Dec 2019 14:56:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520122 - head/devel/py-intbitset X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: head/devel/py-intbitset X-SVN-Commit-Revision: 520122 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.29 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: Sat, 14 Dec 2019 14:56:40 -0000 Author: kai Date: Sat Dec 14 14:56:39 2019 New Revision: 520122 URL: https://svnweb.freebsd.org/changeset/ports/520122 Log: devel/py-intbitset: Enable support for Python 3.7 and 3.8 * Update to a more recent commit which contains a regenerated version of intbitset.c that was created with Cython 0.29.14 (not in Ports tree, yet). With the regenerated code the package can now also be built with Python 3.7 and 3.8. PR: 233770 (related) Modified: head/devel/py-intbitset/Makefile head/devel/py-intbitset/distinfo Modified: head/devel/py-intbitset/Makefile ============================================================================== --- head/devel/py-intbitset/Makefile Sat Dec 14 14:48:46 2019 (r520121) +++ head/devel/py-intbitset/Makefile Sat Dec 14 14:56:39 2019 (r520122) @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= intbitset -DISTVERSION= 2.3.0 -PORTREVISION= 1 +DISTVERSIONPREFIX= v +DISTVERSION= 2.3.0-9 +DISTVERSIONSUFFIX= -g9513715 CATEGORIES= devel python -MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= kai@FreeBSD.org @@ -16,7 +16,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} -USES= python:-3.6 +USES= python +USE_GITHUB= yes +GH_ACCOUNT= inveniosoftware USE_PYTHON= cython distutils autoplist post-install: Modified: head/devel/py-intbitset/distinfo ============================================================================== --- head/devel/py-intbitset/distinfo Sat Dec 14 14:48:46 2019 (r520121) +++ head/devel/py-intbitset/distinfo Sat Dec 14 14:56:39 2019 (r520122) @@ -1,3 +1,3 @@ -TIMESTAMP = 1530193455 -SHA256 (intbitset-2.3.0.tar.gz) = 589aff5117f2660767e04499dabb6288ef88e05566d3ac1d9fa3bb7cac4d5ef5 -SIZE (intbitset-2.3.0.tar.gz) = 139490 +TIMESTAMP = 1576242336 +SHA256 (inveniosoftware-intbitset-v2.3.0-9-g9513715_GH0.tar.gz) = de413d32b9849cb0f9e619eb1e6db25028c6e743c46941f1f317b1517b365602 +SIZE (inveniosoftware-intbitset-v2.3.0-9-g9513715_GH0.tar.gz) = 151682