notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-isort Python utility/library to sort Python imports
5.13.2_1 devel on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 5.13.2_1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2016-10-23 11:49:29
Last Update: 2024-02-21 15:07:21
Commit Hash: 5463910
People watching this port, also watch:: py39-Automat, freeimage, font-misc-meltho, libjxl, py39-pycparser
Also Listed In: python
License: MIT
WWW:
https://github.com/PyCQA/isort
Description:
isort is a Python utility/library to sort imports alphabetically, and automatically separated into sections. It provides a command line utility, Python library and plugins for various editors to quickly sort all your imports.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}isort>0:devel/py-isort@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-isort/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-isort
  • pkg install py39-isort
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py39-isort listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-isort
Package flavors (<flavor>: <package>)
  • py39: py39-isort
distinfo:
TIMESTAMP = 1702543654 SHA256 (isort-5.13.2.tar.gz) = 48fdfcb9face5d58a4f6dde2e72a1fb8dcaf8ab26f95ab49fab84c2ddefb0109 SIZE (isort-5.13.2.tar.gz) = 175303

Packages (timestamps in pop-ups are UTC):
py37-isort
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--5.7.0---5.7.0-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 

py39-isort
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest5.13.2_15.13.2_1-5.13.2_15.13.2_1---
FreeBSD:13:quarterly5.13.25.13.25.12.05.13.25.13.2_15.13.25.13.25.13.2
FreeBSD:14:latest5.13.2_15.13.2_15.10.15.13.2_15.13.2_15.12.0-5.12.0
FreeBSD:14:quarterly5.13.25.13.2_1-5.13.25.13.2_15.13.25.13.25.13.2
FreeBSD:15:latest5.13.2_15.13.2_1n/a5.13.2n/a5.13.25.13.25.13.2_1
FreeBSD:15:quarterly--n/a-n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-poetry-core>=1.0.0 : devel/py-poetry-core@py39
  2. python3.9 : lang/python39
  3. py39-build>=0 : devel/py-build@py39
  4. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. python3.9 : lang/python39
This port is required by:
for Build
  1. math/py-Diofant
for Run
  1. devel/py-pytest-isort
  2. devel/pylint

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. devel/pylint1*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
===> The following configuration options are available for py39-isort-5.13.2_1: COLORS=off: Color output support ===> Use 'make config' to modify these settings
Options name:
devel_py-isort
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/i/isort/
  2. https://pypi.org/packages/source/i/isort/
Collapse this list.

Number of commits found: 54

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
5.13.2_1
21 Feb 2024 15:07:21
commit hash: 54639101ff3fb999cf83206488fb731b43536bcdcommit hash: 54639101ff3fb999cf83206488fb731b43536bcdcommit hash: 54639101ff3fb999cf83206488fb731b43536bcdcommit hash: 54639101ff3fb999cf83206488fb731b43536bcd files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-isort: Update version requirement of RUN_DEPENDS

- Bump PORTREVISION for package change
5.13.2
14 Dec 2023 20:45:14
commit hash: 48e9e09cd51d4bf918ea45aefa1d16075cb36a28commit hash: 48e9e09cd51d4bf918ea45aefa1d16075cb36a28commit hash: 48e9e09cd51d4bf918ea45aefa1d16075cb36a28commit hash: 48e9e09cd51d4bf918ea45aefa1d16075cb36a28 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-isort: Update to 5.13.2

Changes:	https://github.com/PyCQA/isort/releases
5.12.0_1
31 Jul 2023 16:40:02
commit hash: a6e486a37cc07f3011da0a5e62e5b813ced3c138commit hash: a6e486a37cc07f3011da0a5e62e5b813ced3c138commit hash: a6e486a37cc07f3011da0a5e62e5b813ced3c138commit hash: a6e486a37cc07f3011da0a5e62e5b813ced3c138 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-isort: Convert to USE_PYTHON=pep517

- Bump PORTREVISION for package change
5.12.0
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
5.12.0
05 Feb 2023 15:47:55
commit hash: 8cc70be19de97afbb30340c5b0908382e088bb22commit hash: 8cc70be19de97afbb30340c5b0908382e088bb22commit hash: 8cc70be19de97afbb30340c5b0908382e088bb22commit hash: 8cc70be19de97afbb30340c5b0908382e088bb22 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-isort: Update to 5.12.0

Changes:	https://github.com/PyCQA/isort/releases
5.11.4
30 Jan 2023 12:59:49
commit hash: 50c60400e2081174c8480f1e4c8bf264f0e1886ccommit hash: 50c60400e2081174c8480f1e4c8bf264f0e1886ccommit hash: 50c60400e2081174c8480f1e4c8bf264f0e1886ccommit hash: 50c60400e2081174c8480f1e4c8bf264f0e1886c files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-isort: Update to 5.11.4

