|
|
@@ -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 |
|
|
|
|
|
|