summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Murashkin <iam@google.com>2018-09-21 10:19:57 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-09-21 10:19:57 -0700
commita222bcc0e66519e8f24e47dbccc2deedcaaa662c (patch)
tree351b14f15dc5d8b54b5fd5cd6a1a8097e8934e70
parent93c6200d106890f15c09ff279157964577b08a41 (diff)
parentba1fc72199d40d9c7caa7bddfb205a9b65e3dbfd (diff)
downloadfuncsigs-a222bcc0e66519e8f24e47dbccc2deedcaaa662c.tar.gz
android: Import required files for third-party-review am: 1277061b73
am: ba1fc72199 Change-Id: Ifc126c9b09b348f21e2c6c699570240962d6906e
-rw-r--r--METADATA21
-rw-r--r--MODULE_LICENSE_APACHE20
l---------NOTICE1
3 files changed, 22 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..1539e3a
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,21 @@
+name: "funcsigs"
+description:
+ "funcsigs is a backport of the PEP 362 function signature features from "
+ "Python 3.3's inspect module. The backport is compatible with Python 2.6, "
+ "2.7 as well as 3.2 and up. "
+ " "
+ "(The primary purpose for importing this is as a pytest dependency)"
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://pypi.org/project/funcsigs/"
+ }
+ url {
+ type: GIT
+ value: "https://github.com/aliles/funcsigs.git"
+ }
+ version: "0.4"
+ last_upgrade_date { year: 2018 month: 8 day: 2 }
+ license_type: NOTICE
+}
diff --git a/MODULE_LICENSE_APACHE2 b/MODULE_LICENSE_APACHE2
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/MODULE_LICENSE_APACHE2
diff --git a/NOTICE b/NOTICE
new file mode 120000
index 0000000..7a694c9
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1 @@
+LICENSE \ No newline at end of file