1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

Add www/py-fqdn which validates a fully-qualified domain name (FQDN), in full

compliance with RFC 1035

PR:		249436
Submitted by:	James <whitejv81@gmail.com>
This commit is contained in:
Dan Langille 2020-09-23 14:34:23 +00:00
parent 6a919278eb
commit dd3181fc09
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=549730
4 changed files with 31 additions and 0 deletions

View File

@ -1588,6 +1588,7 @@
SUBDIR += py-folium
SUBDIR += py-forcediphttpsadapter
SUBDIR += py-formencode
SUBDIR += py-fqdn
SUBDIR += py-freenit
SUBDIR += py-frozen-flask
SUBDIR += py-gandi.cli

23
www/py-fqdn/Makefile Normal file
View File

@ -0,0 +1,23 @@
# Created by: James White <whitejv81@gmail.com>
# $FreeBSD$
PORTNAME= fqdn
PORTVERSION= 1.4.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= whitejv81@gmail.com
COMMENT= RFC-compliant FQDN validation and manipulation for Python
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 3800
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cached-property>=1.3.0:devel/py-cached-property@${PY_FLAVOR}
.endif
.include <bsd.port.post.mk>

3
www/py-fqdn/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1600435198
SHA256 (fqdn-1.4.0.tar.gz) = 30e8f2e685ce87cdace4712fd97c5d09f5e6fa519bbb66e8f188f6a7cb3a5c4e
SIZE (fqdn-1.4.0.tar.gz) = 3028

4
www/py-fqdn/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
Validates a fully-qualified domain name (FQDN), in full compliance with
RFC 1035, and the "preferred form" specified in RFC 3696 section 2.
WWW: https://github.com/ypcrts/fqdn