mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 19:43:24 -04:00
dev-python/clufter: initial ebuild 0.77.2
Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Andrea Postiglione <andrea.postiglione@gmail.com>
This commit is contained in:
21
dev-python/clufter/clufter-0.77.2.ebuild
Normal file
21
dev-python/clufter/clufter-0.77.2.ebuild
Normal file
@@ -0,0 +1,21 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
PYTHON_COMPAT=( python3_{6,7,8,9} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Tool/library for transforming/analyzing cluster configuration formats"
|
||||
HOMEPAGE="https://pagure.io/clufter"
|
||||
SRC_URI="https://pagure.io/clufter/archive/v0.77.2/clufter-v0.77.2.tar.gz"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="GPL-2"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-python/lxml
|
||||
dev-libs/libxml2"
|
||||
|
||||
S="${WORKDIR}/${PN}-v${PV}"
|
||||
Reference in New Issue
Block a user