aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
+ }
}