From owner-svn-ports-all@freebsd.org Thu Oct 3 18:32:58 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 967A013D55A; Thu, 3 Oct 2019 18:32:58 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46khT63VZyz4XXS; Thu, 3 Oct 2019 18:32:58 +0000 (UTC) (envelope-from ehaupt@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5B85F18441; Thu, 3 Oct 2019 18:32:58 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x93IWwB3092116; Thu, 3 Oct 2019 18:32:58 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x93IWvuR092112; Thu, 3 Oct 2019 18:32:57 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201910031832.x93IWvuR092112@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Thu, 3 Oct 2019 18:32:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513710 - in head/devel: . py-yarg X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: in head/devel: . py-yarg X-SVN-Commit-Revision: 513710 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Oct 2019 18:32:58 -0000 Author: ehaupt Date: Thu Oct 3 18:32:57 2019 New Revision: 513710 URL: https://svnweb.freebsd.org/changeset/ports/513710 Log: Add py-yarg 0.1.9, easy to use PyPI client. Added: head/devel/py-yarg/ head/devel/py-yarg/Makefile (contents, props changed) head/devel/py-yarg/distinfo (contents, props changed) head/devel/py-yarg/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Oct 3 18:28:25 2019 (r513709) +++ head/devel/Makefile Thu Oct 3 18:32:57 2019 (r513710) @@ -5214,6 +5214,7 @@ SUBDIR += py-yandex-money-sdk SUBDIR += py-yappi SUBDIR += py-yapps2 + SUBDIR += py-yarg SUBDIR += py-yattag SUBDIR += py-ydbf SUBDIR += py-yg.lockfile Added: head/devel/py-yarg/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-yarg/Makefile Thu Oct 3 18:32:57 2019 (r513710) @@ -0,0 +1,21 @@ +# Created by: Emanuel Haupt +# $FreeBSD$ + +PORTNAME= yarg +PORTVERSION= 0.1.9 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= Easy to use PyPI client + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +.include Added: head/devel/py-yarg/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-yarg/distinfo Thu Oct 3 18:32:57 2019 (r513710) @@ -0,0 +1,3 @@ +TIMESTAMP = 1570126977 +SHA256 (yarg-0.1.9.tar.gz) = 55695bf4d1e3e7f756496c36a69ba32c40d18f821e38f61d028f6049e5e15911 +SIZE (yarg-0.1.9.tar.gz) = 11988 Added: head/devel/py-yarg/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-yarg/pkg-descr Thu Oct 3 18:32:57 2019 (r513710) @@ -0,0 +1,3 @@ +A semi hard Cornish cheese, also queries PyPI (PyPI client). + +WWW: https://pypi.org/project/yarg/