summaryrefslogtreecommitdiff
path: root/devel/python/lib
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2016-07-04 16:40:31 -0700
committerMichael Forney <mforney@mforney.org>2016-07-04 16:41:18 -0700
commitedb1f3fe364d0cd06b987062204cdedffc41e894 (patch)
treef79a0b5d694dc90d3b77e898cad3cc8bbdc6cbdc /devel/python/lib
parentf472829d4dbeb0daac1af5965505d082eff4afdd (diff)
Add python 3.5.2
All modules are statically linked, so dynamic extensions will not work.
Diffstat (limited to 'devel/python/lib')
-rw-r--r--devel/python/lib/Makefile1
-rw-r--r--devel/python/lib/_sysconfigdata.py2
2 files changed, 3 insertions, 0 deletions
diff --git a/devel/python/lib/Makefile b/devel/python/lib/Makefile
new file mode 100644
index 00000000..636bc1a8
--- /dev/null
+++ b/devel/python/lib/Makefile
@@ -0,0 +1 @@
+# intentionally empty
diff --git a/devel/python/lib/_sysconfigdata.py b/devel/python/lib/_sysconfigdata.py
new file mode 100644
index 00000000..1daf2bde
--- /dev/null
+++ b/devel/python/lib/_sysconfigdata.py
@@ -0,0 +1,2 @@
+build_time_vars = {
+}