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 8230015808F for ; Sat, 16 Apr 2022 15:56:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF784E08C8; Sat, 16 Apr 2022 15:56:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 110FBE08DD for ; Sat, 16 Apr 2022 15:56:13 +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 25441341808 for ; Sat, 16 Apr 2022 15:56:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FA723B1 for ; Sat, 16 Apr 2022 15:56:08 +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: <1650124430.63ccdcf3b4bc5fd96b5b124d73cce4c67022965b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/josepy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/josepy/Manifest dev-python/josepy/josepy-1.12.0.ebuild X-VCS-Directories: dev-python/josepy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 63ccdcf3b4bc5fd96b5b124d73cce4c67022965b X-VCS-Branch: master Date: Sat, 16 Apr 2022 15:56:08 +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: d9652b4c-5b4a-42ae-833b-705d4dfb0b20 X-Archives-Hash: ce5b38414a93ba102bcca911c42784d9 commit: 63ccdcf3b4bc5fd96b5b124d73cce4c67022965b Author: Michał Górny gentoo org> AuthorDate: Sat Apr 16 15:53:50 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Apr 16 15:53:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63ccdcf3 dev-python/josepy: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/josepy/Manifest | 1 - dev-python/josepy/josepy-1.12.0.ebuild | 30 ------------------------------ 2 files changed, 31 deletions(-) diff --git a/dev-python/josepy/Manifest b/dev-python/josepy/Manifest index 2c23eee22357..b7d48b5be013 100644 --- a/dev-python/josepy/Manifest +++ b/dev-python/josepy/Manifest @@ -1,2 +1 @@ -DIST josepy-1.12.0.tar.gz 59205 BLAKE2B 3ead71c2eb60a9bcc45615f85435f616bf6fe16c75d7e34ae5bd0f418b5b71b6ea03388198a371765e497aa29419efd9fbb2615d4546a5a8a9704acf7c9a70dd SHA512 7a5257d4a75feed65ff3abfd472e8f1c9cc81b62e27365d776d0f25e1efd94ae46374060ea463b9f04fe5e9577672bf2ab8dc8d6371cb8d01a4765921930e01b DIST josepy-1.13.0.tar.gz 59045 BLAKE2B e4f3caed3be0775a49d6a9c38bf6e2b61ecc50b4e3804afa9e597b741821ab63a27fe95d1592531fee7152e2076760d838f4efa50ab8b3e2f1e129c9d7457f8c SHA512 fb91946ac4bbb2a81195d200e4fdf06d40865b345005ab4ee328fd72545da2345b44c5b9ffb3115b16ffed65ab3a0c01d5b20d0d2ff3c2c2af30537a6a4721df diff --git a/dev-python/josepy/josepy-1.12.0.ebuild b/dev-python/josepy/josepy-1.12.0.ebuild deleted file mode 100644 index daf7eabfbc19..000000000000 --- a/dev-python/josepy/josepy-1.12.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit distutils-r1 - -DESCRIPTION="JOSE protocol implementation in Python" -HOMEPAGE="https://github.com/certbot/josepy" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" - -RDEPEND=" - >=dev-python/cryptography-0.8[${PYTHON_USEDEP}] - >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -python_prepare_all() { - # Remove coverage/flake8 options - sed -i -e '/^addopts =/d' -e '/^flake8-ignore/d' pytest.ini || die - distutils-r1_python_prepare_all -}