Port details |
- py-isort Python utility/library to sort Python imports
- 5.13.2_1 devel =3 5.13.2_1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- 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:: qtkeychain-qt5, py39-treq, py311-Automat, linux-c7-atk, py39-beautifulsoup
- 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.
- ¦ ¦ ¦ ¦
- 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>)
- 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):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-poetry-core>=1.0.0 : devel/py-poetry-core@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- python3.9 : lang/python39
- This port is required by:
- for Build
-
- math/py-Diofant
- for Run
-
- devel/py-pytest-isort
- devel/pylint
-
Deleted ports which required this port:
- * - 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.13.2_1 21 Feb 2024 15:07:21 |
Po-Chuan Hsieh (sunpoet) |
devel/py-isort: Update version requirement of RUN_DEPENDS
- Bump PORTREVISION for package change |
5.13.2 14 Dec 2023 20:45:14 |
Po-Chuan Hsieh (sunpoet) |
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 |
Po-Chuan Hsieh (sunpoet) |
devel/py-isort: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
5.12.0 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
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 |
Po-Chuan Hsieh (sunpoet) |
devel/py-isort: Update to 5.12.0
Changes: https://github.com/PyCQA/isort/releases |
5.11.4 30 Jan 2023 12:59:49 |
Po-Chuan Hsieh (sunpoet) |
devel/py-isort: Update to 5.11.4
Changes: https://github.com/PyCQA/isort/releases |
5.10.1 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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 |
Stefan Eßer (se) |
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 ) |
5.10.1 21 Nov 2021 18:20:14 |
Po-Chuan Hsieh (sunpoet) |
devel/py-isort: Update to 5.10.1
Changes: https://github.com/PyCQA/isort/releases |
5.10.0 05 Nov 2021 19:14:08 |
Po-Chuan Hsieh (sunpoet) |
devel/py-isort: Update to 5.10.0
Changes: https://github.com/PyCQA/isort/releases |
5.9.3 08 Aug 2021 14:54:07 |
Po-Chuan Hsieh (sunpoet) |
devel/py-isort: Update to 5.9.3
Changes: https://github.com/PyCQA/isort/releases |
5.9.2 14 Jul 2021 16:09:55 |
Po-Chuan Hsieh (sunpoet) |
devel/py-isort: Update to 5.9.2
Changes: https://github.com/PyCQA/isort/releases |
5.9.1 30 Jun 2021 20:43:41 |
Po-Chuan Hsieh (sunpoet) |
devel/py-isort: Update to 5.9.1
Changes: https://github.com/PyCQA/isort/releases |
5.9.0 25 Jun 2021 13:39:25 |
Po-Chuan Hsieh (sunpoet) |
devel/py-isort: Update to 5.9.0
Changes: https://github.com/PyCQA/isort/releases |
5.8.0 18 Apr 2021 05:43:18 |
Po-Chuan Hsieh (sunpoet) |
devel/py-isort: Update to 5.8.0
Changes: https://github.com/PyCQA/isort/releases |
5.7.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
5.7.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.7.0 06 Jan 2021 20:26:53 |
sunpoet |
Add COLORS option |
5.7.0 03 Jan 2021 20:07:13 |
sunpoet |
Update to 5.7.0
Changes: https://github.com/PyCQA/isort/releases |
5.6.4 10 Dec 2020 21:59:52 |
sunpoet |
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 |
sunpoet |
Update to 4.3.21
Changes: https://github.com/timothycrosley/isort/releases |
4.3.20 16 May 2019 23:56:28 |
sunpoet |
Update to 4.3.20
Changes: https://github.com/timothycrosley/isort/releases |
4.3.19 15 May 2019 15:54:32 |
sunpoet |
Update to 4.3.19
Changes: https://github.com/timothycrosley/isort/releases |
4.3.18 12 May 2019 20:09:28 |
sunpoet |
Update to 4.3.18
Changes: https://github.com/timothycrosley/isort/releases |
4.3.17_1 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
4.3.17 08 Apr 2019 19:20:58 |
sunpoet |
Update to 4.3.17
Changes: https://github.com/timothycrosley/isort/releases |
4.3.16 25 Mar 2019 18:47:31 |
sunpoet |
Update to 4.3.16
Changes: https://github.com/timothycrosley/isort/releases |
4.3.15 11 Mar 2019 18:07:39 |
sunpoet |
Update to 4.3.15
Changes: https://github.com/timothycrosley/isort/releases |
4.3.13 09 Mar 2019 14:37:34 |
sunpoet |
Update to 4.3.13
Changes: https://github.com/timothycrosley/isort/releases |
4.3.12 09 Mar 2019 12:09:02 |
sunpoet |
Update to 4.3.12
Changes: https://github.com/timothycrosley/isort/releases |
4.3.11 07 Mar 2019 17:32:10 |
sunpoet |
Update to 4.3.11
Changes: https://github.com/timothycrosley/isort/releases |
4.3.10 05 Mar 2019 17:29:30 |
sunpoet |
Update to 4.3.10
Changes: https://github.com/timothycrosley/isort/releases |
4.3.9 04 Mar 2019 17:57:44 |
sunpoet |
Update to 4.3.9
Changes: https://github.com/timothycrosley/isort/releases |
4.3.8 02 Mar 2019 17:47:07 |
sunpoet |
Update to 4.3.8
Changes: https://github.com/timothycrosley/isort/releases |
4.3.7 01 Mar 2019 11:19:19 |
sunpoet |
Update to 4.3.7
Changes: https://github.com/timothycrosley/isort/releases |
4.3.6 28 Feb 2019 21:35:29 |
sunpoet |
Update to 4.3.6
Changes: https://github.com/timothycrosley/isort/releases |
4.3.5 28 Feb 2019 00:43:26 |
sunpoet |
Update to 4.3.5
Changes: https://github.com/timothycrosley/isort/releases |
4.3.4 05 Jan 2019 22:45:42 |
sunpoet |
Cosmetic change |
4.3.4 20 Jun 2018 17:05:44 |
mat |
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 |
amdmi3 |
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 |
sunpoet |
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 |
sunpoet |
Simplify Makefile: use PY_FUTURES |
4.3.3 07 Feb 2018 20:10:05 |
sunpoet |
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 |
sunpoet |
Update to 4.3.2
Changes: https://github.com/timothycrosley/isort/releases |
4.3.1 03 Feb 2018 06:21:21 |
sunpoet |
Update to 4.3.1
Changes: https://github.com/timothycrosley/isort/releases |
4.3.0 01 Feb 2018 13:23:32 |
sunpoet |
Update to 4.3.0
Changes: https://github.com/timothycrosley/isort/blob/develop/CHANGELOG.md |
4.2.15 30 Nov 2017 15:50:34 |
mat |
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 ) |
4.2.15 08 Jun 2017 14:06:45 |
sunpoet |
Update to 4.2.15
Changes: https://github.com/timothycrosley/isort/blob/develop/CHANGELOG.md |
4.2.14 07 Jun 2017 19:10:35 |
sunpoet |
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 |
sunpoet |
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 |
rakuco |
Update to 4.2.13. |
4.2.5 22 Jan 2017 22:27:55 |
rene |
Reset mva@'s ports, he handed in his ports bit. |
4.2.5 23 Oct 2016 11:49:22 |
mva |
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 |