aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2019-05-16 23:08:10 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-05-16 23:08:10 -0700
commit9041297f75cefe60dc094401b4d0a9c0d7fdc47a (patch)
tree9b6ff65535140465c4cc3eb1164bc4cbf149ada1
parent43ffef550077a9672e267f6ce7a29673d3d2dd43 (diff)
parent7f94b853344eaad468032bb2ca5a016f046f519a (diff)
downloadplatform_external_python_pycparser-9041297f75cefe60dc094401b4d0a9c0d7fdc47a.tar.gz
platform_external_python_pycparser-9041297f75cefe60dc094401b4d0a9c0d7fdc47a.tar.bz2
platform_external_python_pycparser-9041297f75cefe60dc094401b4d0a9c0d7fdc47a.zip
Fix version in METADATA for python/pycparser
am: 7f94b85334 Change-Id: I5a1201ca2543ef884ac1d48f8023b6f6269ab44c
-rw-r--r--METADATA14
1 files changed, 7 insertions, 7 deletions
diff --git a/METADATA b/METADATA
index 969313e..e07b7a2 100644
--- a/METADATA
+++ b/METADATA
@@ -1,9 +1,5 @@
name: "pycparser"
-description:
- "pycparser is a parser for the C language, written in pure Python. It is a "
- "module designed to be easily integrated into applications that need to "
- "parse C source code."
-
+description: "pycparser is a parser for the C language, written in pure Python. It is a module designed to be easily integrated into applications that need to parse C source code."
third_party {
url {
type: HOMEPAGE
@@ -13,7 +9,11 @@ third_party {
type: GIT
value: "https://github.com/eliben/pycparser"
}
- version: "2.19"
- last_upgrade_date { year: 2019 month: 2 day: 26 }
+ version: "release_v2.19"
license_type: NOTICE
+ last_upgrade_date {
+ year: 2019
+ month: 5
+ day: 2
+ }
}