1
0
flewkey-overlay/dev-python/neteria/neteria-1.0.2.ebuild

25 lines
466 B
Bash
Raw Normal View History

# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{5..9} )
DISTUTILS_USE_SETUPTOOLS=bdepend
inherit distutils-r1
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
KEYWORDS="~amd64"
DESCRIPTION="Open source game networking framework for Python"
HOMEPAGE="https://github.com/ShadowBlip/Neteria"
LICENSE="GPL-2"
SLOT="0"
DEPEND=""
RDEPEND="
${DEPEND}
dev-python/rsa
"
BDEPEND=""