dev-python/cfu: New package
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr
This commit is contained in:
parent
a096af2f8a
commit
768589592a
1
dev-python/cfu/Manifest
Normal file
1
dev-python/cfu/Manifest
Normal file
|
@ -0,0 +1 @@
|
||||||
|
DIST cfu-1.5.0.tar.gz 19877 BLAKE2B 8bf1c895b1e7de8e59bbffeb7527b865806d57a03b16aa748d0f4a44f18dc90f3a3ac4eea2015bc4febd3bfa4497733ac0b689439d9f81bd05cd0e6d2eba3f31 SHA512 09b49c891d9c082ff1705be5144f89a36b7482ee2c67002b3178b6a83cb1cc99dcd09a779441c0b0e14e30dda1acbefe1f040534244274e75f9448f5c896b9dd
|
20
dev-python/cfu/cfu-1.5.0.ebuild
Normal file
20
dev-python/cfu/cfu-1.5.0.ebuild
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Copyright 2021 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
PYTHON_COMPAT=( python3_{6..9} )
|
||||||
|
inherit distutils-r1
|
||||||
|
|
||||||
|
DESCRIPTION="Configuration file validation and generation"
|
||||||
|
HOMEPAGE="https://pypi.org/project/confu/
|
||||||
|
https://github.com/20c/confu"
|
||||||
|
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="Apache-2.0"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
|
||||||
|
DEPEND=""
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
BDEPEND=""
|
8
dev-python/cfu/metadata.xml
Normal file
8
dev-python/cfu/metadata.xml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>alarig@swordarmor.fr</email>
|
||||||
|
<name>Alarig Le Lay</name>
|
||||||
|
</maintainer>
|
||||||
|
</pkgmetadata>
|
Loading…
Reference in a new issue