aboutsummaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
authorKevin Cheng <kevcheng@google.com>2018-05-30 22:27:05 -0700
committerKevin Cheng <kevcheng@google.com>2018-05-31 13:01:12 -0700
commit3276dfdbb148e0a6378ac2dd116c5e66e9867f00 (patch)
tree47fa8899962fbd257699b33659d8e46ae0b49b53 /METADATA
parentf56cad81b7116dfcd763f31a63a6544224056fd5 (diff)
parentff03c0f14caa1b11c604906b854dce18c7d0a7a3 (diff)
downloaddateutil-3276dfdbb148e0a6378ac2dd116c5e66e9867f00.tar.gz
Merge commit 'ff03c0f' into upstream_2.7.2android-p-preview-5android-p-preview-4
Inital commit of dateutil 2.7.2 with history. Added: - Android.bp - MODULE_LICENSE_APACHE2 - NOTICE - METADATA Bug: 80314772 Test: Compiled acloud with dateutil and was able to import dateutil. Change-Id: Ic6b6f74b55006dc4bf689142c103ca88cc020385
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA17
1 files changed, 17 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..df039a2
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,17 @@
+name: "dateutil"
+description:
+ "The dateutil module provides powerful extensions to the standard datetime "
+ "module, available in Python."
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://dateutil.readthedocs.io/en/stable/#"
+ }
+ url {
+ type: GIT
+ value: "https://github.com/dateutil/dateutil/"
+ }
+ version: "2.7.2"
+ last_upgrade_date { year: 2018 month: 5 day: 30 }
+}