View Raw Ebuild
# automatically generated by g-sorcery
# please do not edit this file
EAPI=8
REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="${PV}"
DIGEST_SOURCES="yes"
PYTHON_COMPAT=( python{3_11,3_12,3_13,3_14} )
DISTUTILS_USE_PEP517=standalone
inherit python-r1 gs-pypi
DESCRIPTION="An easy to use variable sharing library for Python using Memcached to can quickly share complex objects between processes as if they had shared memory."
HOMEPAGE="https://github.com/YacobBY/Easy_Globals"
LICENSE=""
SRC_URI="https://files.pythonhosted.org/packages/83/a1/a1b7f42dda5bef3fce20f8dddada6c57c212478cb454636474fa8fea4729/easyglobals-${REALVERSION}.tar.gz"
SOURCEFILE="easyglobals-${REALVERSION}.tar.gz"
RESTRICT="test"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPENDENCIES="dev-python/pymemcache[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"