File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
recipes/recipes_emscripten/docutils Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11context :
22 name : docutils
3- version : 0.21.2
3+ version : 0.22.1
44
55package :
66 name : ${{ name }}
77 version : ${{ version }}
88
99source :
1010- url : https://pypi.io/packages/source/${{ name[0] }}/${{ name }}/docutils-${{ version }}.tar.gz
11- sha256 : 3a6b18732edf182daa3cd12775bbb338cf5691468f91eeeb109deff6ebfa986f
11+ sha256 : d2fb50923a313532b6d41a77776d24cb459a594be9b7e4afa1fbcb5bda1893e6
1212
1313build :
1414 number : 0
15- script : ${{ PYTHON }} -m pip install . ${{ PIP_ARGS } }
15+ script : ${PYTHON} -m pip install . ${PIP_ARGS}
1616
1717requirements :
1818 build :
3939about :
4040 homepage : http://docutils.sourceforge.net/
4141 license : CC-PDDC AND BSD-3-Clause AND BSD-2-Clause AND ZPL-2.1
42- license_file : COPYING.txt
42+ license_file : COPYING.rst
4343 summary : Docutils -- Python Documentation Utilities
4444 description : |
4545 Docutils is an open-source text processing system for processing plaintext
You can’t perform that action at this time.
0 commit comments