Port details |
- py-idna Internationalized Domain Names in Applications (IDNA)
- 3.10 dns =32 3.10Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2015-11-02 16:30:53
- Last Update: 2024-09-25 04:22:33
- Commit Hash: f77fc00
- People watching this port, also watch:: py311-cryptography, py311-six, py39-pycparser, py311-cffi, indexinfo
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://github.com/kjd/idna
- Description:
- Support for the Internationalised Domain Names in Applications (IDNA) protocol
as specified in RFC 5891. This is the latest version of the protocol and is
sometimes referred to as "IDNA 2008".
This library also provides support for Unicode Technical Standard 46, Unicode
IDNA Compatibility Processing.
This acts as a suitable replacement for the "encodings.idna" module that comes
with the Python standard library, but which only supports the older superseded
IDNA specification (RFC 3490).
- ¦ ¦ ¦ ¦
- 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}idna>0:dns/py-idna@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/dns/py-idna/ && make install clean
- To add the package, run one of these commands:
- pkg install dns/py-idna
- pkg install py311-idna
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 py311-idna listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-idna
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1726740963
SHA256 (idna-3.10.tar.gz) = 12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9
SIZE (idna-3.10.tar.gz) = 190490
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:
-
- py311-flit-core>=3.2<4 : devel/py-flit-core@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- www/searx
- for Run
-
- databases/py-dbt-core
- databases/py-snowflake-connector-python
- devel/py-anyio
- devel/py-anyio3
- devel/py-gptscript
- devel/py-jupyter-events
- devel/py-tiamat
-
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:
- No options to configure
- Options name:
- dns_py-idna
- 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 |
3.10 25 Sep 2024 04:22:33 |
Po-Chuan Hsieh (sunpoet) |
dns/py-idna: Update to 3.10
- Add GitHub to MASTER_SITES
Changes: https://github.com/kjd/idna/releases |
3.8 08 Sep 2024 18:37:40 |
Po-Chuan Hsieh (sunpoet) |
dns/py-idna: Update to 3.8
Changes: https://github.com/kjd/idna/releases
Security: CVE-2024-3651 |
3.7 13 Apr 2024 11:57:26 |
Po-Chuan Hsieh (sunpoet) |
dns/py-idna: Update to 3.7
Changes: https://github.com/kjd/idna/releases
Security: CVE-2024-3651 |
3.6 27 Nov 2023 18:07:55 |
Po-Chuan Hsieh (sunpoet) |
dns/py-idna: Update to 3.6
Changes: https://github.com/kjd/idna/blob/master/HISTORY.rst |
3.4_1 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> |
3.4_1 05 Apr 2023 17:30:40 |
Po-Chuan Hsieh (sunpoet) |
dns/py-idna: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for dependency and package change |
3.4 21 Mar 2023 19:21:08 |
Po-Chuan Hsieh (sunpoet) |
dns/py-idna: Patch existing setup.py instead of providing a new one
- Do not bump PORTREVISION because the package is unchanged |
3.4 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
3.4 03 Oct 2022 02:15:12 |
Po-Chuan Hsieh (sunpoet) |
dns/py-idna: Update to 3.4
Changes: https://github.com/kjd/idna/blob/master/HISTORY.rst |
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) |
3.3 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 ) |
3.3 20 Jul 2022 14:21:47 |
Tobias C. Berner (tcberner) |
dns: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Samorukov <samm@freebsd.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Allan Jude <allanjude@freebsd.org>
* Amar Takhar <verm@drunkmonk.net>
* Anders Nordby <anders@fix.no>
* Andrew Greenwood <greenwood.andy@gmail.com>
* Anton Berezin <tobez@FreeBSD.org>
* Ashish SHUKLA <ashish@FreeBSD.org>
* Attila Nagy <bra@fsn.hu> (Only the first 15 lines of the commit message are shown above ) |
3.3 03 Jun 2022 16:57:46 |
Po-Chuan Hsieh (sunpoet) |
dns/py-idna: Convert to USE_PYTHON=unittest |
3.3 25 Mar 2022 13:37:03 |
Po-Chuan Hsieh (sunpoet) |
dns/py-idna: Update to 3.3
- Update LICENSE
- Update pkg-descr
Changes: https://github.com/kjd/idna/blob/master/HISTORY.rst |
2.10 07 Mar 2022 19:24:01 |
Po-Chuan Hsieh (sunpoet) |
*/py-*: Take maintainership |
2.10 07 Mar 2022 19:07:39 |
Rene Ladan (rene) |
all: return koobs' ports to the pool after safekeeping his commit bit. |
2.10 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.10 09 Jan 2021 16:34:07 |
antoine |
Remove python 2.7 support from a few ports |
2.10 12 Oct 2020 02:03:58 |
koobs |
dns/py-idna: Update to 2.10
Update test target directly invoke unittest, as setup.py test is
technically deprecated and discouraged upstream, currently without a
canonical replacement [1]
Changelog:
https://github.com/kjd/idna/blob/v2.10/HISTORY.rst
[1] https://github.com/pypa/setuptools/issues/1684
PR: 245938
Submitted by: Daniel Engberg <daniel.engberg.lists pyret net>
MFH: 2020Q3 (blanket: bugfix releas(es)) |
2.8 11 Mar 2019 18:08:09 |
sunpoet |
Update to 2.8
Changes: https://github.com/kjd/idna/blob/master/HISTORY.rst
PR: 236275
Submitted by: sunpoet (myself)
Approved by: koobs (maintainer) |
2.7 07 Aug 2018 02:56:04 |
koobs |
dns/py-idna: Update to 2.7
Changelog:
https://github.com/kjd/idna/tree/v2.7 |
2.6 20 Mar 2018 02:32:39 |
koobs |
dns/py-idna: Update to 2.6
Changelog:
https://github.com/kjd/idna/blob/v2.6/HISTORY.rst
PR: 226776
Submitted by: sunpoet |
2.5 06 Mar 2018 08:33:07 |
amdmi3 |
- Add LICENSE
Approved by: portmgr blanket |
2.5 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 ) |
2.5 07 Jun 2017 10:34:30 |
koobs |
[NEW] dns/py3-idna: Create Python 3.x port of py-idna
The latest www/py-requests update [1] unbundled its dependencies, now
requiring chardet, idna, urllib3 and certifi from ports.
www/py3-requests port was not tested during QA, which would have highlighted
the need for many new py3-* ports (and their dependencies).
This change creates one of those ports.
[1] https://svnweb.freebsd.org/changeset/ports/442565
PR: 219833 |
2.5 04 Jun 2017 14:44:33 |
koobs |
dns/py-idna: Update to 2.5
- Update PORTVERSION and distinfo checksum (2.5)
- Enable concurrent version installation
- Mark package architecture independent
https://github.com/kjd/idna/blob/v2.5/HISTORY.rst |
2.0 02 Nov 2015 16:30:46 |
koobs |
[NEW] dns/py-idna: Internationalized Domain Names in Applications (IDNA)
A library to support the Internationalised Domain Names in Applications
(IDNA) protocol as specified in RFC 5891. This version of the protocol
is often referred to as "IDNA2008" and can produce different res
lts from the earlier standard from 2003.
The library is also intended to act as a suitable drop-in replacement
for the "encodings.idna" module that comes with the Python standard
library but currently only supports the older 2003 specification.
WWW: https://github.com/kjd/idna
Noticed by: brnrd (for py-cryptography) |