Date: Sun, 10 Mar 2019 17:59:52 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r495310 - in head/devel: . py-wadllib Message-ID: <201903101759.x2AHxq5v055912@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sun Mar 10 17:59:52 2019 New Revision: 495310 URL: https://svnweb.freebsd.org/changeset/ports/495310 Log: New port: devel/py-wadllib The Web Application Description Language is an XML vocabulary for describing the capabilities of HTTP resources. wadllib can be used in conjunction with an HTTP library to navigate and manipulate those resources. This project is also part of https://launchpad.net/lazr WWW: https://launchpad.net/wadllib PR: 236432 Submitted by: fullermd@over-yonder.net Added: head/devel/py-wadllib/ head/devel/py-wadllib/Makefile (contents, props changed) head/devel/py-wadllib/distinfo (contents, props changed) head/devel/py-wadllib/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Mar 10 17:52:49 2019 (r495309) +++ head/devel/Makefile Sun Mar 10 17:59:52 2019 (r495310) @@ -5281,6 +5281,7 @@ SUBDIR += py-voluptuous SUBDIR += py-vsts-cd-manager SUBDIR += py-vulture + SUBDIR += py-wadlib SUBDIR += py-warlock SUBDIR += py-watchdog SUBDIR += py-wcwidth Added: head/devel/py-wadllib/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-wadllib/Makefile Sun Mar 10 17:59:52 2019 (r495310) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= wadllib +PORTVERSION= 1.3.3 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= fullermd@over-yonder.net +COMMENT= Navigate HTTP resources using WADL files as guides + +LICENSE= LGPL3 +LICENSE_FILE= ${WRKSRC}/COPYING.txt + +RUN_DEPENDS= \ + ${PYTHON_PKGNAMEPREFIX}lazr.uri>=0:devel/py-lazr.uri@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/devel/py-wadllib/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-wadllib/distinfo Sun Mar 10 17:59:52 2019 (r495310) @@ -0,0 +1,3 @@ +TIMESTAMP = 1552174227 +SHA256 (wadllib-1.3.3.tar.gz) = 1234cfe81e2cf223e56816f86df3aa18801d1770261865d93337b8b603be366e +SIZE (wadllib-1.3.3.tar.gz) = 62394 Added: head/devel/py-wadllib/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-wadllib/pkg-descr Sun Mar 10 17:59:52 2019 (r495310) @@ -0,0 +1,8 @@ +The Web Application Description Language is an XML vocabulary for +describing the capabilities of HTTP resources. wadllib can be used in +conjunction with an HTTP library to navigate and manipulate those +resources. + +This project is also part of https://launchpad.net/lazr + +WWW: https://launchpad.net/wadllib
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903101759.x2AHxq5v055912>