From 5f0f2f90361a4c0a76478b288998595fc3ddebd2 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Wed, 8 Apr 2020 10:38:14 -0300 Subject: Added my old emacs config --- .../site-packages/wheel-0.33.4.dist-info/INSTALLER | 1 + .../wheel-0.33.4.dist-info/LICENSE.txt | 22 ++++++++ .../site-packages/wheel-0.33.4.dist-info/METADATA | 60 ++++++++++++++++++++++ .../site-packages/wheel-0.33.4.dist-info/RECORD | 32 ++++++++++++ .../site-packages/wheel-0.33.4.dist-info/WHEEL | 6 +++ .../wheel-0.33.4.dist-info/entry_points.txt | 6 +++ .../wheel-0.33.4.dist-info/top_level.txt | 1 + 7 files changed, 128 insertions(+) create mode 100644 .emacs.d.back/.python-environments/default/lib/python3.7/site-packages/wheel-0.33.4.dist-info/INSTALLER create mode 100644 .emacs.d.back/.python-environments/default/lib/python3.7/site-packages/wheel-0.33.4.dist-info/LICENSE.txt create mode 100644 .emacs.d.back/.python-environments/default/lib/python3.7/site-packages/wheel-0.33.4.dist-info/METADATA create mode 100644 .emacs.d.back/.python-environments/default/lib/python3.7/site-packages/wheel-0.33.4.dist-info/RECORD create mode 100644 .emacs.d.back/.python-environments/default/lib/python3.7/site-packages/wheel-0.33.4.dist-info/WHEEL create mode 100644 .emacs.d.back/.python-environments/default/lib/python3.7/site-packages/wheel-0.33.4.dist-info/entry_points.txt create mode 100644 .emacs.d.back/.python-environments/default/lib/python3.7/site-packages/wheel-0.33.4.dist-info/top_level.txt (limited to '.emacs.d.back/.python-environments/default/lib/python3.7/site-packages/wheel-0.33.4.dist-info') diff --git a/.emacs.d.back/.python-environments/default/lib/python3.7/site-packages/wheel-0.33.4.dist-info/INSTALLER b/.emacs.d.back/.python-environments/default/lib/python3.7/site-packages/wheel-0.33.4.dist-info/INSTALLER new file mode 100644 index 00000000..a1b589e3 --- /dev/null +++ b/.emacs.d.back/.python-environments/default/lib/python3.7/site-packages/wheel-0.33.4.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/.emacs.d.back/.python-environments/default/lib/python3.7/site-packages/wheel-0.33.4.dist-info/LICENSE.txt b/.emacs.d.back/.python-environments/default/lib/python3.7/site-packages/wheel-0.33.4.dist-info/LICENSE.txt new file mode 100644 index 00000000..c3441e6c --- /dev/null +++ b/.emacs.d.back/.python-environments/default/lib/python3.7/site-packages/wheel-0.33.4.dist-info/LICENSE.txt @@ -0,0 +1,22 @@ +"wheel" copyright (c) 2012-2014 Daniel Holth and +contributors. + +The MIT License + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR +OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. diff --git a/.emacs.d.back/.python-environments/default/lib/python3.7/site-packages/wheel-0.33.4.dist-info/METADATA b/.emacs.d.back/.python-environments/default/lib/python3.7/site-packages/wheel-0.33.4.dist-info/METADATA new file mode 100644 index 00000000..3685e113 --- /dev/null +++ b/.emacs.d.back/.python-environments/default/lib/python3.7/site-packages/wheel-0.33.4.dist-info/METADATA @@ -0,0 +1,60 @@ +Metadata-Version: 2.1 +Name: wheel +Version: 0.33.4 +Summary: A built-package format for Python. +Home-page: https://github.com/pypa/wheel +Author: Daniel Holth +Author-email: dholth@fastmail.fm +Maintainer: Alex Grönholm +Maintainer-email: alex.gronholm@nextday.fi +License: MIT +Project-URL: Documentation, https://wheel.readthedocs.io/ +Project-URL: Changelog, https://wheel.readthedocs.io/en/stable/news.html +Project-URL: Issue Tracker, https://github.com/pypa/wheel/issues +Keywords: wheel,packaging +Platform: UNKNOWN +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: Topic :: System :: Archiving :: Packaging +Classifier: License :: OSI Approved :: MIT License +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 2 +Classifier: Programming Language :: Python :: 2.7 +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.4 +Classifier: Programming Language :: Python :: 3.5 +Classifier: Programming Language :: Python :: 3.6 +Classifier: Programming Language :: Python :: 3.7 +Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.* +Provides-Extra: test +Requires-Dist: pytest (>=3.0.0) ; extra == 'test' +Requires-Dist: pytest-cov ; extra == 'test' + +wheel +===== + +This library is the reference implementation of the Python wheel packaging +standard, as defined in `PEP 427`_. + +It has two different roles: + +#. A setuptools_ extension for building wheels that provides the + ``bdist_wheel`` setuptools command +#. A command line tool for working with wheel files + +It should be noted that wheel is **not** intended to be used as a library, and +as such there is no stable, public API. + +.. _PEP 427: https://www.python.org/dev/peps/pep-0427/ +.. _setuptools: https://pypi.org/project/setuptools/ + + +Code of Conduct +--------------- + +Everyone interacting in the wheel project's codebases, issue trackers, chat +rooms, and mailing lists is expected to follow the `PyPA Code of Conduct`_. + +.. _PyPA Code of Conduct: https://www.pypa.io/en/latest/code-of-conduct/ + + diff --git a/.emacs.d.back/.python-environments/default/lib/python3.7/site-packages/wheel-0.33.4.dist-info/RECORD b/.emacs.d.back/.python-environments/default/lib/python3.7/site-packages/wheel-0.33.4.dist-info/RECORD new file mode 100644 index 00000000..50bc60c7 --- /dev/null +++ b/.emacs.d.back/.python-environments/default/lib/python3.7/site-packages/wheel-0.33.4.dist-info/RECORD @@ -0,0 +1,32 @@ +../../../bin/wheel,sha256=krCR5nxhG_1igjCv621GmP_ICBYqFITLf4VrWDIcFvY,256 +wheel-0.33.4.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +wheel-0.33.4.dist-info/LICENSE.txt,sha256=zKniDGrx_Pv2lAjzd3aShsvuvN7TNhAMm0o_NfvmNeQ,1125 +wheel-0.33.4.dist-info/METADATA,sha256=wyJg2oitG9m-Uh5ia99JynhzPDzo2cJmrCSsqYpRMtc,2082 +wheel-0.33.4.dist-info/RECORD,, +wheel-0.33.4.dist-info/WHEEL,sha256=h_aVn5OB2IERUjMbi2pucmR_zzWJtk303YXvhh60NJ8,110 +wheel-0.33.4.dist-info/entry_points.txt,sha256=N8HbYFST3yrNQYeB2wXWBEPUhFsEtKNRPaCFGJPyqyc,108 +wheel-0.33.4.dist-info/top_level.txt,sha256=HxSBIbgEstMPe4eFawhA66Mq-QYHMopXVoAncfjb_1c,6 +wheel/__init__.py,sha256=gdfDa6ufU3P8afREFDBD26jo-ncuKtumgvlnZIGSmKc,96 +wheel/__main__.py,sha256=lF-YLO4hdQmoWuh4eWZd8YL1U95RSdm76sNLBXa0vjE,417 +wheel/__pycache__/__init__.cpython-37.pyc,, +wheel/__pycache__/__main__.cpython-37.pyc,, +wheel/__pycache__/bdist_wheel.cpython-37.pyc,, +wheel/__pycache__/metadata.cpython-37.pyc,, +wheel/__pycache__/pep425tags.cpython-37.pyc,, +wheel/__pycache__/pkginfo.cpython-37.pyc,, +wheel/__pycache__/util.cpython-37.pyc,, +wheel/__pycache__/wheelfile.cpython-37.pyc,, +wheel/bdist_wheel.py,sha256=U3ljAOGgc8UGMKqxOf5YEKE1W-nt99X6RemMi-poBB8,14757 +wheel/cli/__init__.py,sha256=GWSoGUpRabTf8bk3FsNTPrc5Fsr8YOv2dX55iY2W7eY,2572 +wheel/cli/__pycache__/__init__.cpython-37.pyc,, +wheel/cli/__pycache__/convert.cpython-37.pyc,, +wheel/cli/__pycache__/pack.cpython-37.pyc,, +wheel/cli/__pycache__/unpack.cpython-37.pyc,, +wheel/cli/convert.py,sha256=me0l6G4gSw-EBVhzjSr7yWYWBp9spMz7mnXlyJTiXso,9497 +wheel/cli/pack.py,sha256=vkvZc4-rRZyWiwc6sHjpqIjzwDRMEF5u3JUNU9NY_jA,2263 +wheel/cli/unpack.py,sha256=0VWzT7U_xyenTPwEVavxqvdee93GPvAFHnR3Uu91aRc,673 +wheel/metadata.py,sha256=uBv2aOz4U2sERF834C8DeNo235drcsp3ypTzT7MTWEA,4699 +wheel/pep425tags.py,sha256=Jdjbnq17kqwPRKJCMb2E1VccNgnC3H6iQL7VGaxkPao,5908 +wheel/pkginfo.py,sha256=GR76kupQzn1x9sKDaXuE6B6FsZ4OkfRtG7pndlXPvQ4,1257 +wheel/util.py,sha256=zwVIk-9qWVQLRMgkgQTMp4TRE4HY03-tCUxLrtCpsfU,924 +wheel/wheelfile.py,sha256=Mtt6mUaea-wABqtN5SW3Rn6bVvw-bdcSKaR2SjWZLG4,7222 diff --git a/.emacs.d.back/.python-environments/default/lib/python3.7/site-packages/wheel-0.33.4.dist-info/WHEEL b/.emacs.d.back/.python-environments/default/lib/python3.7/site-packages/wheel-0.33.4.dist-info/WHEEL new file mode 100644 index 00000000..78e6f69d --- /dev/null +++ b/.emacs.d.back/.python-environments/default/lib/python3.7/site-packages/wheel-0.33.4.dist-info/WHEEL @@ -0,0 +1,6 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.33.4) +Root-Is-Purelib: true +Tag: py2-none-any +Tag: py3-none-any + diff --git a/.emacs.d.back/.python-environments/default/lib/python3.7/site-packages/wheel-0.33.4.dist-info/entry_points.txt b/.emacs.d.back/.python-environments/default/lib/python3.7/site-packages/wheel-0.33.4.dist-info/entry_points.txt new file mode 100644 index 00000000..b27acadd --- /dev/null +++ b/.emacs.d.back/.python-environments/default/lib/python3.7/site-packages/wheel-0.33.4.dist-info/entry_points.txt @@ -0,0 +1,6 @@ +[console_scripts] +wheel = wheel.cli:main + +[distutils.commands] +bdist_wheel = wheel.bdist_wheel:bdist_wheel + diff --git a/.emacs.d.back/.python-environments/default/lib/python3.7/site-packages/wheel-0.33.4.dist-info/top_level.txt b/.emacs.d.back/.python-environments/default/lib/python3.7/site-packages/wheel-0.33.4.dist-info/top_level.txt new file mode 100644 index 00000000..2309722a --- /dev/null +++ b/.emacs.d.back/.python-environments/default/lib/python3.7/site-packages/wheel-0.33.4.dist-info/top_level.txt @@ -0,0 +1 @@ +wheel -- cgit v1.2.3