summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2012-06-24 04:07:41 (GMT)
committerÉric Araujo <merwok@netwok.org>2012-06-24 04:07:41 (GMT)
commit859aad6a36262383b98ddd45fe3253a882b87ce8 (patch)
tree1cc50af4fc88c650fe997a2e72f5f26d92a1986c /Makefile.pre.in
parentdc44f55cc9dc1d016799362c344958baab328ff4 (diff)
downloadcpython-859aad6a36262383b98ddd45fe3253a882b87ce8.zip
cpython-859aad6a36262383b98ddd45fe3253a882b87ce8.tar.gz
cpython-859aad6a36262383b98ddd45fe3253a882b87ce8.tar.bz2
Remove packaging from the standard library.
Distutils2 will live on on PyPI and be included in the stdlib when it is ready. See discussion starting at http://mail.python.org/pipermail/python-dev/2012-June/120430.html
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in54
1 files changed, 0 insertions, 54 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index a86e082..682ed32 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1006,56 +1006,6 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
importlib importlib/test importlib/test/builtin \
importlib/test/extension importlib/test/frozen \
importlib/test/import_ importlib/test/source \
- packaging packaging/command packaging/compiler \
- packaging/pypi packaging/tests \
- packaging/tests/fake_dists \
- packaging/tests/fake_dists/babar-0.1.dist-info \
- packaging/tests/fake_dists/bacon-0.1.egg-info \
- packaging/tests/fake_dists/banana-0.4.egg \
- packaging/tests/fake_dists/banana-0.4.egg/EGG-INFO \
- packaging/tests/fake_dists/choxie-2.0.0.9 \
- packaging/tests/fake_dists/choxie-2.0.0.9/choxie \
- packaging/tests/fake_dists/choxie-2.0.0.9.dist-info \
- packaging/tests/fake_dists/coconuts-aster-10.3.egg-info \
- packaging/tests/fake_dists/grammar-1.0a4 \
- packaging/tests/fake_dists/grammar-1.0a4.dist-info \
- packaging/tests/fake_dists/grammar-1.0a4/grammar \
- packaging/tests/fake_dists/towel_stuff-0.1 \
- packaging/tests/fake_dists/towel_stuff-0.1.dist-info \
- packaging/tests/fake_dists/towel_stuff-0.1/towel_stuff \
- packaging/tests/fixer packaging/tests/pypiserver \
- packaging/tests/pypiserver/downloads_with_md5 \
- packaging/tests/pypiserver/downloads_with_md5/packages \
- packaging/tests/pypiserver/downloads_with_md5/packages/source \
- packaging/tests/pypiserver/downloads_with_md5/packages/source/f \
- packaging/tests/pypiserver/downloads_with_md5/packages/source/f/foobar \
- packaging/tests/pypiserver/downloads_with_md5/simple \
- packaging/tests/pypiserver/downloads_with_md5/simple/badmd5 \
- packaging/tests/pypiserver/downloads_with_md5/simple/foobar \
- packaging/tests/pypiserver/foo_bar_baz \
- packaging/tests/pypiserver/foo_bar_baz/simple \
- packaging/tests/pypiserver/foo_bar_baz/simple/bar \
- packaging/tests/pypiserver/foo_bar_baz/simple/baz \
- packaging/tests/pypiserver/foo_bar_baz/simple/foo \
- packaging/tests/pypiserver/project_list \
- packaging/tests/pypiserver/project_list/simple \
- packaging/tests/pypiserver/test_found_links \
- packaging/tests/pypiserver/test_found_links/simple \
- packaging/tests/pypiserver/test_found_links/simple/foobar \
- packaging/tests/pypiserver/test_pypi_server \
- packaging/tests/pypiserver/test_pypi_server/external \
- packaging/tests/pypiserver/test_pypi_server/simple \
- packaging/tests/pypiserver/with_externals \
- packaging/tests/pypiserver/with_externals/external \
- packaging/tests/pypiserver/with_externals/simple \
- packaging/tests/pypiserver/with_externals/simple/foobar \
- packaging/tests/pypiserver/with_norel_links \
- packaging/tests/pypiserver/with_norel_links/external \
- packaging/tests/pypiserver/with_norel_links/simple \
- packaging/tests/pypiserver/with_norel_links/simple/foobar \
- packaging/tests/pypiserver/with_real_externals \
- packaging/tests/pypiserver/with_real_externals/simple \
- packaging/tests/pypiserver/with_real_externals/simple/foobar \
turtledemo \
multiprocessing multiprocessing/dummy \
unittest unittest/test unittest/test/testmock \
@@ -1121,10 +1071,6 @@ libinstall: build_all $(srcdir)/Lib/$(PLATDIR) $(srcdir)/Modules/xxmodule.c
$(INSTALL_DATA) $(srcdir)/Modules/xxmodule.c \
$(DESTDIR)$(LIBDEST)/distutils/tests ; \
fi
- if test -d $(DESTDIR)$(LIBDEST)/packaging/tests; then \
- $(INSTALL_DATA) $(srcdir)/Modules/xxmodule.c \
- $(DESTDIR)$(LIBDEST)/packaging/tests ; \
- fi
-PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
./$(BUILDPYTHON) -Wi $(DESTDIR)$(LIBDEST)/compileall.py \
-d $(LIBDEST) -f \