From owner-svn-ports-all@freebsd.org Tue Sep 10 17:41:59 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 4627EDE6C5; Tue, 10 Sep 2019 17:41:59 +0000 (UTC) (envelope-from dvl@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 46SXQv0yMrz3Hg1; Tue, 10 Sep 2019 17:41:59 +0000 (UTC) (envelope-from dvl@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 DF78B29A9F; Tue, 10 Sep 2019 17:41:58 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8AHfwTP058255; Tue, 10 Sep 2019 17:41:58 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8AHfvLa058251; Tue, 10 Sep 2019 17:41:57 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <201909101741.x8AHfvLa058251@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Tue, 10 Sep 2019 17:41:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511767 - in head/devel: . py-cabby X-SVN-Group: ports-head X-SVN-Commit-Author: dvl X-SVN-Commit-Paths: in head/devel: . py-cabby X-SVN-Commit-Revision: 511767 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: Tue, 10 Sep 2019 17:41:59 -0000 Author: dvl Date: Tue Sep 10 17:41:57 2019 New Revision: 511767 URL: https://svnweb.freebsd.org/changeset/ports/511767 Log: Add cabby, a TAXII client implementation from EclecticIQ Submitted by: Gilbert Morgan (via private email) Added: head/devel/py-cabby/ head/devel/py-cabby/Makefile (contents, props changed) head/devel/py-cabby/distinfo (contents, props changed) head/devel/py-cabby/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Sep 10 17:38:06 2019 (r511766) +++ head/devel/Makefile Tue Sep 10 17:41:57 2019 (r511767) @@ -4261,6 +4261,7 @@ SUBDIR += py-buildbot-worker SUBDIR += py-buildbot-www SUBDIR += py-bullet3 + SUBDIR += py-cabby SUBDIR += py-cached-property SUBDIR += py-cachetools SUBDIR += py-calendar Added: head/devel/py-cabby/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-cabby/Makefile Tue Sep 10 17:41:57 2019 (r511767) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= cabby +PORTVERSION= 0.1.20 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= gmm@tutanota.com +COMMENT= Python TAXII client implementation from EclecticIQ + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.rst + +USES= python +USE_PYTHON= autoplist distutils + +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}furl>0:devel/py-furl@${PY_FLAVOR} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}libtaxii>0:devel/py-libtaxii@${PY_FLAVOR} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}colorlog>0:devel/py-colorlog@${PY_FLAVOR} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} + +NO_ARCH= yes + +.include Added: head/devel/py-cabby/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-cabby/distinfo Tue Sep 10 17:41:57 2019 (r511767) @@ -0,0 +1,3 @@ +TIMESTAMP = 1568136221 +SHA256 (cabby-0.1.20.tar.gz) = f4a98bfe20a8fe666d63c8430f45dbcf02c9ec4d0632e0f13b82d16117fe2229 +SIZE (cabby-0.1.20.tar.gz) = 34866 Added: head/devel/py-cabby/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-cabby/pkg-descr Tue Sep 10 17:41:57 2019 (r511767) @@ -0,0 +1,4 @@ +Python TAXII client implementation from EclecticIQ. A simple Python library for +interacting with TAXII servers. + +WWW: https://github.com/EclecticIQ/cabby/