dev-python/neteria - 1.0.2 (flewkey-overlay)

Search

Package Information

Homepage:
https://github.com/ShadowBlip/Neteria
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
1.0.2 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..13} )

inherit distutils-r1

if [[ ${PV} == 9999 ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/ShadowBlip/Neteria.git"
else
	MY_PN="Neteria"
	MY_PV="e1f36e7d66bb86e54a620314f7b7352d3aca621a"
	MY_P="${MY_PN}-${MY_PV}"
	S="${WORKDIR}/${MY_P}"
	SRC_URI="https://github.com/ShadowBlip/Neteria/archive/${MY_PV}.tar.gz -> ${P}.gh.tar.gz"
	KEYWORDS="~amd64"
fi

DESCRIPTION="Open source game networking framework for Python"
HOMEPAGE="https://github.com/ShadowBlip/Neteria"
LICENSE="GPL-2"
SLOT="0"
RESTRICT="test"

RDEPEND="dev-python/rsa[${PYTHON_USEDEP}]"

Dependencies

RDEPEND

dev-python/rsa[${PYTHON_USEDEP}]

Manifest for 1.0.2

Type File Size Source URLs
DIST neteria-1.0.2.gh.tar.gz 38682 bytes https://github.com/ShadowBlip/Neteria/archive/e1f36e7d66bb86e54a620314f7b7352d3aca621a.tar.gz