From nobody Sun Dec 19 22:17:43 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 29223190646A; Sun, 19 Dec 2021 22:17:44 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JHHCW6PQpz3JHl; Sun, 19 Dec 2021 22:17:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BB75C289C; Sun, 19 Dec 2021 22:17:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1BJMHhFf073105; Sun, 19 Dec 2021 22:17:43 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1BJMHhHa073104; Sun, 19 Dec 2021 22:17:43 GMT (envelope-from git) Date: Sun, 19 Dec 2021 22:17:43 GMT Message-Id: <202112192217.1BJMHhHa073104@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 6d13a0c60529 - main - math/py-gimmik: Update 2.1 -> 2.2 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6d13a0c60529f4430079ca595a3158f4d92c57c3 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1639952263; 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=EhwuCe+F6xLeUA651OrYd+aaWHfNFDVGkt1d6VdrvV4=; b=OD6QmJjuL9YVLfCT7U70LItPcC8QUoq+qYYltgJB8l2KSPbMp0dSbyFSOox3a9yMeiVd41 2JsoD/5stMXJNMNWGh5p7wp46T+IiSflkAW3whaz3alOnPM4iKL1r0d1bwAYxdRytr/wPd 9XRHj6j8BNo4mE9ib4di1ONI9pUWASmlkhuC38OWy+Pyy6n61nSRp9QYLy6fUwlxSzN2Vm OFm6FDknMhFHmcm7tBoiv8gh7mSNwte7s0tacbrYLB7vrO1Ihcz+eBX/0yXPMMLvVv7cKp MDJn6ag7nMCFW4RRY8gGl+4NLJTpYdHQKNkFlhjJla9Zg+11TVddUlSb7GUM+A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1639952263; a=rsa-sha256; cv=none; b=w1zTNdwI4GQXt8vBoBpB5c+F34uzWV6nMVuPsdzUSszJJquLdfHAjwneoSlohCS1BOwnRq j67Rqu9/KfLfvItvEkyUyvQOW2u64g8SywJ9S/N3wMDCGgMXyN+eZo1H+7OXhgbKY+MUAu unNvmeeYCXhRG4389UgTmQKS47mUDOUeB/yiK7e8ZWYNxTRLnq3RHt4toXn8vgJgE90++2 K79znvrDz8SHJyWJ/qwfU1TWSFDCfb/zHlnVLph5RrH+m80RxNPKzHJwq8Oo0t7sO2pwjK 4ZZ5WVwE90P6qYsVY8GKn2NXhlMP3Nr7kxdoEswmWvTSq3hCPu8LVbfjn3STmg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=6d13a0c60529f4430079ca595a3158f4d92c57c3 commit 6d13a0c60529f4430079ca595a3158f4d92c57c3 Author: Yuri Victorovich AuthorDate: 2021-12-19 04:31:59 +0000 Commit: Yuri Victorovich CommitDate: 2021-12-19 22:17:40 +0000 math/py-gimmik: Update 2.1 -> 2.2 Reported by: portscout --- math/py-gimmik/Makefile | 4 ++-- math/py-gimmik/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/math/py-gimmik/Makefile b/math/py-gimmik/Makefile index e0a64b51a829..738db60e96e8 100644 --- a/math/py-gimmik/Makefile +++ b/math/py-gimmik/Makefile @@ -1,6 +1,5 @@ PORTNAME= gimmik -DISTVERSION= 2.1 -PORTREVISION= 2 +DISTVERSION= 2.2 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,6 +14,7 @@ RUN_DEPENDS= ${PYNUMPY} \ USES= python:3.3+ USE_PYTHON= distutils autoplist + NO_ARCH= yes .include diff --git a/math/py-gimmik/distinfo b/math/py-gimmik/distinfo index 02e1cc2e7185..df1b6a099a13 100644 --- a/math/py-gimmik/distinfo +++ b/math/py-gimmik/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1537478754 -SHA256 (gimmik-2.1.tar.gz) = 36ec13aff705e787b856ae236211d1826ceaa4b22d52d4d98ff72642bb4021a3 -SIZE (gimmik-2.1.tar.gz) = 3503 +TIMESTAMP = 1639888094 +SHA256 (gimmik-2.2.tar.gz) = 9144640f94aab92f9c5dfcaf16885a79428ab97337cf503a4b2dddeb870f3cf0 +SIZE (gimmik-2.2.tar.gz) = 3861