Skip to content
Permalink
Browse files

py-sphinx: update to 2.0.1

  • Loading branch information
jmroot committed Apr 13, 2019
1 parent 1011d16 commit 89995ef83bbd4d638e6d0b82882937f1ef51fcfa
Showing with 14 additions and 8 deletions.
  1. +14 −8 python/py-sphinx/Portfile
@@ -5,7 +5,7 @@ PortGroup python 1.0
PortGroup select 1.0

name py-sphinx
version 1.8.5
version 2.0.1
categories-append textproc devel
license BSD
maintainers {jmr @jmroot} openmaintainer
@@ -20,12 +20,11 @@ long_description \
platforms darwin
supported_archs noarch

homepage http://sphinx-doc.org/
homepage https://sphinx-doc.org/
master_sites pypi:S/Sphinx/
distname Sphinx-${version}

checksums rmd160 a7a38523976288c13a8a7e5bf4a81367db9af462 \
sha256 c7658aab75c920288a8cf6f09f244c6cfdae30d82d803ac1634d9f223a80ca08
checksums rmd160 4ecc1e96095a3d06523990cf7a9d09e66ca9c9f7 \
sha256 423280646fb37944dd3c85c58fb92a20d745793a9f6c511f59da82fa97cd404b

python.versions 27 34 35 36 37

@@ -39,14 +38,21 @@ if {$subport ne $name} {
port:py${python.version}-packaging \
port:py${python.version}-pygments \
port:py${python.version}-requests \
port:py${python.version}-six \
port:py${python.version}-snowballstemmer \
port:py${python.version}-sphinxcontrib-websupport \
port:sphinx_select
if {${python.version} < 35} {
depends_run-append port:py${python.version}-typing
version 1.8.5
revision 0
checksums rmd160 a7a38523976288c13a8a7e5bf4a81367db9af462 \
sha256 c7658aab75c920288a8cf6f09f244c6cfdae30d82d803ac1634d9f223a80ca08

depends_run-append port:py${python.version}-six \
port:py${python.version}-sphinxcontrib-websupport \
port:py${python.version}-typing
}

distname Sphinx-${version}

select.group sphinx
select.file ${filespath}/py${python.version}-sphinx

0 comments on commit 89995ef

Please sign in to comment.
You can’t perform that action at this time.