Date: Sat, 14 Dec 2019 14:56:40 +0000 (UTC) From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520122 - head/devel/py-intbitset Message-ID: <201912141456.xBEEueXw057939@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912141456.xBEEueXw057939>