Date: Thu, 3 Oct 2019 18:32:57 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513710 - in head/devel: . py-yarg Message-ID: <201910031832.x93IWvuR092112@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <ehaupt@FreeBSD.org> +# $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 <bsd.port.mk> 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910031832.x93IWvuR092112>