From 5a1c679f78e3a578aaf7dc5b49b9ca9925cfb168 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 7 Sep 2015 14:09:59 -0300 Subject: [PATCH] Keep *dist-info directory on vendored_packages --- _pytest/vendored_packages/.gitignore | 2 - .../pluggy-0.3.0.dist-info/DESCRIPTION.rst | 10 +++++ .../pluggy-0.3.0.dist-info/METADATA | 38 +++++++++++++++++++ .../pluggy-0.3.0.dist-info/RECORD | 7 ++++ .../pluggy-0.3.0.dist-info/WHEEL | 6 +++ .../pluggy-0.3.0.dist-info/metadata.json | 1 + .../pluggy-0.3.0.dist-info/top_level.txt | 1 + 7 files changed, 63 insertions(+), 2 deletions(-) delete mode 100644 _pytest/vendored_packages/.gitignore create mode 100644 _pytest/vendored_packages/pluggy-0.3.0.dist-info/DESCRIPTION.rst create mode 100644 _pytest/vendored_packages/pluggy-0.3.0.dist-info/METADATA create mode 100644 _pytest/vendored_packages/pluggy-0.3.0.dist-info/RECORD create mode 100644 _pytest/vendored_packages/pluggy-0.3.0.dist-info/WHEEL create mode 100644 _pytest/vendored_packages/pluggy-0.3.0.dist-info/metadata.json create mode 100644 _pytest/vendored_packages/pluggy-0.3.0.dist-info/top_level.txt diff --git a/_pytest/vendored_packages/.gitignore b/_pytest/vendored_packages/.gitignore deleted file mode 100644 index 3a4fe29d3..000000000 --- a/_pytest/vendored_packages/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -*.pyc -pluggy-*.dist-info/ \ No newline at end of file diff --git a/_pytest/vendored_packages/pluggy-0.3.0.dist-info/DESCRIPTION.rst b/_pytest/vendored_packages/pluggy-0.3.0.dist-info/DESCRIPTION.rst new file mode 100644 index 000000000..aa3bbf812 --- /dev/null +++ b/_pytest/vendored_packages/pluggy-0.3.0.dist-info/DESCRIPTION.rst @@ -0,0 +1,10 @@ +Plugin registration and hook calling for Python +=============================================== + +This is the plugin manager as used by pytest but stripped +of pytest specific details. + +During the 0.x series this plugin does not have much documentation +except extensive docstrings in the pluggy.py module. + + diff --git a/_pytest/vendored_packages/pluggy-0.3.0.dist-info/METADATA b/_pytest/vendored_packages/pluggy-0.3.0.dist-info/METADATA new file mode 100644 index 000000000..da3952dda --- /dev/null +++ b/_pytest/vendored_packages/pluggy-0.3.0.dist-info/METADATA @@ -0,0 +1,38 @@ +Metadata-Version: 2.0 +Name: pluggy +Version: 0.3.0 +Summary: plugin and hook calling mechanisms for python +Home-page: UNKNOWN +Author: Holger Krekel +Author-email: holger at merlinux.eu +License: MIT license +Platform: unix +Platform: linux +Platform: osx +Platform: win32 +Classifier: Development Status :: 3 - Alpha +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Operating System :: POSIX +Classifier: Operating System :: Microsoft :: Windows +Classifier: Operating System :: MacOS :: MacOS X +Classifier: Topic :: Software Development :: Testing +Classifier: Topic :: Software Development :: Libraries +Classifier: Topic :: Utilities +Classifier: Programming Language :: Python :: 2 +Classifier: Programming Language :: Python :: 2.6 +Classifier: Programming Language :: Python :: 2.7 +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.3 +Classifier: Programming Language :: Python :: 3.4 + +Plugin registration and hook calling for Python +=============================================== + +This is the plugin manager as used by pytest but stripped +of pytest specific details. + +During the 0.x series this plugin does not have much documentation +except extensive docstrings in the pluggy.py module. + + diff --git a/_pytest/vendored_packages/pluggy-0.3.0.dist-info/RECORD b/_pytest/vendored_packages/pluggy-0.3.0.dist-info/RECORD new file mode 100644 index 000000000..c57f4e594 --- /dev/null +++ b/_pytest/vendored_packages/pluggy-0.3.0.dist-info/RECORD @@ -0,0 +1,7 @@ +pluggy.py,sha256=Y_aZC2eNi0zEaaGPDF5d7S_w-2KbvsvvmcykfWB-NQ0,29671 +pluggy-0.3.0.dist-info/top_level.txt,sha256=xKSCRhai-v9MckvMuWqNz16c1tbsmOggoMSwTgcpYHE,7 +pluggy-0.3.0.dist-info/RECORD,, +pluggy-0.3.0.dist-info/metadata.json,sha256=y8dkBTPYLTWwqPj12oWV0MriJ21FhCY0e185EhiAkeg,988 +pluggy-0.3.0.dist-info/METADATA,sha256=i1WR19wl6r2qWC7YGnfiHzTlhmYmKuidTT5FobM0ctU,1286 +pluggy-0.3.0.dist-info/WHEEL,sha256=AvR0WeTpDaxT645bl5FQxUK6NPsTls2ttpcGJg3j1Xg,110 +pluggy-0.3.0.dist-info/DESCRIPTION.rst,sha256=P5Akh1EdIBR6CeqtV2P8ZwpGSpZiTKPw0NyS7jEiD-g,306 diff --git a/_pytest/vendored_packages/pluggy-0.3.0.dist-info/WHEEL b/_pytest/vendored_packages/pluggy-0.3.0.dist-info/WHEEL new file mode 100644 index 000000000..9dff69d86 --- /dev/null +++ b/_pytest/vendored_packages/pluggy-0.3.0.dist-info/WHEEL @@ -0,0 +1,6 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.24.0) +Root-Is-Purelib: true +Tag: py2-none-any +Tag: py3-none-any + diff --git a/_pytest/vendored_packages/pluggy-0.3.0.dist-info/metadata.json b/_pytest/vendored_packages/pluggy-0.3.0.dist-info/metadata.json new file mode 100644 index 000000000..f59a37986 --- /dev/null +++ b/_pytest/vendored_packages/pluggy-0.3.0.dist-info/metadata.json @@ -0,0 +1 @@ +{"license": "MIT license", "name": "pluggy", "metadata_version": "2.0", "generator": "bdist_wheel (0.24.0)", "summary": "plugin and hook calling mechanisms for python", "platform": "unix", "version": "0.3.0", "extensions": {"python.details": {"document_names": {"description": "DESCRIPTION.rst"}, "contacts": [{"role": "author", "email": "holger at merlinux.eu", "name": "Holger Krekel"}]}}, "classifiers": ["Development Status :: 3 - Alpha ", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: POSIX", "Operating System :: Microsoft :: Windows", "Operating System :: MacOS :: MacOS X", "Topic :: Software Development :: Testing", "Topic :: Software Development :: Libraries", "Topic :: Utilities", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4"]} \ No newline at end of file diff --git a/_pytest/vendored_packages/pluggy-0.3.0.dist-info/top_level.txt b/_pytest/vendored_packages/pluggy-0.3.0.dist-info/top_level.txt new file mode 100644 index 000000000..11bdb5c1f --- /dev/null +++ b/_pytest/vendored_packages/pluggy-0.3.0.dist-info/top_level.txt @@ -0,0 +1 @@ +pluggy