From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C7D06158088 for ; Tue, 25 Jan 2022 20:47:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 283AD2BC013; Tue, 25 Jan 2022 20:47:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 87FF9E07B3 for ; Tue, 25 Jan 2022 20:47:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F0163430CA for ; Tue, 25 Jan 2022 20:47:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83CF2287 for ; Tue, 25 Jan 2022 20:47:22 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1643143635.e9e775f66b9fb1f81b18fd58453b7df0ac4925ed.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nptyping/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nptyping/Manifest dev-python/nptyping/metadata.xml dev-python/nptyping/nptyping-1.4.4.ebuild X-VCS-Directories: dev-python/nptyping/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: e9e775f66b9fb1f81b18fd58453b7df0ac4925ed X-VCS-Branch: master Date: Tue, 25 Jan 2022 20:47:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c61670e8-5bdf-44ec-b1f6-a84da5444318 X-Archives-Hash: 9828c3e0740a07baac47a3cc49924000 commit: e9e775f66b9fb1f81b18fd58453b7df0ac4925ed Author: Arthur Zamarin gentoo org> AuthorDate: Tue Jan 25 20:08:20 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Jan 25 20:47:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9e775f6 dev-python/nptyping: new package, add 1.4.4 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/nptyping/Manifest | 1 + dev-python/nptyping/metadata.xml | 13 +++++++++++++ dev-python/nptyping/nptyping-1.4.4.ebuild | 27 +++++++++++++++++++++++++++ 3 files changed, 41 insertions(+) diff --git a/dev-python/nptyping/Manifest b/dev-python/nptyping/Manifest new file mode 100644 index 000000000000..6b621ad1f5d1 --- /dev/null +++ b/dev-python/nptyping/Manifest @@ -0,0 +1 @@ +DIST nptyping-1.4.4.gh.tar.gz 48098 BLAKE2B e13e7d6189a1ac826e8ea66918c006a63f0ec584e6d61cc7e0393b9a10709b41f75b43548ac94ce762c5180dc716e0717316573d45e8bec8951188d5df9bc1ad SHA512 4dd124734fde7e19867af0efd0c3a79f220b20576cb2f34a1cfb5e47c4fde44e936dca708d68bef99eb554afe7576f7fee447d6dd73f3c136340c8f48770f7b8 diff --git a/dev-python/nptyping/metadata.xml b/dev-python/nptyping/metadata.xml new file mode 100644 index 000000000000..96035de34f6c --- /dev/null +++ b/dev-python/nptyping/metadata.xml @@ -0,0 +1,13 @@ + + + + + python@gentoo.org + Gentoo Python Project + + + + nptyping + ramonhagenaars/nptyping + + diff --git a/dev-python/nptyping/nptyping-1.4.4.ebuild b/dev-python/nptyping/nptyping-1.4.4.ebuild new file mode 100644 index 000000000000..87932bcad9f1 --- /dev/null +++ b/dev-python/nptyping/nptyping-1.4.4.ebuild @@ -0,0 +1,27 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..10} ) +inherit distutils-r1 + +DESCRIPTION="Type hints for Numpy" +HOMEPAGE="https://pypi.org/project/nptyping/ + https://github.com/ramonhagenaars/nptyping" +SRC_URI=" + https://github.com/ramonhagenaars/nptyping/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/typish[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest