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 D525C158091 for ; Sun, 12 Jun 2022 18:28:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26C8FE0943; Sun, 12 Jun 2022 18:28:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 0F14DE0940 for ; Sun, 12 Jun 2022 18:28:19 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40938341C16 for ; Sun, 12 Jun 2022 18:28:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A55BF516 for ; Sun, 12 Jun 2022 18:28:14 +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: <1655058485.c7fce02d099dfaaab711687196abe5c103e658de.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jikanpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jikanpy/Manifest dev-python/jikanpy/jikanpy-4.3.2-r1.ebuild X-VCS-Directories: dev-python/jikanpy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c7fce02d099dfaaab711687196abe5c103e658de X-VCS-Branch: master Date: Sun, 12 Jun 2022 18:28:14 +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: 4ba00718-fcad-416f-a590-08366f885e7e X-Archives-Hash: d6312dc8894f9ff3d9f62bcc99a6a4d1 commit: c7fce02d099dfaaab711687196abe5c103e658de Author: Michał Górny gentoo org> AuthorDate: Sun Jun 12 18:19:37 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jun 12 18:28:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7fce02d dev-python/jikanpy: Use PEP517 build Signed-off-by: Michał Górny gentoo.org> dev-python/jikanpy/Manifest | 1 + dev-python/jikanpy/jikanpy-4.3.2-r1.ebuild | 39 ++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/dev-python/jikanpy/Manifest b/dev-python/jikanpy/Manifest index fbc8a9e4677d..4e4aea45b962 100644 --- a/dev-python/jikanpy/Manifest +++ b/dev-python/jikanpy/Manifest @@ -1 +1,2 @@ +DIST jikanpy-4.3.2.gh.tar.gz 726102 BLAKE2B 754a174a5c67852701e94d817ab84462cbd1aff9f18737cdf5c7a1e20c91ca325d7c34dfd9467ff337d24fd7d3896880137f0695afeff5a436b0d40a96d4c89d SHA512 48dcf154f5b438b9381eb7d37a5a603d77793c2e2a7f17b4315e3f44a735c83bec076ee44969002a5ad2cbdd6b5cf83287b961f5d96603ddbd6c534db78ee3a1 DIST jikanpy-4.3.2.tar.gz 726102 BLAKE2B 754a174a5c67852701e94d817ab84462cbd1aff9f18737cdf5c7a1e20c91ca325d7c34dfd9467ff337d24fd7d3896880137f0695afeff5a436b0d40a96d4c89d SHA512 48dcf154f5b438b9381eb7d37a5a603d77793c2e2a7f17b4315e3f44a735c83bec076ee44969002a5ad2cbdd6b5cf83287b961f5d96603ddbd6c534db78ee3a1 diff --git a/dev-python/jikanpy/jikanpy-4.3.2-r1.ebuild b/dev-python/jikanpy/jikanpy-4.3.2-r1.ebuild new file mode 100644 index 000000000000..086cd6ff1d64 --- /dev/null +++ b/dev-python/jikanpy/jikanpy-4.3.2-r1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-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="Python wrapper for jikan.moe API" +HOMEPAGE=" + https://github.com/abhinavk99/jikanpy/ + https://pypi.org/project/jikanpy/ +" +SRC_URI=" + https://github.com/abhinavk99/jikanpy/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-python/aiohttp[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-python/simplejson[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/pytest-asyncio[${PYTHON_USEDEP}] + dev-python/vcrpy[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest +distutils_enable_sphinx docs \ + dev-python/alabaster