1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

A Python implementation of RFC 3986 including validation and authority parsing.

WWW: https://github.com/sigmavirus24/rfc3986

PR:		201385
Submitted by:	yuri@rawbw.com
This commit is contained in:
Dmitry Marakasov 2015-12-04 15:01:38 +00:00
parent 051885751b
commit 84e07479b6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402991
4 changed files with 28 additions and 0 deletions

View File

@ -1731,6 +1731,7 @@
SUBDIR += py-requests-toolbelt
SUBDIR += py-requests1
SUBDIR += py-restclient
SUBDIR += py-rfc3986
SUBDIR += py-rfc3987
SUBDIR += py-rhodecode
SUBDIR += py-routes

22
www/py-rfc3986/Makefile Normal file
View File

@ -0,0 +1,22 @@
# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= rfc3986
PORTVERSION= 0.2.2
CATEGORIES= www python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@rawbw.com
COMMENT= Python implementation of RFC 3986
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= sigmavirus24
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>

2
www/py-rfc3986/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (sigmavirus24-rfc3986-0.2.2_GH0.tar.gz) = 78a95c22c5853fd12beecbfb7fcd5abb011222d8b603ba5ab27a15f832bcf5c6
SIZE (sigmavirus24-rfc3986-0.2.2_GH0.tar.gz) = 14724

3
www/py-rfc3986/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
A Python implementation of RFC 3986 including validation and authority parsing.
WWW: https://github.com/sigmavirus24/rfc3986