From 80be7fae3366eef7dc8a7e6e7734b38979567ef5 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Thu, 21 Mar 2019 11:43:26 -0400 Subject: [PATCH] Revert "dist: Remove support for building and distributing *.egg files" This reverts commit dd239fd9aa4ed1c1dfb7f21d2b8952b9ac4ebb90. --- Makefile | 5 ++++- pytest-devpi-server/README.md | 2 ++ pytest-fixture-config/README.md | 2 ++ pytest-git/README.md | 2 ++ pytest-listener/README.md | 2 ++ pytest-profiling/README.md | 2 ++ pytest-pyramid-server/README.md | 2 ++ pytest-qt-app/README.md | 2 ++ pytest-shutil/README.md | 4 +++- pytest-svn/README.md | 2 ++ pytest-verbose-parametrize/README.md | 2 ++ pytest-virtualenv/README.md | 2 ++ pytest-webdriver/README.md | 2 ++ 13 files changed, 29 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 448c469c..acc4d9e7 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ COPY_FILES = VERSION CHANGES.md common_setup.py MANIFEST.in LICENSE UPLOAD_OPTS = # removed from PHONY: circleci_sip circleci_pyqt -.PHONY: extras copyfiles wheels sdists install develop test upload clean +.PHONY: extras copyfiles wheels eggs sdists install develop test upload clean extras: pip install $(EXTRA_DEPS) @@ -28,6 +28,9 @@ wheels: copyfiles pip install -U wheel ./foreach.sh --changed 'python setup.py bdist_wheel' +eggs: copyfiles + ./foreach.sh --changed 'python setup.py bdist_egg' + sdists: copyfiles ./foreach.sh --changed 'python setup.py sdist' diff --git a/pytest-devpi-server/README.md b/pytest-devpi-server/README.md index 2ce41642..defb94e4 100644 --- a/pytest-devpi-server/README.md +++ b/pytest-devpi-server/README.md @@ -13,6 +13,8 @@ Install using your favourite package manager: ```bash pip install pytest-devpi-server + # or.. + easy_install pytest-devpi-server ``` Enable the fixture explicitly in your tests or conftest.py (not required when using setuptools entry points): diff --git a/pytest-fixture-config/README.md b/pytest-fixture-config/README.md index 85d06e6a..1518875e 100644 --- a/pytest-fixture-config/README.md +++ b/pytest-fixture-config/README.md @@ -9,6 +9,8 @@ Install using your favourite package manager: ```bash pip install pytest-fixture-config + # or.. + easy_install pytest-fixture-config ``` Enable the fixture explicitly in your tests or conftest.py (not required when using setuptools entry points): diff --git a/pytest-git/README.md b/pytest-git/README.md index c9d5c5bd..bd9a7769 100644 --- a/pytest-git/README.md +++ b/pytest-git/README.md @@ -7,6 +7,8 @@ Creates an empty Git repository for testing that cleans up after itself on teard Install using your favourite package installer: ```bash pip install pytest-git + # or + easy_install pytest-git ``` Enable the fixture explicitly in your tests or conftest.py (not required when using setuptools entry points): diff --git a/pytest-listener/README.md b/pytest-listener/README.md index 21b42884..05c40a94 100644 --- a/pytest-listener/README.md +++ b/pytest-listener/README.md @@ -8,6 +8,8 @@ Install using your favourite package manager: ```bash pip install pytest-listener + # or.. + easy_install pytest-listener ``` Enable the fixture explicitly in your tests or conftest.py (not required when using setuptools entry points): diff --git a/pytest-profiling/README.md b/pytest-profiling/README.md index 490efba9..c367b940 100644 --- a/pytest-profiling/README.md +++ b/pytest-profiling/README.md @@ -13,6 +13,8 @@ generated using [gprof2dot](http://code.google.com/p/jrfonseca/wiki/Gprof2Dot) a Install using your favourite package installer: ```bash pip install pytest-profiling + # or + easy_install pytest-profiling ``` Enable the fixture explicitly in your tests or conftest.py (not required when using setuptools entry points): diff --git a/pytest-pyramid-server/README.md b/pytest-pyramid-server/README.md index 67c39eb5..212cbd59 100644 --- a/pytest-pyramid-server/README.md +++ b/pytest-pyramid-server/README.md @@ -10,6 +10,8 @@ Install using your favourite package manager: ```bash pip install pytest-pyramid-server + # or.. + easy_install pytest-pyramid-server ``` Enable the fixture explicitly in your tests or conftest.py (not required when using setuptools entry points): diff --git a/pytest-qt-app/README.md b/pytest-qt-app/README.md index e51f0a1a..01d20375 100644 --- a/pytest-qt-app/README.md +++ b/pytest-qt-app/README.md @@ -7,6 +7,8 @@ Set up a Q Application for QT with an X-Window Virtual Framebuffer (Xvfb). Install using your favourite package installer: ```bash pip install pytest-qt-app + # or + easy_install pytest-qt-app ``` Enable the fixture explicitly in your tests or conftest.py (not required when using setuptools entry points): diff --git a/pytest-shutil/README.md b/pytest-shutil/README.md index 7214a90e..c34c5337 100644 --- a/pytest-shutil/README.md +++ b/pytest-shutil/README.md @@ -10,7 +10,9 @@ Install using your favourite package manager:: ```bash pip install pytest-shutil -``` + # or.. + easy_install pytest-shutil +``` ## Workspace Fixture diff --git a/pytest-svn/README.md b/pytest-svn/README.md index 308bdb20..53c7584b 100644 --- a/pytest-svn/README.md +++ b/pytest-svn/README.md @@ -7,6 +7,8 @@ Creates an empty SVN repository for testing that cleans up after itself on teard Install using your favourite package installer: ```bash pip install pytest-svn + # or + easy_install pytest-svn ``` Enable the fixture explicitly in your tests or conftest.py (not required when using setuptools entry points): diff --git a/pytest-verbose-parametrize/README.md b/pytest-verbose-parametrize/README.md index 35b5a12c..fde7229a 100644 --- a/pytest-verbose-parametrize/README.md +++ b/pytest-verbose-parametrize/README.md @@ -8,6 +8,8 @@ more descriptive than the default (which just outputs id numbers). Install with your favourite package manager, and this plugin will automatically be enabled: ```bash pip install pytest-verbose-parametrize +# or .. +easy_install pytest-verbose-parametrize ``` ## Usage diff --git a/pytest-virtualenv/README.md b/pytest-virtualenv/README.md index 60d37160..d6e6c112 100644 --- a/pytest-virtualenv/README.md +++ b/pytest-virtualenv/README.md @@ -8,6 +8,8 @@ The fixture has utility methods to install packages and list what's installed. Install using your favourite package installer: ```bash pip install pytest-virtualenv + # or + easy_install pytest-virtualenv ``` Enable the fixture explicitly in your tests or conftest.py (not required when using setuptools entry points): diff --git a/pytest-webdriver/README.md b/pytest-webdriver/README.md index 780658e5..7243e872 100644 --- a/pytest-webdriver/README.md +++ b/pytest-webdriver/README.md @@ -9,6 +9,8 @@ on test failures. Install using your favourite package installer: ```bash pip install pytest-webdriver + # or + easy_install pytest-webdriver ``` Enable the fixture explicitly in your tests or conftest.py (not required when using setuptools entry points):