mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
create bsd12 branch
This commit is contained in:
18
python/py-idna/Makefile
Normal file
18
python/py-idna/Makefile
Normal file
@@ -0,0 +1,18 @@
|
||||
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
|
||||
# $FreeBSD: head/dns/py-idna/Makefile 400660 2015-11-02 16:30:46Z koobs $
|
||||
|
||||
PORTNAME= idna
|
||||
PORTVERSION= 2.7
|
||||
CATEGORIES= dns python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= koobs@FreeBSD.org
|
||||
COMMENT= Internationalized Domain Names in Applications (IDNA)
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
||||
#EOF
|
||||
2
python/py-idna/distinfo
Normal file
2
python/py-idna/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (idna-2.7.tar.gz) = 684a38a6f903c1d71d6d5fac066b58d7768af4de2b832e426ec79c30daa94a16
|
||||
SIZE (idna-2.7.tar.gz) = 172698
|
||||
10
python/py-idna/pkg-descr
Normal file
10
python/py-idna/pkg-descr
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user