Add cabby, a TAXII client implementation from EclecticIQ
Submitted by: Gilbert Morgan <gmm@tutanota.com> (via private email)
This commit is contained in:
parent
8487b5879d
commit
9110225dd7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=511767
4 changed files with 35 additions and 0 deletions
|
@ -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
|
||||
|
|
27
devel/py-cabby/Makefile
Normal file
27
devel/py-cabby/Makefile
Normal file
|
@ -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 <bsd.port.mk>
|
3
devel/py-cabby/distinfo
Normal file
3
devel/py-cabby/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1568136221
|
||||
SHA256 (cabby-0.1.20.tar.gz) = f4a98bfe20a8fe666d63c8430f45dbcf02c9ec4d0632e0f13b82d16117fe2229
|
||||
SIZE (cabby-0.1.20.tar.gz) = 34866
|
4
devel/py-cabby/pkg-descr
Normal file
4
devel/py-cabby/pkg-descr
Normal file
|
@ -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/
|
Loading…
Reference in a new issue