From d843d80e0e7c2bfde2d3c2a376877ea847660297 Mon Sep 17 00:00:00 2001 From: Noah Kantrowitz Date: Wed, 15 Jul 2015 10:28:16 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 440c835..3555324 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ python Cookbook Installs and configures Python. Also includes LWRPs for managing python packages with `pip` and `virtualenv` isolated Python environments. +## **THIS COOKBOOK IS IN LIMBO** + +Development on a new replacement is happening at [poise/poise-python](https://github.com/poise/poise-python). When that cookbook is complete, this cookbook may be stripped and turned in to compat wrapper for it if possible, or it may be removed entirely. Requirements ------------ From 711e4d98c25643be2df5afaf3cfc2e811eaee18f Mon Sep 17 00:00:00 2001 From: Noah Kantrowitz Date: Mon, 24 Aug 2015 16:46:33 -0700 Subject: [PATCH 2/2] Deprecated. [ci skip] --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3555324..9087145 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,14 @@ python Cookbook Installs and configures Python. Also includes LWRPs for managing python packages with `pip` and `virtualenv` isolated Python environments. -## **THIS COOKBOOK IS IN LIMBO** +## **THIS COOKBOOK IS DEPRECATED** -Development on a new replacement is happening at [poise/poise-python](https://github.com/poise/poise-python). When that cookbook is complete, this cookbook may be stripped and turned in to compat wrapper for it if possible, or it may be removed entirely. +[Poise-python](https://github.com/poise/poise-python) is a vastly better cookbook +for managing Python-related things. This cookbook will remain for compatibility +but any future release will only be to gut it and turn it into a wrapper for +`poise-python`. + +## **I REPEAT, THIS COOKBOOK IS DEPRECATED** Requirements ------------