diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-04-21 18:55:36 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-04-21 18:55:36 +0000 |
| commit | 5518d4fe34f4c2539c0be73c806f1614be941a7c (patch) | |
| tree | 45d860ed9ba65ea73641497f9c4940ca36730ade /dev-python/fastbencode/fastbencode-0.2.ebuild | |
| parent | 14839ebb2a9ea524ff98dba31c370f7959559e49 (diff) | |
| download | baldeagleos-repo-5518d4fe34f4c2539c0be73c806f1614be941a7c.tar.gz baldeagleos-repo-5518d4fe34f4c2539c0be73c806f1614be941a7c.tar.xz baldeagleos-repo-5518d4fe34f4c2539c0be73c806f1614be941a7c.zip | |
Adding metadata
Diffstat (limited to 'dev-python/fastbencode/fastbencode-0.2.ebuild')
| -rw-r--r-- | dev-python/fastbencode/fastbencode-0.2.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
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 -} |
