Date: Fri, 16 Jun 2017 16:36:51 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443713 - in head/www: . py-yarl Message-ID: <201706161636.v5GGapSk053447@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Fri Jun 16 16:36:51 2017 New Revision: 443713 URL: https://svnweb.freebsd.org/changeset/ports/443713 Log: www/py-yarl: Yet another URL library WWW: https://github.com/aio-libs/yarl Added: head/www/py-yarl/ head/www/py-yarl/Makefile (contents, props changed) head/www/py-yarl/distinfo (contents, props changed) head/www/py-yarl/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Fri Jun 16 16:27:34 2017 (r443712) +++ head/www/Makefile Fri Jun 16 16:36:51 2017 (r443713) @@ -1848,6 +1848,7 @@ SUBDIR += py-wsaccel SUBDIR += py-wsgiauth SUBDIR += py-wsgidav + SUBDIR += py-yarl SUBDIR += py-zope.app.wsgi SUBDIR += py3-cssutils SUBDIR += py3-requests Added: head/www/py-yarl/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-yarl/Makefile Fri Jun 16 16:36:51 2017 (r443713) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= yarl +PORTVERSION= 0.10.3 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= wg@FreeBSD.org +COMMENT= Yet another URL library + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= cython:lang/cython +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}multidict>0:www/py-multidict + +USES= python:3.4+ +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> Added: head/www/py-yarl/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-yarl/distinfo Fri Jun 16 16:36:51 2017 (r443713) @@ -0,0 +1,3 @@ +TIMESTAMP = 1497631728 +SHA256 (yarl-0.10.3.tar.gz) = 27b24ba3ef3cb8475aea1a655a1750bb11918ba139278af21db5846ee9643138 +SIZE (yarl-0.10.3.tar.gz) = 127867 Added: head/www/py-yarl/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-yarl/pkg-descr Fri Jun 16 16:36:51 2017 (r443713) @@ -0,0 +1,3 @@ +Yet another URL library. + +WWW: https://github.com/aio-libs/yarl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706161636.v5GGapSk053447>