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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 62E5F138334 for ; Thu, 31 Oct 2019 19:50:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA624E0936; Thu, 31 Oct 2019 19:50:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9699CE0936 for ; Thu, 31 Oct 2019 19:50:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0B68734C5FC for ; Thu, 31 Oct 2019 19:50:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 789D92A5 for ; Thu, 31 Oct 2019 19:50:33 +0000 (UTC) From: "Piotr Karbowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Piotr Karbowski" Message-ID: <1572551415.f1d2d51d18f8676acfc1e2d4f3dbdb6bdf093eaf.slashbeast@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-3.4.1.ebuild dev-python/jikanpy/metadata.xml X-VCS-Directories: dev-python/jikanpy/ X-VCS-Committer: slashbeast X-VCS-Committer-Name: Piotr Karbowski X-VCS-Revision: f1d2d51d18f8676acfc1e2d4f3dbdb6bdf093eaf X-VCS-Branch: master Date: Thu, 31 Oct 2019 19:50:33 +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: 333f3af0-1021-428a-b151-d52dd3fb808f X-Archives-Hash: c7199871f5b7e230f7bb321529e47910 commit: f1d2d51d18f8676acfc1e2d4f3dbdb6bdf093eaf Author: Piotr Karbowski gentoo org> AuthorDate: Thu Oct 31 19:49:51 2019 +0000 Commit: Piotr Karbowski gentoo org> CommitDate: Thu Oct 31 19:50:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1d2d51d dev-python/jikanpy: 3.4.1; new package. Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Piotr Karbowski gentoo.org> dev-python/jikanpy/Manifest | 1 + dev-python/jikanpy/jikanpy-3.4.1.ebuild | 25 +++++++++++++++++++++++++ dev-python/jikanpy/metadata.xml | 12 ++++++++++++ 3 files changed, 38 insertions(+) diff --git a/dev-python/jikanpy/Manifest b/dev-python/jikanpy/Manifest new file mode 100644 index 00000000000..3bceed938fc --- /dev/null +++ b/dev-python/jikanpy/Manifest @@ -0,0 +1 @@ +DIST jikanpy-3.4.1.tar.gz 13653 BLAKE2B 9e9e5b9f6f5fc28a7ce98a6ab79254aafeb7d2a77e0bdbf7790b3c9a19e41caca1002d53a2effdafba13db1271546ae104cf9521afcf4fe2b02effd2c4e38163 SHA512 fd5703f86b439185f46e563cd32ec75e176138b7128f3c1c80dddccf569a066da7e493d6b48979a69ec5f55c0b2bf1396676d4da2529ae16db106b6cd6170c5e diff --git a/dev-python/jikanpy/jikanpy-3.4.1.ebuild b/dev-python/jikanpy/jikanpy-3.4.1.ebuild new file mode 100644 index 00000000000..52e861dcab3 --- /dev/null +++ b/dev-python/jikanpy/jikanpy-3.4.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{5,6,7} ) +inherit distutils-r1 + +DESCRIPTION="Python wrapper for jikan.moe API." +HOMEPAGE="https://pypi.org/project/jikanpy/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] +" +RDEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/aiohttp[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] +" diff --git a/dev-python/jikanpy/metadata.xml b/dev-python/jikanpy/metadata.xml new file mode 100644 index 00000000000..12ee3e1826a --- /dev/null +++ b/dev-python/jikanpy/metadata.xml @@ -0,0 +1,12 @@ + + + + + slashbeast@gentoo.org + Piotr Karbowski + + + AWConant/jikanpy + jikanpy + +