; d=freebsd.org; t=1776786500; a=rsa-sha256; cv=none; b=RDq//unYDJ9k0BQyCqyn5OXIlvT8hWV1AnQx+7mPp7dhQivr1Vc+pThgIj40IofgWjt1dC s1t70Kba6xNn1BBepX8+OGxNFLDOxiId+M0LWANNjzz6yNH1XTKqHnChxSuBmculn2HCTI xG1OyZq9J6rfA5i2nMvFgC5AvgmbLvI2MaboTgmRAYaWigzYGJVPYgLLx+M7wFL7kpxFsF wz7kN4tG/wagF65S2WUOg77rwTKfwbMxAfnANKEiSD2o6NfXp+YwuRIj4n6Jw76/82egyr +farhSSiYzW11NZ+e+zni1/XCjS6xHpYiJRpBqgyBSqi/XTNjFcAkJ6DFxHpMQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1776786500; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=YYA5fcDkinjxE2LzIwRkIgv5biHfs29/t1qKmHjPAZM=; b=md8gNY1UyzxRvQUrz/pwSgXpYh3JkOd7TPVVuRtLO6gcuTbCEXyZyBZCochGJg0vR+Y04U anZBEpDQDEB8aISQUqVEsxYoLCJqKCojos8k9h9WEj/sqEloev25i7na7lc+RIIJZJfU2C QMaCyH4113ygVkAQV0UWqo8gWfH1XyKhc3R8kIX51dUbQsTCNeM5Mc7T362NRyx6aLIrpx 41G2iwJHQ0mQ6XWwvA2pUMDbr/bnqTX3x+XFuF3cALbwlleFVQ6RA+ab2mZ2h5OXyWecp1 iiR6B+x29WjbjW3pMoAw663Pwf4nVoIyx/nfZ2XMwCcLBLHLSebfsh4f2sSe1Q== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4g0Rb82VpZzqQX for ; Tue, 21 Apr 2026 15:48:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 342ce by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Tue, 21 Apr 2026 15:48:20 +0000 To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 721080aec129 - main - security/py-stix2-patterns: Update to 2.1.2 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-main@freebsd.org Sender: owner-dev-commits-ports-main@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 721080aec129175ff407e375bbe38e5736db0e19 Auto-Submitted: auto-generated Date: Tue, 21 Apr 2026 15:48:20 +0000 Message-Id: <69e79c44.342ce.5b01b447@gitrepo.freebsd.org> The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=721080aec129175ff407e375bbe38e5736db0e19 commit 721080aec129175ff407e375bbe38e5736db0e19 Author: Po-Chuan Hsieh AuthorDate: 2026-04-21 15:43:42 +0000 Commit: Po-Chuan Hsieh CommitDate: 2026-04-21 15:47:37 +0000 security/py-stix2-patterns: Update to 2.1.2 - Change MASTER_SITES to PYPI - Convert to USE_PYTHON=pep517 Changes: https://github.com/oasis-open/cti-pattern-validator/releases PR: 291071 Approved by: antoine (maintainer) --- security/py-stix2-patterns/Makefile | 18 ++++++++---------- security/py-stix2-patterns/distinfo | 6 +++--- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/security/py-stix2-patterns/Makefile b/security/py-stix2-patterns/Makefile index 115d1083acf6..191ee458fe7b 100644 --- a/security/py-stix2-patterns/Makefile +++ b/security/py-stix2-patterns/Makefile @@ -1,9 +1,9 @@ PORTNAME= stix2-patterns -PORTVERSION= 2.0.0 -PORTREVISION= 1 -DISTVERSIONPREFIX= v +PORTVERSION= 2.1.2 CATEGORIES= security python +MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= stix2_patterns-${PORTVERSION} MAINTAINER= antoine@FreeBSD.org COMMENT= Python library to validate STIX 2 Patterns @@ -12,15 +12,13 @@ WWW= https://github.com/oasis-open/cti-pattern-validator LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}antlr4-python3-runtime>=0:devel/py-antlr4-python3-runtime@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}antlr4-python3-runtime>=4.13.0,1<4.14,1:devel/py-antlr4-python3-runtime@${PY_FLAVOR} -USE_GITHUB= yes -GH_ACCOUNT= oasis-open -GH_PROJECT= cti-pattern-validator +USES= python +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes -USES= python -USE_PYTHON= distutils autoplist concurrent .include diff --git a/security/py-stix2-patterns/distinfo b/security/py-stix2-patterns/distinfo index 0028a042bb5c..867e1f00ac75 100644 --- a/security/py-stix2-patterns/distinfo +++ b/security/py-stix2-patterns/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1660724515 -SHA256 (oasis-open-cti-pattern-validator-v2.0.0_GH0.tar.gz) = 952cdea1e3c82c582ef37c971b3a4796eb4c38044da04a85c51dc7a95df1235f -SIZE (oasis-open-cti-pattern-validator-v2.0.0_GH0.tar.gz) = 58721 +TIMESTAMP = 1776692386 +SHA256 (stix2_patterns-2.1.2.tar.gz) = b2059d36c1fd87740f3facc22a4147cde1e2b0acb8d5e4c08fbf04b1dc553185 +SIZE (stix2_patterns-2.1.2.tar.gz) = 78811