Date: Thu, 18 Apr 2019 18:00:21 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r499292 - head/devel/py-libtaxii Message-ID: <201904181800.x3II0Lfc081647@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Apr 18 18:00:21 2019 New Revision: 499292 URL: https://svnweb.freebsd.org/changeset/ports/499292 Log: Update to 1.1.113 - Update pkg-descr - Update WWW - Take maintainership Changes: https://github.com/TAXIIProject/libtaxii/releases Modified: head/devel/py-libtaxii/Makefile head/devel/py-libtaxii/distinfo (contents, props changed) head/devel/py-libtaxii/pkg-descr (contents, props changed) Modified: head/devel/py-libtaxii/Makefile ============================================================================== --- head/devel/py-libtaxii/Makefile Thu Apr 18 18:00:15 2019 (r499291) +++ head/devel/py-libtaxii/Makefile Thu Apr 18 18:00:21 2019 (r499292) @@ -2,23 +2,26 @@ # $FreeBSD$ PORTNAME= libtaxii -PORTVERSION= 1.1.110 +PORTVERSION= 1.1.112 CATEGORIES= devel python -MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org -COMMENT= Python library for handling TAXII Messages and invoking TAXII Services +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Python library for handling TAXII Messages invoking TAXII Services LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=2.2.3:devel/py-lxml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dateutil>=1.4.1:devel/py-dateutil@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=1.4.1:devel/py-dateutil@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml>=2.2.3:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} -NO_ARCH= yes -USE_PYTHON= autoplist distutils USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +USE_GITHUB= yes +GH_ACCOUNT= TAXIIProject .include <bsd.port.mk> Modified: head/devel/py-libtaxii/distinfo ============================================================================== --- head/devel/py-libtaxii/distinfo Thu Apr 18 18:00:15 2019 (r499291) +++ head/devel/py-libtaxii/distinfo Thu Apr 18 18:00:21 2019 (r499292) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491314418 -SHA256 (libtaxii-1.1.110.tar.gz) = 422cc44859877aad71d3a56bc708a773d027274208acfa6a358562b8e2ce5a3d -SIZE (libtaxii-1.1.110.tar.gz) = 115199 +TIMESTAMP = 1555592579 +SHA256 (TAXIIProject-libtaxii-1.1.112_GH0.tar.gz) = d4b0ccb26bde707d2ae22b653656eb9a567a65f7105b90c33c5b431cc8ff20d1 +SIZE (TAXIIProject-libtaxii-1.1.112_GH0.tar.gz) = 119803 Modified: head/devel/py-libtaxii/pkg-descr ============================================================================== --- head/devel/py-libtaxii/pkg-descr Thu Apr 18 18:00:15 2019 (r499291) +++ head/devel/py-libtaxii/pkg-descr Thu Apr 18 18:00:21 2019 (r499292) @@ -1,3 +1,6 @@ -A Python library for handling TAXII Messages and invoking TAXII Services. +libtaxii is a Python library for handling TAXII Messages invoking TAXII +Services. A primary goal of libtaxii is to remain faithful to both the TAXII +specifications and to customary Python practices. libtaxii is designed to be +intuitive both to Python developers and XML developers. -WWW: https://pypi.org/project/libtaxii/ +WWW: https://github.com/TAXIIProject/libtaxii
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904181800.x3II0Lfc081647>