summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStub <stuart@stuartbishop.net>2020-01-13 15:40:32 +1100
committerGitHub <noreply@github.com>2020-01-13 15:40:32 +1100
commitfd39cf15e12f368ce42f51f0ec59f508c26c84c3 (patch)
tree1312d4faf455e92291daecec9e8987ebefe22f34
parentab1ce343b50bc888d392988e662c7c6d181d0f52 (diff)
parentee19b2e404d248c4c7c9c9bca73edada6160b16d (diff)
downloadpytz-git-fd39cf15e12f368ce42f51f0ec59f508c26c84c3.tar.gz
Use .rst extension for reStructuredText
-rw-r--r--deps.rst19
-rw-r--r--deps.txt18
-rw-r--r--src/README.rst (renamed from src/README.txt)0
3 files changed, 19 insertions, 18 deletions
diff --git a/deps.rst b/deps.rst
new file mode 100644
index 0000000..80688dd
--- /dev/null
+++ b/deps.rst
@@ -0,0 +1,19 @@
+dev container setup cheat sheet
+-------------------------------
+
+.. code::
+
+ locale-gen
+ add-apt-repository ppa:deadsnakes/ppa
+
+ apt update
+ apt install tox bzr build-essential twine python-all python-all-dev python3-all python3-all-dev python3-docutils python3-sphinx python3-flake8 python-flake8 python2.4-complete python2.5-complete python2.6-complete python3.1-complete python3.2-complete python3.3-complete python3.4-complete python3.5 python3.5-dev python3.7 python3.7-dev python-wheel python3-wheel python-pip python3-pip
+
+
+ wget https://raw.githubusercontent.com/pypa/setuptools/bootstrap-py24/ez_setup.py -O - | python2.4
+ wget https://raw.githubusercontent.com/pypa/setuptools/bootstrap-py24/ez_setup.py -O - | python2.5
+ wget https://bootstrap.pypa.io/ez_setup.py -O - | python2.6
+ wget https://bootstrap.pypa.io/ez_setup.py -O - | python3.1
+ wget https://bootstrap.pypa.io/ez_setup.py -O - | python3.2
+ wget https://bootstrap.pypa.io/ez_setup.py -O - | python3.3
+ wget https://bootstrap.pypa.io/ez_setup.py -O - | python3.4
diff --git a/deps.txt b/deps.txt
deleted file mode 100644
index ecd457a..0000000
--- a/deps.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-dev container setup cheat sheet
--------------------------------
-
-locale-gen
-add-apt-repository ppa:deadsnakes/ppa
-
-apt update
-apt install tox bzr build-essential twine python-all python-all-dev python3-all python3-all-dev python3-docutils python3-sphinx python3-flake8 python-flake8 python2.4-complete python2.5-complete python2.6-complete python3.1-complete python3.2-complete python3.3-complete python3.4-complete python3.5 python3.5-dev python3.7 python3.7-dev python-wheel python3-wheel python-pip python3-pip
-
-
-wget https://raw.githubusercontent.com/pypa/setuptools/bootstrap-py24/ez_setup.py -O - | python2.4
-wget https://raw.githubusercontent.com/pypa/setuptools/bootstrap-py24/ez_setup.py -O - | python2.5
-wget https://bootstrap.pypa.io/ez_setup.py -O - | python2.6
-wget https://bootstrap.pypa.io/ez_setup.py -O - | python3.1
-wget https://bootstrap.pypa.io/ez_setup.py -O - | python3.2
-wget https://bootstrap.pypa.io/ez_setup.py -O - | python3.3
-wget https://bootstrap.pypa.io/ez_setup.py -O - | python3.4
-
diff --git a/src/README.txt b/src/README.rst
index a732fe2..a732fe2 100644
--- a/src/README.txt
+++ b/src/README.rst