Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Apr 2019 18:18:42 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r500417 - in head/devel: . py-purl
Message-ID:  <201904291818.x3TIIg6l034197@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Apr 29 18:18:42 2019
New Revision: 500417
URL: https://svnweb.freebsd.org/changeset/ports/500417

Log:
  Add py-purl 1.5
  
  purl is a simple, immutable URL class with a clean API for interrogation and
  manipulation. It supports template URLs as per RFC 6570.
  
  WWW: https://github.com/codeinthehole/purl

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Apr 29 18:18:35 2019	(r500416)
+++ head/devel/Makefile	Mon Apr 29 18:18:42 2019	(r500417)
@@ -4950,6 +4950,7 @@
     SUBDIR += py-ptrace
     SUBDIR += py-ptvsd
     SUBDIR += py-pudb
+    SUBDIR += py-purl
     SUBDIR += py-py
     SUBDIR += py-py-ubjson
     SUBDIR += py-py_interface

Added: head/devel/py-purl/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-purl/Makefile	Mon Apr 29 18:18:42 2019	(r500417)
@@ -0,0 +1,23 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	purl
+PORTVERSION=	1.5
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Immutable URL class for easy URL-building and manipulation
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-purl/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-purl/distinfo	Mon Apr 29 18:18:42 2019	(r500417)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1556560198
+SHA256 (purl-1.5.tar.gz) = 75141bef1e7fce943afda671663a97c792af01c81648026cd5b5c0dcc3b72b96
+SIZE (purl-1.5.tar.gz) = 9965

Added: head/devel/py-purl/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-purl/pkg-descr	Mon Apr 29 18:18:42 2019	(r500417)
@@ -0,0 +1,4 @@
+purl is a simple, immutable URL class with a clean API for interrogation and
+manipulation. It supports template URLs as per RFC 6570.
+
+WWW: https://github.com/codeinthehole/purl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904291818.x3TIIg6l034197>