svn commit: r524001 - head/devel/py-astor

Yuri Victorovich yuri at FreeBSD.org
Sat Jan 25 02:43:57 UTC 2020


Author: yuri
Date: Sat Jan 25 02:43:56 2020
New Revision: 524001
URL: https://svnweb.freebsd.org/changeset/ports/524001

Log:
  devel/py-astor: Update 0.5 -> 0.8.1
  
  Also fixed WWW.
  
  PR:		243090
  Approved by:	dave at dal.ca (maintainer)

Modified:
  head/devel/py-astor/Makefile
  head/devel/py-astor/distinfo
  head/devel/py-astor/pkg-descr

Modified: head/devel/py-astor/Makefile
==============================================================================
--- head/devel/py-astor/Makefile	Sat Jan 25 02:40:42 2020	(r524000)
+++ head/devel/py-astor/Makefile	Sat Jan 25 02:43:56 2020	(r524001)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	astor
-PORTVERSION=	0.5
+PORTVERSION=	0.8.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/devel/py-astor/distinfo
==============================================================================
--- head/devel/py-astor/distinfo	Sat Jan 25 02:40:42 2020	(r524000)
+++ head/devel/py-astor/distinfo	Sat Jan 25 02:43:56 2020	(r524001)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1486663564
-SHA256 (astor-0.5.tar.gz) = 4abff251d3f03cbe99106cc16e0dc94adc4f88d580c34a717741c7090b76aab9
-SIZE (astor-0.5.tar.gz) = 10999
+TIMESTAMP = 1578158531
+SHA256 (astor-0.8.1.tar.gz) = 6a6effda93f4e1ce9f618779b2dd1d9d84f1e32812c23a29b3fff6fd7f63fa5e
+SIZE (astor-0.8.1.tar.gz) = 35090

Modified: head/devel/py-astor/pkg-descr
==============================================================================
--- head/devel/py-astor/pkg-descr	Sat Jan 25 02:40:42 2020	(r524000)
+++ head/devel/py-astor/pkg-descr	Sat Jan 25 02:43:56 2020	(r524001)
@@ -1,5 +1,5 @@
-Read/rewrite/write Python ASTs
+Read/rewrite/write Python ASTs.
 
 astor is designed to allow easy manipulation of Python source via the AST.
 
-WWW: https://pypi.org/project/astor/
+WWW: https://github.com/berkerpeksag/astor


More information about the svn-ports-all mailing list