Changes:	https://github.com/PyCQA/isort/releases
5.10.1
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
5.10.1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
5.10.1
21 Nov 2021 18:20:14
commit hash: d6df1b601f8c153ea68c8c5fe290b68f1081e4f3commit hash: d6df1b601f8c153ea68c8c5fe290b68f1081e4f3commit hash: d6df1b601f8c153ea68c8c5fe290b68f1081e4f3commit hash: d6df1b601f8c153ea68c8c5fe290b68f1081e4f3 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-isort: Update to 5.10.1

Changes:	https://github.com/PyCQA/isort/releases
5.10.0
05 Nov 2021 19:14:08
commit hash: 09f04fec18dc105454aa35f5ccad2fb805522603commit hash: 09f04fec18dc105454aa35f5ccad2fb805522603commit hash: 09f04fec18dc105454aa35f5ccad2fb805522603commit hash: 09f04fec18dc105454aa35f5ccad2fb805522603 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-isort: Update to 5.10.0

Changes:	https://github.com/PyCQA/isort/releases
5.9.3
08 Aug 2021 14:54:07
commit hash: bdfe7693d28c34d0ef7a479036a88ff486eb230bcommit hash: bdfe7693d28c34d0ef7a479036a88ff486eb230bcommit hash: bdfe7693d28c34d0ef7a479036a88ff486eb230bcommit hash: bdfe7693d28c34d0ef7a479036a88ff486eb230b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-isort: Update to 5.9.3

Changes:	https://github.com/PyCQA/isort/releases
5.9.2
14 Jul 2021 16:09:55
commit hash: a6266a62825e79a31662fb18beca893afed79d60commit hash: a6266a62825e79a31662fb18beca893afed79d60commit hash: a6266a62825e79a31662fb18beca893afed79d60commit hash: a6266a62825e79a31662fb18beca893afed79d60 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-isort: Update to 5.9.2

Changes:	https://github.com/PyCQA/isort/releases
5.9.1
30 Jun 2021 20:43:41
commit hash: 39f7b0af743fa7c55f7108735609767bb466b97ccommit hash: 39f7b0af743fa7c55f7108735609767bb466b97ccommit hash: 39f7b0af743fa7c55f7108735609767bb466b97ccommit hash: 39f7b0af743fa7c55f7108735609767bb466b97c files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-isort: Update to 5.9.1

Changes:	https://github.com/PyCQA/isort/releases
5.9.0
25 Jun 2021 13:39:25
commit hash: 1208993626a8e70822a4170078c3b319165f6084commit hash: 1208993626a8e70822a4170078c3b319165f6084commit hash: 1208993626a8e70822a4170078c3b319165f6084commit hash: 1208993626a8e70822a4170078c3b319165f6084 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-isort: Update to 5.9.0

Changes:	https://github.com/PyCQA/isort/releases
5.8.0
18 Apr 2021 05:43:18
commit hash: 127be56d624654e25df43a1e5b73d8fee1e84c1ecommit hash: 127be56d624654e25df43a1e5b73d8fee1e84c1ecommit hash: 127be56d624654e25df43a1e5b73d8fee1e84c1ecommit hash: 127be56d624654e25df43a1e5b73d8fee1e84c1e files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-isort: Update to 5.8.0

Changes:	https://github.com/PyCQA/isort/releases
5.7.0
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
5.7.0
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
5.7.0
06 Jan 2021 20:26:53
Revision:560594Original commit files touched by this commit
sunpoet search for other commits by this committer
Add COLORS option
5.7.0
03 Jan 2021 20:07:13
Revision:560123Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 5.7.0

Changes:	https://github.com/PyCQA/isort/releases
5.6.4
10 Dec 2020 21:59:52
Revision:557686Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 5.6.4

- Update WWW

Changes:	https://github.com/PyCQA/isort/releases
PR:		251331
Submitted by:	amdmi3
4.3.21
27 Jun 2019 20:04:05
Revision:505222Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.3.21

Changes:	https://github.com/timothycrosley/isort/releases
4.3.20
16 May 2019 23:56:28
Revision:501814Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.3.20

Changes:	https://github.com/timothycrosley/isort/releases
4.3.19
15 May 2019 15:54:32
Revision:501715Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.3.19

Changes:	https://github.com/timothycrosley/isort/releases
4.3.18
12 May 2019 20:09:28
Revision:501468Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.3.18

Changes:	https://github.com/timothycrosley/isort/releases
4.3.17_1
10 Apr 2019 06:18:32
Revision:498530Original commit files touched by this commit
antoine search for other commits by this committer
Bump a few PORTREVISIONs after r498529

With hat:	portmgr
4.3.17
08 Apr 2019 19:20:58
Revision:498417Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.3.17

