mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +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:
parent
35e9487c00
commit
099ae82d00
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495309
@ -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
|
||||
|
18
devel/py-lazr.uri/Makefile
Normal file
18
devel/py-lazr.uri/Makefile
Normal 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>
|
3
devel/py-lazr.uri/distinfo
Normal file
3
devel/py-lazr.uri/distinfo
Normal 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
|
6
devel/py-lazr.uri/pkg-descr
Normal file
6
devel/py-lazr.uri/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user