dev-python/josepy: drop 1.15.0

Closes: https://bugs.gentoo.org/950439
Signed-off-by: Thibaud CANALE <thican@thican.net>
Part-of: https://github.com/gentoo/gentoo/pull/43775
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
This commit is contained in:
Thibaud CANALE
2025-09-13 12:31:11 +02:00
committed by Matthew Thode
parent 4e375f3dee
commit b24cba076b
2 changed files with 0 additions and 34 deletions

View File

@@ -1,3 +1,2 @@
DIST josepy-1.15.0.tar.gz 59310 BLAKE2B e47d6cc49d482a60d3856cbe81ca44770019f91e8de416f63162600e0024e635fa3a3b2f1bbb3b16d0273ab4673d89d4c186ed67bac2017bf0b43992613a3802 SHA512 92799e9230f64e7ef37c749cb68c293d1b97e2e14c94e045564e45402ff3363af4cca95a7bbf599821cf7ad9317ca31add6868d3bdb3699ee9c171b415a02e48
DIST josepy-2.0.0.tar.gz 55767 BLAKE2B 7e8692f209a3fc8eebdbf9e8a92b7065d9ff08121490abe5e61a85efeef3cc5a55ae547d28bbbfcd31faa81293e1abbaa90dfadfb3d3c08b82ba9958c4556df7 SHA512 fa1e255cd5f75b352faa0e25e530a5620af09c518cd1570f9bdc7cb5520fea119279577e95f7fe72bc2bc6f0b543411d2fffb0d639c961094fe311c0bbca1fef
DIST josepy-2.1.0.tar.gz 56189 BLAKE2B 4fa2fe535612b8683ec65c27ed18c3a8ddba635851d73c8b18ebed0901562374236c21abecb3588520ec4ab2ec34a8d3e92b2ef127f7cf6f7f01e7f48d1da8ec SHA512 fe941cc55a8f355512d8ae1ecfacb7cff7bc122bb2a50841293832af8b95afdcf0d296e69eb0554539eda7c4148acc6421843c0a15b0238bd714d5d40c8a0f41

View File

@@ -1,33 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi
DESCRIPTION="JOSE protocol implementation in Python"
HOMEPAGE="
https://github.com/certbot/josepy/
https://pypi.org/project/josepy/
"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86"
RDEPEND="
>=dev-python/cryptography-1.5[${PYTHON_USEDEP}]
>=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}]
"
distutils_enable_tests pytest
src_prepare() {
# I haven't seen a single switch to poetry without major bugs yet...
sed -i -e 's:^include:exclude:' pyproject.toml || die
distutils-r1_src_prepare
}