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 75357138334 for ; Wed, 1 Jan 2020 20:48:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C079E0AFA; Wed, 1 Jan 2020 20:48:40 +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 7FD6CE0AFA for ; Wed, 1 Jan 2020 20:48:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 88D5734DE31 for ; Wed, 1 Jan 2020 20:48:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26BD837 for ; Wed, 1 Jan 2020 20:48:36 +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: <1577911667.666fc82cf1ad2de5dba655307c1b4220206edc03.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/jikanpy-3.4.2.ebuild X-VCS-Directories: dev-python/jikanpy/ X-VCS-Committer: slashbeast X-VCS-Committer-Name: Piotr Karbowski X-VCS-Revision: 666fc82cf1ad2de5dba655307c1b4220206edc03 X-VCS-Branch: master Date: Wed, 1 Jan 2020 20:48:36 +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: 89adaf78-d200-4404-b937-b9942b5a0875 X-Archives-Hash: 36d5945880c2ebb62a42bd190e839cdc commit: 666fc82cf1ad2de5dba655307c1b4220206edc03 Author: Piotr Karbowski gentoo org> AuthorDate: Wed Jan 1 20:47:47 2020 +0000 Commit: Piotr Karbowski gentoo org> CommitDate: Wed Jan 1 20:47:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=666fc82c dev-python/jikanpy: py38 support; drop old. Signed-off-by: Piotr Karbowski gentoo.org> dev-python/jikanpy/Manifest | 1 - dev-python/jikanpy/jikanpy-3.4.1.ebuild | 21 --------------------- dev-python/jikanpy/jikanpy-3.4.2.ebuild | 2 +- 3 files changed, 1 insertion(+), 23 deletions(-) diff --git a/dev-python/jikanpy/Manifest b/dev-python/jikanpy/Manifest index 39b3bdca948..e6fa5a02ca7 100644 --- a/dev-python/jikanpy/Manifest +++ b/dev-python/jikanpy/Manifest @@ -1,2 +1 @@ -DIST jikanpy-3.4.1.tar.gz 13653 BLAKE2B 9e9e5b9f6f5fc28a7ce98a6ab79254aafeb7d2a77e0bdbf7790b3c9a19e41caca1002d53a2effdafba13db1271546ae104cf9521afcf4fe2b02effd2c4e38163 SHA512 fd5703f86b439185f46e563cd32ec75e176138b7128f3c1c80dddccf569a066da7e493d6b48979a69ec5f55c0b2bf1396676d4da2529ae16db106b6cd6170c5e DIST jikanpy-3.4.2.tar.gz 14132 BLAKE2B 4a06cd0ac37968c26cf062c7aa7b42a23795f372a814641d373097e67c0958ea2e640b9945883552c6997285fb3d19991482ed4872c5c74097940121edddca4d SHA512 cff23a20a331da55036875c2ea34e3bcf7c28592b625bb9c3fc453969db2f232cd30841757ec8d75807f323a2caa0f591f91e71547b29d07694560462c561d30 diff --git a/dev-python/jikanpy/jikanpy-3.4.1.ebuild b/dev-python/jikanpy/jikanpy-3.4.1.ebuild deleted file mode 100644 index 1e95fd7379b..00000000000 --- a/dev-python/jikanpy/jikanpy-3.4.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# 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="" - -RDEPEND=" - dev-python/aiohttp[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] -" diff --git a/dev-python/jikanpy/jikanpy-3.4.2.ebuild b/dev-python/jikanpy/jikanpy-3.4.2.ebuild index 1e95fd7379b..71e2edf5cf3 100644 --- a/dev-python/jikanpy/jikanpy-3.4.2.ebuild +++ b/dev-python/jikanpy/jikanpy-3.4.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{5,6,7,8} ) inherit distutils-r1 DESCRIPTION="Python wrapper for jikan.moe API."