1
0
forked from ports/contrib

python3-sphinx: 3.1.1 -> 3.2.1

This commit is contained in:
Danny Rawlins 2020-08-16 17:48:07 +10:00 committed by Danny Rawlins
parent d1effd0b94
commit fffd80f894
3 changed files with 14 additions and 14 deletions

View File

@ -7,14 +7,14 @@ drwxr-xr-x root/root usr/bin/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.7/
drwxr-xr-x root/root usr/lib/python3.7/site-packages/
drwxr-xr-x root/root usr/lib/python3.7/site-packages/Sphinx-3.1.1-py3.7.egg-info/
-rw-r--r-- root/root usr/lib/python3.7/site-packages/Sphinx-3.1.1-py3.7.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.7/site-packages/Sphinx-3.1.1-py3.7.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.7/site-packages/Sphinx-3.1.1-py3.7.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.7/site-packages/Sphinx-3.1.1-py3.7.egg-info/entry_points.txt
-rw-r--r-- root/root usr/lib/python3.7/site-packages/Sphinx-3.1.1-py3.7.egg-info/not-zip-safe
-rw-r--r-- root/root usr/lib/python3.7/site-packages/Sphinx-3.1.1-py3.7.egg-info/requires.txt
-rw-r--r-- root/root usr/lib/python3.7/site-packages/Sphinx-3.1.1-py3.7.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.7/site-packages/Sphinx-3.2.1-py3.7.egg-info/
-rw-r--r-- root/root usr/lib/python3.7/site-packages/Sphinx-3.2.1-py3.7.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.7/site-packages/Sphinx-3.2.1-py3.7.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.7/site-packages/Sphinx-3.2.1-py3.7.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.7/site-packages/Sphinx-3.2.1-py3.7.egg-info/entry_points.txt
-rw-r--r-- root/root usr/lib/python3.7/site-packages/Sphinx-3.2.1-py3.7.egg-info/not-zip-safe
-rw-r--r-- root/root usr/lib/python3.7/site-packages/Sphinx-3.2.1-py3.7.egg-info/requires.txt
-rw-r--r-- root/root usr/lib/python3.7/site-packages/Sphinx-3.2.1-py3.7.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.7/site-packages/sphinx/
-rw-r--r-- root/root usr/lib/python3.7/site-packages/sphinx/__init__.py
-rw-r--r-- root/root usr/lib/python3.7/site-packages/sphinx/__main__.py

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF30jZajwY+b3rtWtc0DZB5rmfB4cTKR5J6u353ln5eqDrcLqUV36dHs7vl4a42BvaobCDGN9oYpn65MR5itq1oAg=
SHA256 (Pkgfile) = bd8ea4c6b76bd178d7af1cddae4dc68294f2c32b5a16ffb0a458f52c6b4b11a6
SHA256 (.footprint) = 521f4b3dd34562786e61536d964f1b1125ab34b1e012119a0092df3abca75ad7
SHA256 (sphinx-3.1.1.tar.gz) = 0a2f7836506b49b89426c86bd42ea574bbd86c1e7e68bc16423ea853d99006bb
RWSagIOpLGJF32jY8GdBgkeBak8PpwrV5TbKLi1wGkVo+rdnEO+znQEvfMDQHef72o9sCWP+zozH4qys1awiiEbM2mz5REOl8gA=
SHA256 (Pkgfile) = 1dbdf6be17aa59a27a77f347b315af66ca2ce500d467a89b9fc45ad659b5283c
SHA256 (.footprint) = 625c1943804f0a9ef411a5e39caa47dc40f73ce1c16672709924b06d77188c66
SHA256 (sphinx-3.2.1.tar.gz) = 8816c90665b192b36c4482fb59819c276bae37ed275948fb2ab2ba873aa29d8a

View File

@ -1,10 +1,10 @@
# Description: the Sphinx documentaion generator
# URL: http://www.sphinx-doc.org/
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Depends on: docutils python3-alabaster python3-babel python3-imagesize python3-jinja python3-packaging python3-pygments python3-requests python3-snowballstemmer python3-sphinxcontrib-applehelp python3-sphinxcontrib-devhelp python3-sphinxcontrib-htmlhelp python3-sphinxcontrib-jsmath python3-sphinxcontrib-qthelp python3-sphinxcontrib-serializinghtml python3-sphinxcontrib-websupport
# Depends on: docutils python3-alabaster python3-imagesize python3-jinja python3-packaging python3-pygments python3-requests python3-snowballstemmer python3-sphinxcontrib-applehelp python3-sphinxcontrib-devhelp python3-sphinxcontrib-htmlhelp python3-sphinxcontrib-jsmath python3-sphinxcontrib-qthelp python3-sphinxcontrib-serializinghtml python3-sphinxcontrib-websupport
name=python3-sphinx
version=3.1.1
version=3.2.1
release=1
source=(https://github.com/sphinx-doc/${name#*-}/archive/v$version/${name#*-}-$version.tar.gz)