dev-python/clufter: treeclean

Closes: https://bugs.gentoo.org/931371
Closes: https://bugs.gentoo.org/800121
Closes: https://bugs.gentoo.org/921790
Closes: https://bugs.gentoo.org/927807
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy
2024-05-13 18:16:03 -04:00
parent 159c89758f
commit 15c33ce8fc
3 changed files with 0 additions and 45 deletions

View File

@@ -1 +0,0 @@
DIST clufter-v0.77.2.tar.gz 302005 BLAKE2B 57bd4ff178e7b0aace6c88a08717b5b3df4717ea688bac777bf320129508d333669df36b9be8fe6989fc2f3cc8ce072a1d26948ffb80d0cf3dc5007bb5362623 SHA512 0f565dea36ccfe84a2a08a71845dae56ccecb6493e4b0bce543fc57b406ea03ed8c219c40a2917b3b53cca004b8b4a234f9e473a4f4ecd7e330a5b2501db1044

View File

@@ -1,33 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_10 )
inherit distutils-r1
DESCRIPTION="Tool/library for transforming/analyzing cluster configuration formats"
HOMEPAGE="https://pagure.io/clufter"
SRC_URI="https://pagure.io/${PN}/archive/v${PV}/${PN}-v${PV}.tar.gz"
S="${WORKDIR}/${PN}-v${PV}"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DOCS=( __root__/README )
DEPEND="dev-python/lxml
dev-libs/libxml2"
src_compile() {
# Build native extension first
pushd "${S}/__root__/ccs-flatten" || die
emake
popd || die
distutils-r1_src_compile
}

View File

@@ -1,11 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>andrea.postiglione@gmail.com</email>
<name>Andrea Postiglione</name>
</maintainer>
<upstream>
<remote-id type="github">jnpkrn/clufter</remote-id>
</upstream>
</pkgmetadata>