1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

New port: devel/py-lazr.uri

A self-contained, easily reusable library for parsing, manipulating,
and generating URIs.

This project is also part of https://launchpad.net/lazr

WWW: https://launchpad.net/lazr.uri

PR:		236431
Submitted by:	fullermd@over-yonder.net
This commit is contained in:
Kurt Jaeger 2019-03-10 17:52:49 +00:00
parent 35e9487c00
commit 099ae82d00
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495309
4 changed files with 28 additions and 0 deletions

View File

@ -4756,6 +4756,7 @@
SUBDIR += py-lark-parser
SUBDIR += py-lazr.config
SUBDIR += py-lazr.delegates
SUBDIR += py-lazr.uri
SUBDIR += py-lazy
SUBDIR += py-lazy-object-proxy
SUBDIR += py-libiocage

View File

@ -0,0 +1,18 @@
# $FreeBSD$
PORTNAME= lazr.uri
PORTVERSION= 1.0.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= fullermd@over-yonder.net
COMMENT= Library for parsing, manipulating, and generating URIs
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/COPYING.txt
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1552174037
SHA256 (lazr.uri-1.0.3.tar.gz) = 5c620b5993c8c6a73084176bfc51de64972b8373620476ed841931a49752dc8b
SIZE (lazr.uri-1.0.3.tar.gz) = 18601

View File

@ -0,0 +1,6 @@
A self-contained, easily reusable library for parsing, manipulating,
and generating URIs.
This project is also part of https://launchpad.net/lazr
WWW: https://launchpad.net/lazr.uri