dev-python/munge: 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
495db7a8ac
commit
50f1ec74b3
1
dev-python/munge/Manifest
Normal file
1
dev-python/munge/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST munge-1.2.0.tar.gz 13866 BLAKE2B 61ac14fbdfd15db1a36470ac266ca4eada7ec5a55e1eefe0194ca708f1b78f4c5825409ed8287f8b3169665b33fb1e2478310493a607940bfd84f905d12772dd SHA512 4fcf8cba2e7ab9503ee04751d968b6bc633492e9817c044e84207f6cfa59f3e989acc4589f2e168f2f4c063fa4ea3b0c23bb32b644d545d48a7c19adafd78ec3
|
8
dev-python/munge/metadata.xml
Normal file
8
dev-python/munge/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>
|
26
dev-python/munge/munge-1.2.0.ebuild
Normal file
26
dev-python/munge/munge-1.2.0.ebuild
Normal file
|
@ -0,0 +1,26 @@
|
|||
# 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="data manipulation library and client"
|
||||
HOMEPAGE="https://pypi.org/project/munge/
|
||||
https://github.com/20c/munge/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEPEND="
|
||||
dev-python/click[${PYTHON_USEDEP}]
|
||||
dev-python/pyyaml[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/toml[${PYTHON_USEDEP}]
|
||||
dev-python/tomlkit[${PYTHON_USEDEP}]
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
Loading…
Reference in a new issue