From 268b58beea8e2954ff51321c2705f6c4543c36b4 Mon Sep 17 00:00:00 2001 From: Nicholas Bollweg Date: Wed, 19 Jan 2022 16:54:25 -0600 Subject: [PATCH 1/3] add importlib-metadata, https URLs --- recipe/meta.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 2767062..b8ab845 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -29,6 +29,7 @@ requirements: - babel >=1.3 - docutils >=0.14,<0.18 - imagesize + - importlib-metadata >=4.4 - jinja2 >=2.3 - packaging - pygments >=2.0 @@ -56,7 +57,7 @@ test: - sphinx-quickstart --version about: - home: http://www.sphinx-doc.org + home: https://www.sphinx-doc.org license: BSD-2-Clause license_file: LICENSE summary: Sphinx is a tool that makes it easy to create intelligent and beautiful documentation @@ -66,7 +67,7 @@ about: It was originally created for the new Python documentation, and it has excellent facilities for the documentation of Python projects, but C/C++ is already supported as well, and it is planned to add special support for other languages as well. - doc_url: http://www.sphinx-doc.org/en/stable/contents.html + doc_url: https://www.sphinx-doc.org/en/stable/contents.html dev_url: https://github.com/sphinx-doc/sphinx extra: From 6086c7e59ecf1adc32d86cfe2611de14bcae1505 Mon Sep 17 00:00:00 2001 From: Nicholas Bollweg Date: Wed, 19 Jan 2022 17:14:03 -0600 Subject: [PATCH 2/3] bump build number, remove setuptools --- recipe/meta.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index b8ab845..23fad9f 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -9,7 +9,7 @@ source: sha256: 6caad9786055cb1fa22b4a365c1775816b876f91966481765d7d50e9f0dd35cc build: - number: 0 + number: 1 noarch: python script: {{ PYTHON }} -m pip install . -vv entry_points: @@ -35,7 +35,6 @@ requirements: - pygments >=2.0 - python - requests >=2.5.0 - - setuptools - snowballstemmer >=1.1 - sphinxcontrib-applehelp - sphinxcontrib-devhelp From a67d45f92fcad8e5779d531f80443fabfb267826 Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <91080706+conda-forge-webservices[bot]@users.noreply.github.com> Date: Wed, 19 Jan 2022 23:15:21 +0000 Subject: [PATCH 3/3] MNT: Re-rendered with conda-build 3.21.7, conda-smithy 3.16.1, and conda-forge-pinning 2022.01.18.20.31.32 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f36fcd..b66b98b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ About sphinx ============ -Home: http://www.sphinx-doc.org +Home: https://www.sphinx-doc.org Package license: BSD-2-Clause @@ -11,7 +11,7 @@ Summary: Sphinx is a tool that makes it easy to create intelligent and beautiful Development: https://github.com/sphinx-doc/sphinx -Documentation: http://www.sphinx-doc.org/en/stable/contents.html +Documentation: https://www.sphinx-doc.org/en/stable/contents.html Sphinx is a tool that makes it easy to create intelligent and beautiful documentation, written by Georg Brandl and licensed under the BSD license.