dev-python/pyproject-hooks: Drop package that is already in tree
Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
parent
e0bc5e04f5
commit
2e71d3c232
@ -1 +0,0 @@
|
|||||||
DIST pyproject_hooks-1.0.0.tar.gz 16901 BLAKE2B 0793b1328f3bf52212a51bbc0459443ff80950669564f13a4ff722af74593bfa48a906f9f46150a3fdc30f705136aefe79d0bc98d4315ede4eb8f678716c32bf SHA512 53e286cfcf8b286560cfebafe44e2162360bc1b567df2ed9019376128e14fffaafa3964f77b18487f5023aa092ede628ba5115301de42e101595f41c091d90c9
|
|
@ -1,12 +0,0 @@
|
|||||||
<?xml version='1.0' encoding='UTF-8'?>
|
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
||||||
<pkgmetadata>
|
|
||||||
<maintainer type="person">
|
|
||||||
<email>holgersson@posteo.de</email>
|
|
||||||
<name>Nils Freydank</name>
|
|
||||||
</maintainer>
|
|
||||||
<upstream>
|
|
||||||
<remote-id type="pypi">pyproject_hooks</remote-id>
|
|
||||||
<remote-id type="github">pypa/pyproject-hooks</remote-id>
|
|
||||||
</upstream>
|
|
||||||
</pkgmetadata>
|
|
@ -1,29 +0,0 @@
|
|||||||
# Copyright 2022-2023 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI="8"
|
|
||||||
|
|
||||||
DISTUTILS_USE_PEP517=flit
|
|
||||||
PYTHON_COMPAT=( python3_{10..11} )
|
|
||||||
inherit distutils-r1 pypi
|
|
||||||
|
|
||||||
MY_PN="${PN/-/_}"
|
|
||||||
MY_P="${MY_PN}-${PV}"
|
|
||||||
|
|
||||||
DESCRIPTION="Wrappers to call pyproject.toml-based build backend hooks"
|
|
||||||
HOMEPAGE="
|
|
||||||
https://github.com/pypa/pyproject-hooks
|
|
||||||
https://pypi.org/project/pyproject_hooks/
|
|
||||||
"
|
|
||||||
S="${WORKDIR}/${MY_P}"
|
|
||||||
|
|
||||||
LICENSE="MIT"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~amd64"
|
|
||||||
IUSE="test"
|
|
||||||
RESTRICT="!test? ( test )"
|
|
||||||
|
|
||||||
RDEPEND=""
|
|
||||||
BDEPEND=""
|
|
||||||
|
|
||||||
distutils_enable_tests pytest
|
|
Loading…
x
Reference in New Issue
Block a user