svn commit: r495309 - in head/devel: . py-lazr.uri

Kurt Jaeger pi at FreeBSD.org
Sun Mar 10 17:52:51 UTC 2019


Author: pi
Date: Sun Mar 10 17:52:49 2019
New Revision: 495309
URL: https://svnweb.freebsd.org/changeset/ports/495309

Log:
  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 at over-yonder.net

Added:
  head/devel/py-lazr.uri/
  head/devel/py-lazr.uri/Makefile   (contents, props changed)
  head/devel/py-lazr.uri/distinfo   (contents, props changed)
  head/devel/py-lazr.uri/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Mar 10 17:50:39 2019	(r495308)
+++ head/devel/Makefile	Sun Mar 10 17:52:49 2019	(r495309)
@@ -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

Added: head/devel/py-lazr.uri/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-lazr.uri/Makefile	Sun Mar 10 17:52:49 2019	(r495309)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME=	lazr.uri
+PORTVERSION=	1.0.3
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	fullermd at 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>

Added: head/devel/py-lazr.uri/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-lazr.uri/distinfo	Sun Mar 10 17:52:49 2019	(r495309)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1552174037
+SHA256 (lazr.uri-1.0.3.tar.gz) = 5c620b5993c8c6a73084176bfc51de64972b8373620476ed841931a49752dc8b
+SIZE (lazr.uri-1.0.3.tar.gz) = 18601

Added: head/devel/py-lazr.uri/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-lazr.uri/pkg-descr	Sun Mar 10 17:52:49 2019	(r495309)
@@ -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


More information about the svn-ports-all mailing list