Browse Source
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fralarig-LibreTranslate
3 changed files with 29 additions and 0 deletions
@ -0,0 +1 @@
|
||||
DIST confu-1.7.1.tar.gz 15353 BLAKE2B 671fefe907d533772f4274c83cd13406b340bf5f9600fe4742f6952459f6cbc6133932ff5b1e9751e7c1022a02bbc1ef4db65af5528617daade37cc3784091f8 SHA512 13e2d5ddd6747611bdb9311c67298700082ea35c88c6ee0d696bae68459fc9e27101790a7bd190fba9faa3dff1742c8392091233728fa4683819a68b77980951 |
@ -0,0 +1,20 @@
|
||||
# Copyright 2021 Gentoo Authors |
||||
# Distributed under the terms of the GNU General Public License v2 |
||||
|
||||
EAPI=7 |
||||
|
||||
PYTHON_COMPAT=( python3_8 ) |
||||
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="" |
@ -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 new issue