Commits

reneeotten authored and Chih-Hsuan Yen committed 7cf95060ef6
py-isort: add py37 subport
No tags

python/py-isort/Portfile

Modified
3 3 PortSystem 1.0
4 4 PortGroup python 1.0
5 5
6 6 name py-isort
7 7 version 4.3.4
8 8 categories-append devel
9 9 platforms darwin
10 10 license MIT
11 11 supported_archs noarch
12 12
13 -python.versions 27 34 35 36
13 +python.versions 27 34 35 36 37
14 14
15 15 maintainers {@reneeotten gmail.com:ottenr.work} openmaintainer
16 16
17 17 description A Python utility / library to sort Python imports.
18 18
19 19 long_description isort is a Python utility / library to sort imports \
20 20 alphabetically, and automatically separated into sections. \
21 21 It provides a command line utility, Python library and \
22 22 plugins for various editors to quickly sort all your \
23 23 imports.
27 27
28 28 distname isort-${version}
29 29
30 30 checksums rmd160 48e3caab73e2830bd3ac2c6ebe139e5527018057 \
31 31 sha256 b9c40e9750f3d77e6e4d441d8b0266cf555e7cdabdcff33c4fd06366ca761ef8 \
32 32 size 56070
33 33
34 34 if {${name} ne ${subport}} {
35 35 depends_build-append \
36 36 port:py${python.version}-setuptools
37 +
37 38 livecheck.type none
38 39 } else {
39 40 livecheck.type pypi
40 41 }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut