1
0

games-util/mcdreforged: new package, add 2.13.0

This commit is contained in:
Puqns67 2024-07-13 15:28:16 +08:00
parent 1e9d528054
commit 4e61d0991e
Signed by: Puqns67
GPG Key ID: 9669DF042554F536
3 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST mcdreforged-2.13.0.tar.gz 185539 BLAKE2B 46074e4219a766e7e919becb4b363cc113b69b33eb9ab3a4459091b753b4a63c85def09deec83fcada2a8eb965619acfe405ec77d04694a4f41e8c91b093a006 SHA512 8cef237fcd09c886484b08aedc3311a95132c4aafb3fe0885a075867b71db8cf5f13945031d5aa25449d2abce3b8185742ac932dc73e6a58976850d3fca228e3

View File

@ -0,0 +1,36 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_12 )
inherit distutils-r1 pypi
DESCRIPTION="A rewritten version of MCDaemon, a python tool to control your Minecraft server"
HOMEPAGE="
https://mcdreforged.com/
https://github.com/MCDReforged/MCDReforged
https://pypi.org/project/mcdreforged
"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
>=dev-python/colorlog-6.4[${PYTHON_USEDEP}]
>=dev-python/colorama-0.4.4[${PYTHON_USEDEP}]
>=dev-python/packaging-23[${PYTHON_USEDEP}]
>=dev-python/parse-1.18[${PYTHON_USEDEP}]
=dev-python/prompt-toolkit-3*[${PYTHON_USEDEP}]
>=dev-python/psutil-5.8[${PYTHON_USEDEP}]
>=dev-python/requests-2.26[${PYTHON_USEDEP}]
dev-python/resolvelib[${PYTHON_USEDEP}]
=dev-python/ruamel-yaml-0*[${PYTHON_USEDEP}]
>=dev-python/typing-extensions-4.6[${PYTHON_USEDEP}]
dev-python/wcwidth[${PYTHON_USEDEP}]
"
distutils_enable_tests unittest

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>me@puqns67.icu</email>
<name>Puqns67</name>
</maintainer>
<upstream>
<doc>https://docs.mcdreforged.com/</doc>
<bugs-to>https://github.com/MCDReforged/MCDReforged/issues</bugs-to>
<remote-id type="github">MCDReforged/MCDReforged</remote-id>
<remote-id type="pypi">mcdreforged</remote-id>
</upstream>
</pkgmetadata>