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 E71E415800F for ; Wed, 15 Feb 2023 17:29:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A30AE0877; Wed, 15 Feb 2023 17:29:27 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 21373E0877 for ; Wed, 15 Feb 2023 17:29:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5EC6C340DE6 for ; Wed, 15 Feb 2023 17:29:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B6CC8B5 for ; Wed, 15 Feb 2023 17:29:23 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1676482102.1355997e139057d267e45383033c73ce9992a4eb.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pslab-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pslab-python/Manifest dev-python/pslab-python/metadata.xml dev-python/pslab-python/pslab-python-2.5.0.ebuild X-VCS-Directories: dev-python/pslab-python/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1355997e139057d267e45383033c73ce9992a4eb X-VCS-Branch: master Date: Wed, 15 Feb 2023 17:29:23 +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: bcfcd432-8f36-4e3f-985e-a2f30f246849 X-Archives-Hash: 7c7ab7a16e4ff3ef3ae496b00d48e2a9 commit: 1355997e139057d267e45383033c73ce9992a4eb Author: Michał Górny gentoo org> AuthorDate: Wed Feb 15 17:28:22 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Feb 15 17:28:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1355997e dev-python/pslab-python: Enable py3.11 Signed-off-by: Michał Górny gentoo.org> dev-python/pslab-python/Manifest | 2 +- dev-python/pslab-python/metadata.xml | 1 + dev-python/pslab-python/pslab-python-2.5.0.ebuild | 27 ++++++++++++++++------- 3 files changed, 21 insertions(+), 9 deletions(-) diff --git a/dev-python/pslab-python/Manifest b/dev-python/pslab-python/Manifest index f33e127e0135..1b7fb58e68e3 100644 --- a/dev-python/pslab-python/Manifest +++ b/dev-python/pslab-python/Manifest @@ -1 +1 @@ -DIST pslab-python-2.5.0.tar.gz 353493 BLAKE2B 4eae07fec800dc357041578a75e48812848588e49e14b75425ee4b24c62b1116d0493055564188e33e4d934f4d572708c811ec9bb7fbf5d437befedfcad5da1a SHA512 e8e4f53dc8c1d6aa4385cdbdc8a82bac21d9de15643980fed42a2b16c10ff56e0836371368840c9207d6bd6f8d73900a344507b8bce8b197f0580373137c0f1f +DIST pslab-python-2.5.0.gh.tar.gz 353493 BLAKE2B 4eae07fec800dc357041578a75e48812848588e49e14b75425ee4b24c62b1116d0493055564188e33e4d934f4d572708c811ec9bb7fbf5d437befedfcad5da1a SHA512 e8e4f53dc8c1d6aa4385cdbdc8a82bac21d9de15643980fed42a2b16c10ff56e0836371368840c9207d6bd6f8d73900a344507b8bce8b197f0580373137c0f1f diff --git a/dev-python/pslab-python/metadata.xml b/dev-python/pslab-python/metadata.xml index 1570da2fec58..8c2314eeca2d 100644 --- a/dev-python/pslab-python/metadata.xml +++ b/dev-python/pslab-python/metadata.xml @@ -7,5 +7,6 @@ fossasia/pslab-python + pslab diff --git a/dev-python/pslab-python/pslab-python-2.5.0.ebuild b/dev-python/pslab-python/pslab-python-2.5.0.ebuild index 184d8681cf20..7af65721053b 100644 --- a/dev-python/pslab-python/pslab-python-2.5.0.ebuild +++ b/dev-python/pslab-python/pslab-python-2.5.0.ebuild @@ -3,25 +3,36 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 DESCRIPTION="Python library for communicating with Pocket Science Lab" -HOMEPAGE="https://pslab.io" -SRC_URI="https://github.com/fossasia/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE=" + https://pslab.io/ + https://github.com/fossasia/pslab-python/ + https://pypi.org/project/pslab/ +" +SRC_URI=" + https://github.com/fossasia/pslab-python/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" LICENSE="GPL-3+" SLOT="0" KEYWORDS="amd64" -RDEPEND=">=dev-python/numpy-1.16.3[${PYTHON_USEDEP}] +RDEPEND=" + >=dev-python/numpy-1.16.3[${PYTHON_USEDEP}] >=dev-python/pyserial-3.4[${PYTHON_USEDEP}] - >=dev-python/scipy-1.3.0[${PYTHON_USEDEP}]" -BDEPEND="test? ( - dev-python/pytest-mock[${PYTHON_USEDEP}] -)" + >=dev-python/scipy-1.3.0[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/pytest-mock[${PYTHON_USEDEP}] + ) +" PATCHES=( "${FILESDIR}"/${PN}-2.5.0-ad9833_sys_version.patch