dev-python/luadata - 1.0.5 (gerislay)

Search

Package Information

Description:
Serialize Python list & dictionary to Lua tables.
Homepage:
https://pypi.org/project/luadata/
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
1.0.5 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=8

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

inherit distutils-r1

DESCRIPTION="Serialize Python list & dictionary to Lua tables."
HOMEPAGE="https://pypi.org/project/luadata/"
SRC_URI="https://github.com/leafvmaple/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

distutils_enable_sphinx docs
distutils_enable_tests pytest

Manifest for 1.0.5

Type File Size Source URLs
DIST luadata-1.0.5.gh.tar.gz 8560 bytes https://github.com/leafvmaple/luadata/archive/v1.0.5.tar.gz