svn commit: r538898 - head/devel/py-hypothesis

Mathieu Arnold mat at freebsd.org
Mon Jun 15 15:59:09 UTC 2020


On Mon, Jun 15, 2020 at 03:37:32PM +0000, Dmitry Marakasov wrote:
> Author: amdmi3
> Date: Mon Jun 15 15:37:32 2020
> New Revision: 538898
> URL: https://svnweb.freebsd.org/changeset/ports/538898
> 
> Log:
>   - Update to 5.16.0
>   
>   Note that though this drops python2 support, py-hypothesis is only
>   currently used in TEST_DEPENDS, so this should not affect any package
>   building.

And now, all the ports that require this have BROKEN dependencies when
you run make test.

When you remove flavors from a port, it is the same as if you were
removing a port. So you MUST chase down all the consumers and make sure
they all still work correctly.

>   PR:		246821
>   Submitted by:	amdmi3
>   Approved by:	maintainer timeout (sunpoet, 2 weeks)
> 
> Modified:
>   head/devel/py-hypothesis/Makefile
>   head/devel/py-hypothesis/distinfo
> 
> Modified: head/devel/py-hypothesis/Makefile
> ==============================================================================
> --- head/devel/py-hypothesis/Makefile	Mon Jun 15 15:36:35 2020	(r538897)
> +++ head/devel/py-hypothesis/Makefile	Mon Jun 15 15:37:32 2020	(r538898)
> @@ -2,7 +2,7 @@
>  # $FreeBSD$
>  
>  PORTNAME=	hypothesis
> -PORTVERSION=	4.57.1
> +PORTVERSION=	5.16.0
>  CATEGORIES=	devel python
>  MASTER_SITES=	CHEESESHOP
>  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
> @@ -13,10 +13,9 @@ COMMENT=	Library for property based testing
>  LICENSE=	MPL20
>  
>  RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>=19.2.0:devel/py-attrs@${PY_FLAVOR} \
> -		${PY_ENUM34} \
>  		${PYTHON_PKGNAMEPREFIX}sortedcontainers>=2.1.0<3.0.0:devel/py-sortedcontainers@${PY_FLAVOR}
>  
> -USES=		python
> +USES=		python:3.6+
>  USE_PYTHON=	autoplist concurrent distutils
>  
>  NO_ARCH=	yes
> 
> Modified: head/devel/py-hypothesis/distinfo
> ==============================================================================
> --- head/devel/py-hypothesis/distinfo	Mon Jun 15 15:36:35 2020	(r538897)
> +++ head/devel/py-hypothesis/distinfo	Mon Jun 15 15:37:32 2020	(r538898)
> @@ -1,3 +1,3 @@
> -TIMESTAMP = 1578125699
> -SHA256 (hypothesis-4.57.1.tar.gz) = 3c4369a4b0a1348561048bcda5f1db951a1b8e2a514ea8e8c70d36e656bf6fa0
> -SIZE (hypothesis-4.57.1.tar.gz) = 233528
> +TIMESTAMP = 1590688781
> +SHA256 (hypothesis-5.16.0.tar.gz) = 7c819501a26ff82ccb4bee8a96b1ff4fff187e041d79ed176964ca550b77098b
> +SIZE (hypothesis-5.16.0.tar.gz) = 232737
> 

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20200615/a655dc06/attachment.sig>


More information about the svn-ports-all mailing list