Changes:	https://github.com/timothycrosley/isort/releases
4.3.16
25 Mar 2019 18:47:31
Revision:496851Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.3.16

Changes:	https://github.com/timothycrosley/isort/releases
4.3.15
11 Mar 2019 18:07:39
Revision:495376Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.3.15

Changes:	https://github.com/timothycrosley/isort/releases
4.3.13
09 Mar 2019 14:37:34
Revision:495154Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.3.13

Changes:	https://github.com/timothycrosley/isort/releases
4.3.12
09 Mar 2019 12:09:02
Revision:495130Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.3.12

Changes:	https://github.com/timothycrosley/isort/releases
4.3.11
07 Mar 2019 17:32:10
Revision:494971Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.3.11

Changes:	https://github.com/timothycrosley/isort/releases
4.3.10
05 Mar 2019 17:29:30
Revision:494724Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.3.10

Changes:	https://github.com/timothycrosley/isort/releases
4.3.9
04 Mar 2019 17:57:44
Revision:494616Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.3.9

Changes:	https://github.com/timothycrosley/isort/releases
4.3.8
02 Mar 2019 17:47:07
Revision:494434Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.3.8

Changes:	https://github.com/timothycrosley/isort/releases
4.3.7
01 Mar 2019 11:19:19
Revision:494267Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.3.7

Changes:	https://github.com/timothycrosley/isort/releases
4.3.6
28 Feb 2019 21:35:29
Revision:494197Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.3.6

Changes:	https://github.com/timothycrosley/isort/releases
4.3.5
28 Feb 2019 00:43:26
Revision:494107Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.3.5

Changes:	https://github.com/timothycrosley/isort/releases
4.3.4
05 Jan 2019 22:45:42
Revision:489399Original commit files touched by this commit
sunpoet search for other commits by this committer
Cosmetic change
4.3.4
20 Jun 2018 17:05:44
Revision:472884Original commit files touched by this commit
mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
4.3.4
25 Apr 2018 16:42:38
Revision:468282Original commit files touched by this commit
amdmi3 search for other commits by this committer
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.

Approved by:	portmgr blanket, mat
4.3.4
13 Feb 2018 17:02:21
Revision:461717Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.3.4

Changes:	https://github.com/timothycrosley/isort/releases
		https://github.com/timothycrosley/isort/blob/develop/CHANGELOG.md
4.3.3
10 Feb 2018 19:58:41
Revision:461419Original commit files touched by this commit
sunpoet search for other commits by this committer
Simplify Makefile: use PY_FUTURES
4.3.3
07 Feb 2018 20:10:05
Revision:461177Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.3.3

Changes:	https://github.com/timothycrosley/isort/releases
		https://github.com/timothycrosley/isort/blob/develop/CHANGELOG.md
		https://github.com/timothycrosley/isort/commits/develop
4.3.2
05 Feb 2018 17:49:37
Revision:460994Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.3.2

Changes:	https://github.com/timothycrosley/isort/releases
4.3.1
03 Feb 2018 06:21:21
Revision:460783Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.3.1

Changes:	https://github.com/timothycrosley/isort/releases
4.3.0
01 Feb 2018 13:23:32
Revision:460588Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.3.0

Changes:	https://github.com/timothycrosley/isort/blob/develop/CHANGELOG.md
4.2.15
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
4.2.15
08 Jun 2017 14:06:45
Revision:442923Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.2.15

Changes:	https://github.com/timothycrosley/isort/blob/develop/CHANGELOG.md
4.2.14
07 Jun 2017 19:10:35
Revision:442862Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 4.2.14

Changes:	https://github.com/timothycrosley/isort/blob/develop/CHANGELOG.md
4.2.13_1
04 Jun 2017 14:03:16
Revision:442560Original commit files touched by this commit
sunpoet search for other commits by this committer
Allow concurrent installation (USE_PYTHON=concurrent)

- Update COMMENT
- Add LICENSE_FILE
- Add TEST_DEPENDS
- Add NO_ARCH
- Update pkg-descr
- Add PyPI as primary WWW
- Bump PORTREVISION for package change
- Take maintainership
4.2.13
03 Jun 2017 12:48:32
Revision:442479Original commit files touched by this commit
rakuco search for other commits by this committer
Update to 4.2.13.
4.2.5
22 Jan 2017 22:27:55
Revision:432169Original commit files touched by this commit
rene search for other commits by this committer
Reset mva@'s ports, he handed in his ports bit.
4.2.5
23 Oct 2016 11:49:22
Revision:424515Original commit files touched by this commit
mva search for other commits by this committer
isort is a Python utility and library to sort imports automatically, and
automatically into sections. It provides a command line utility, library
and plugins for various editors to quickly sort all your imports.

WWW: https://github.com/timothycrosley/isort

Number of commits found: 54