From 26ccd7f40047742b220a1f351f0456a213962f89 Mon Sep 17 00:00:00 2001 From: Alexander Kapshuna Date: Sun, 4 Aug 2019 02:39:45 +0300 Subject: [PATCH] typed-ast: version bump to 1.4.0 --- ...ped-ast-1.3.1.exheres-0 => typed-ast-1.4.0.exheres-0} | 0 packages/dev-python/typed-ast/typed-ast.exlib | 9 ++++++--- 2 files changed, 6 insertions(+), 3 deletions(-) rename packages/dev-python/typed-ast/{typed-ast-1.3.1.exheres-0 => typed-ast-1.4.0.exheres-0} (100%) diff --git a/packages/dev-python/typed-ast/typed-ast-1.3.1.exheres-0 b/packages/dev-python/typed-ast/typed-ast-1.4.0.exheres-0 similarity index 100% rename from packages/dev-python/typed-ast/typed-ast-1.3.1.exheres-0 rename to packages/dev-python/typed-ast/typed-ast-1.4.0.exheres-0 diff --git a/packages/dev-python/typed-ast/typed-ast.exlib b/packages/dev-python/typed-ast/typed-ast.exlib index c5d5997..479fca5 100644 --- a/packages/dev-python/typed-ast/typed-ast.exlib +++ b/packages/dev-python/typed-ast/typed-ast.exlib @@ -1,9 +1,12 @@ # Copyright 2017 Julian Ospald # Distributed under the terms of the GNU General Public License v2 -require github [ user="python" project="typed_ast" ] -require pypi -require setup-py [ import=setuptools blacklist=2 ] +MY_PN="typed_ast" +MY_PNV="${MY_PN}-${PV}" + +require github [ user="python" project="${MY_PN}" ] +require pypi [ pnv="${MY_PNV}" ] +require setup-py [ import=setuptools blacklist=2 work="${MY_PNV}" ] SUMMARY="A fork of Python 2 and 3 ast modules with type comment support" DESCRIPTION="