Date: Thu, 21 May 2020 20:15:06 +0000 (UTC) From: =?UTF-8?Q?Vin=c3=adcius_Zavam?= <egypcio@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r536148 - in head/devel: . py-gs_api_client Message-ID: <202005212015.04LKF67Q045528@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: egypcio Date: Thu May 21 20:15:05 2020 New Revision: 536148 URL: https://svnweb.freebsd.org/changeset/ports/536148 Log: [NEW] devel/py-gs_api_client: Official Python wrapper for gridscale's API. It allows you to manage your own infrastructure from your own applications, or from the command line. WWW: https://pypi.org/project/gs-api-client Added: head/devel/py-gs_api_client/ head/devel/py-gs_api_client/Makefile (contents, props changed) head/devel/py-gs_api_client/distinfo (contents, props changed) head/devel/py-gs_api_client/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu May 21 20:02:52 2020 (r536147) +++ head/devel/Makefile Thu May 21 20:15:05 2020 (r536148) @@ -4472,6 +4472,7 @@ SUBDIR += py-grpcio SUBDIR += py-grpcio-gcp SUBDIR += py-grpcio-tools + SUBDIR += py-gs_api_client SUBDIR += py-gtfslib SUBDIR += py-gyp SUBDIR += py-hash_ring Added: head/devel/py-gs_api_client/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-gs_api_client/Makefile Thu May 21 20:15:05 2020 (r536148) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= gs_api_client +PORTVERSION= 1.0.3 +CATEGORIES= devel net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= egypcio@FreeBSD.org +COMMENT= Official Python wrapper for gridscale's API + +LICENSE= MIT + +USES= python +USE_PYTHON= distutils autoplist + +.include <bsd.port.mk> Added: head/devel/py-gs_api_client/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-gs_api_client/distinfo Thu May 21 20:15:05 2020 (r536148) @@ -0,0 +1,3 @@ +TIMESTAMP = 1590006482 +SHA256 (gs_api_client-1.0.3.tar.gz) = 23950c40b2f7461b4e4344364050250dafeb86affea71d2fd5b85e1db1623870 +SIZE (gs_api_client-1.0.3.tar.gz) = 340896 Added: head/devel/py-gs_api_client/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-gs_api_client/pkg-descr Thu May 21 20:15:05 2020 (r536148) @@ -0,0 +1,4 @@ +This the official Python wrapper for gridscale's API. It allows you to manage +your own infrastructure from your own applications, or from the command line. + +WWW: https://pypi.org/project/gs-api-client
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005212015.04LKF67Q045528>