From 5518d4fe34f4c2539c0be73c806f1614be941a7c Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Mon, 21 Apr 2025 18:55:36 +0000 Subject: Adding metadata --- dev-python/fastbencode/fastbencode-0.2.ebuild | 36 --------------------------- 1 file changed, 36 deletions(-) delete mode 100644 dev-python/fastbencode/fastbencode-0.2.ebuild (limited to 'dev-python/fastbencode/fastbencode-0.2.ebuild') diff --git a/dev-python/fastbencode/fastbencode-0.2.ebuild b/dev-python/fastbencode/fastbencode-0.2.ebuild deleted file mode 100644 index 7d76bbb4438c..000000000000 --- a/dev-python/fastbencode/fastbencode-0.2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Implementation of bencode with optional fast C extensions" -HOMEPAGE=" - https://github.com/breezy-team/fastbencode/ - https://pypi.org/project/fastbencode/ -" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" - -BDEPEND=" - dev-python/cython[${PYTHON_USEDEP}] -" - -distutils_enable_tests unittest - -PATCHES=( - # https://github.com/breezy-team/fastbencode/commit/23e8cadcc81c6649d96742f235a98bd3047e5d8a - "${FILESDIR}"/${P}-py312.patch -) - -python_test() { - cd fastbencode/tests || die - eunittest -} -- cgit v1.3.1