aboutsummaryrefslogtreecommitdiff
path: root/dev-python/toml/toml-0.10.2.ebuild
blob: 41aacef2a78813798dfc6b3987901bc1de8bf270 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#
# ~~~ dev-python/toml
#
# ~~~ a TOML library
#

#
# ~~~ metadata

# portage info
EAPI=8
SLOT=0

KEYWORDS="amd64"

# info
HOMEPAGE="https://github.com/uiri/toml/"
DESCRIPTION="A Python library for TOML"
LICENSE="MIT"

# package data
SRC_URI="https://github.com/uiri/toml/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

#
# ~~~ dependencies

# python setup
DISTUTILS_USE_PEP517="setuptools"
PYTHON_COMPAT=( python3_{3..14} )

inherit distutils-r1