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 BC5D0158088 for ; Sun, 17 Oct 2021 08:58:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1EB1E0924; Sun, 17 Oct 2021 08:58:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B6236E0923 for ; Sun, 17 Oct 2021 08:58:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D83AC3433AA for ; Sun, 17 Oct 2021 08:58:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75B7E169 for ; Sun, 17 Oct 2021 08:58:12 +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: <1634461086.1d39bbde9e5fe1a48f11f648540faa3d129a50d8.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.1.ebuild X-VCS-Directories: dev-python/jikanpy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1d39bbde9e5fe1a48f11f648540faa3d129a50d8 X-VCS-Branch: master Date: Sun, 17 Oct 2021 08:58:12 +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: f3cc56f8-5629-4136-80e9-090fa02eddbd X-Archives-Hash: db46c1054091996e11e0443c9e7b9585 commit: 1d39bbde9e5fe1a48f11f648540faa3d129a50d8 Author: Michał Górny gentoo org> AuthorDate: Sun Oct 17 08:57:09 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Oct 17 08:58:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d39bbde dev-python/jikanpy: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/jikanpy/Manifest | 1 - dev-python/jikanpy/jikanpy-4.3.1.ebuild | 34 --------------------------------- 2 files changed, 35 deletions(-) diff --git a/dev-python/jikanpy/Manifest b/dev-python/jikanpy/Manifest index 6708f8270c5..fbc8a9e4677 100644 --- a/dev-python/jikanpy/Manifest +++ b/dev-python/jikanpy/Manifest @@ -1,2 +1 @@ -DIST jikanpy-4.3.1.tar.gz 725938 BLAKE2B 5e011ae4b6d267ad6a6a99b2d28a3f11c4b8949cc1682524d966ac441cce9c527465455573ec873360865f9b913bc14b5c4448ee681540a01bbb95f67c38dec2 SHA512 43170c3512393c50fd859e7481cdd6cce874bd54415959c0660d0804f10546bd22b836bf3c27a86946fc771e92192e28dd8ee02c71796f799b4cf748102d5e3f DIST jikanpy-4.3.2.tar.gz 726102 BLAKE2B 754a174a5c67852701e94d817ab84462cbd1aff9f18737cdf5c7a1e20c91ca325d7c34dfd9467ff337d24fd7d3896880137f0695afeff5a436b0d40a96d4c89d SHA512 48dcf154f5b438b9381eb7d37a5a603d77793c2e2a7f17b4315e3f44a735c83bec076ee44969002a5ad2cbdd6b5cf83287b961f5d96603ddbd6c534db78ee3a1 diff --git a/dev-python/jikanpy/jikanpy-4.3.1.ebuild b/dev-python/jikanpy/jikanpy-4.3.1.ebuild deleted file mode 100644 index 8dac8ee8e23..00000000000 --- a/dev-python/jikanpy/jikanpy-4.3.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) -inherit distutils-r1 - -DESCRIPTION="Python wrapper for jikan.moe API." -HOMEPAGE="https://pypi.org/project/jikanpy/" -SRC_URI="https://github.com/abhinavk99/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -BDEPEND=" - test? ( dev-python/vcrpy ) -" - -RDEPEND=" - dev-python/aiohttp[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/simplejson[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -src_install() { - distutils-r1_src_install - - rm "$D"/usr/CHANGELOG.md -}