Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Oct 2020 17:55:36 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553042 - head/devel/py-gast
Message-ID:  <202010221755.09MHtauA061949@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Oct 22 17:55:36 2020
New Revision: 553042
URL: https://svnweb.freebsd.org/changeset/ports/553042

Log:
  Update to 0.4.0
  
  - Add TEST_DEPENDS
  - Take maintainership
  
  Changes:	https://github.com/serge-sans-paille/gast/commits/master
  PR:		250110
  Submitted by:	sunpoet (myself)
  Approved by:	maintainer (timeout, 18 days)

Modified:
  head/devel/py-gast/Makefile
  head/devel/py-gast/distinfo

Modified: head/devel/py-gast/Makefile
==============================================================================
--- head/devel/py-gast/Makefile	Thu Oct 22 17:55:31 2020	(r553041)
+++ head/devel/py-gast/Makefile	Thu Oct 22 17:55:36 2020	(r553042)
@@ -1,20 +1,25 @@
 # $FreeBSD$
 
 PORTNAME=	gast
-DISTVERSION=	0.2.2
+PORTVERSION=	0.4.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	amzo1337@gmail.com
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	AST that abstracts the underlying Python version
 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}astunparse>=0:devel/py-astunparse@${PY_FLAVOR}
+
 USES=		python
 USE_PYTHON=	distutils autoplist
 
 NO_ARCH=	yes
+
+do-test:
+	cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
 
 .include <bsd.port.mk>

Modified: head/devel/py-gast/distinfo
==============================================================================
--- head/devel/py-gast/distinfo	Thu Oct 22 17:55:31 2020	(r553041)
+++ head/devel/py-gast/distinfo	Thu Oct 22 17:55:36 2020	(r553042)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1562695667
-SHA256 (gast-0.2.2.tar.gz) = fe939df4583692f0512161ec1c880e0a10e71e6a232da045ab8edd3756fbadf0
-SIZE (gast-0.2.2.tar.gz) = 10294
+TIMESTAMP = 1598542927
+SHA256 (gast-0.4.0.tar.gz) = 40feb7b8b8434785585ab224d1568b857edb18297e5a3047f1ba012bc83b42c1
+SIZE (gast-0.4.0.tar.gz) = 13804



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010221755.09MHtauA061949>