From owner-svn-ports-head@freebsd.org Fri Jun 16 16:36:52 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B675EC77D84; Fri, 16 Jun 2017 16:36:52 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 86BCB2254; Fri, 16 Jun 2017 16:36:52 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5GGapi4053451; Fri, 16 Jun 2017 16:36:51 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5GGapSk053447; Fri, 16 Jun 2017 16:36:51 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201706161636.v5GGapSk053447@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Fri, 16 Jun 2017 16:36:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443713 - in head/www: . py-yarl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2017 16:36:52 -0000 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 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