pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-gast: Update to 0.2.2



Module Name:	pkgsrc-wip
Committed By:	Min Kim <minskim%NetBSD.org@localhost>
Pushed By:	minskim
Date:		Thu Apr 4 11:28:13 2019 -0700
Changeset:	df1f8151c8d90942324c2d04fb25b4cf2a4e9380

Modified Files:
	py-gast/Makefile
	py-gast/distinfo

Log Message:
py-gast: Update to 0.2.2

ChangeLog unavailable.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=df1f8151c8d90942324c2d04fb25b4cf2a4e9380

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-gast/Makefile | 5 ++---
 py-gast/distinfo | 8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs:
diff --git a/py-gast/Makefile b/py-gast/Makefile
index 9720c56ce4..fad82c7b06 100644
--- a/py-gast/Makefile
+++ b/py-gast/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	gast-0.2.0
+DISTNAME=	gast-0.2.2
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=g/gast/}
@@ -10,8 +10,7 @@ HOMEPAGE=	https://github.com/serge-sans-paille/gast
 COMMENT=	Python AST that abstracts the underlying Python version
 LICENSE=	modified-bsd
 
-.include "../../lang/python/egg.mk"
-WRKSRC=		${WRKDIR}/gast-0.2.0
 USE_LANGUAGES=	# none
 
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-gast/distinfo b/py-gast/distinfo
index e2e6e6f177..030ece439b 100644
--- a/py-gast/distinfo
+++ b/py-gast/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (gast-0.2.0.tar.gz) = 9f5069701bb94485d406bb1161546acf485b4780
-RMD160 (gast-0.2.0.tar.gz) = da807b12ccf6bdfb77f7958c4fb7badb8af1814d
-SHA512 (gast-0.2.0.tar.gz) = 651719c3035d21e02e39cd83fd54212a12c39addf69f7c9e8810ccb7bb9aae7828e176ad0adf55182f0628f18d76cb1e286e498a9665ddb12e91a51dc2303381
-Size (gast-0.2.0.tar.gz) = 9400 bytes
+SHA1 (gast-0.2.2.tar.gz) = 09c6304a48e548b36bf99172d4b399dbfd9d7de9
+RMD160 (gast-0.2.2.tar.gz) = 550b7d61ddfc2f62d6f976996dc84e4b8784338f
+SHA512 (gast-0.2.2.tar.gz) = 0be9b2b66b7815153e6f294b4db6b028c321d8a94d97c89d89b026df73e0c95dc2ee8af5c10f2eee51cbfb94af4b5a0da8a682896861870b98dec4c6c59a5dd3
+Size (gast-0.2.2.tar.gz) = 10294 bytes


Home | Main Index | Thread Index | Old Index