summaryrefslogtreecommitdiff
path: root/dev-python/pyproject-hooks
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-11-02 10:55:54 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-11-02 10:55:54 +0000
commit5942278792ca55128f7c21d91f2ee679ce943b67 (patch)
tree717b1f3b5b3b315c2153ffcb21d0db9c9db9f4e1 /dev-python/pyproject-hooks
parent28afbc66bca5259f548ac65a817f922c5358b530 (diff)
downloadbaldeagleos-repo-5942278792ca55128f7c21d91f2ee679ce943b67.tar.gz
baldeagleos-repo-5942278792ca55128f7c21d91f2ee679ce943b67.tar.xz
baldeagleos-repo-5942278792ca55128f7c21d91f2ee679ce943b67.zip
Adding metadata
Diffstat (limited to 'dev-python/pyproject-hooks')
-rw-r--r--dev-python/pyproject-hooks/Manifest1
-rw-r--r--dev-python/pyproject-hooks/pyproject-hooks-1.1.0.ebuild42
-rw-r--r--dev-python/pyproject-hooks/pyproject-hooks-1.2.0.ebuild2
3 files changed, 1 insertions, 44 deletions
diff --git a/dev-python/pyproject-hooks/Manifest b/dev-python/pyproject-hooks/Manifest
index 0f63b86e1965..7321a8dc1af8 100644
--- a/dev-python/pyproject-hooks/Manifest
+++ b/dev-python/pyproject-hooks/Manifest
@@ -1,2 +1 @@
-DIST pyproject-hooks-1.1.0.gh.tar.gz 18774 BLAKE2B e6b376188655a5bc188567f412c22f8224209612c4fb0332f8c0c441180c18589139549139957834b3359bf3ced961e22f97e2449edc354047afaa6d2eff58d7 SHA512 256028d13adbe35126a63431a2a49e0c48adddce5ffc3ff2eebad368eee7ce52591ecfd8a8526876de20bc59dfc87156533d6a97b55538a739873e60f9509eff
DIST pyproject_hooks-1.2.0.tar.gz 19228 BLAKE2B e02864220393876639cc459918f48c02e19835b392102d117cb5900c9a4f5228bc21377421f7afdd67300ba15d131194197a3b4b1ce0ad7fef195bca9be4344b SHA512 e098e521f03cfae9a96c0ee5d2e2ef46ef832d8f38c7d8380fc17355776e09ae3a704879e6e4a2bc7999092c4dbf80267b3b56850135c74d275a12607e0ffe83
diff --git a/dev-python/pyproject-hooks/pyproject-hooks-1.1.0.ebuild b/dev-python/pyproject-hooks/pyproject-hooks-1.1.0.ebuild
deleted file mode 100644
index ae7f8add229f..000000000000
--- a/dev-python/pyproject-hooks/pyproject-hooks-1.1.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Wrappers to build Python packages using PEP 517 hooks"
-HOMEPAGE="
- https://pypi.org/project/pyproject-hooks/
- https://github.com/pypa/pyproject-hooks/
- https://pyproject-hooks.readthedocs.io/
-"
-SRC_URI="
- https://github.com/pypa/pyproject-hooks/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-BDEPEND="
- test? (
- dev-python/testpath[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- dev-python/tomli[${PYTHON_USEDEP}]
- ' 3.10)
- )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
- # fails due to setuptools 70.1
- # https://bugs.gentoo.org/936052
- # https://github.com/pypa/pyproject-hooks/issues/203
- tests/test_call_hooks.py::test_setup_py
-)
diff --git a/dev-python/pyproject-hooks/pyproject-hooks-1.2.0.ebuild b/dev-python/pyproject-hooks/pyproject-hooks-1.2.0.ebuild
index 97450eda58a6..4c89fe84659a 100644
--- a/dev-python/pyproject-hooks/pyproject-hooks-1.2.0.ebuild
+++ b/dev-python/pyproject-hooks/pyproject-hooks-1.2.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
BDEPEND="
test? (