mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
Closes: https://bugs.gentoo.org/931430 Closes: https://bugs.gentoo.org/921874 Signed-off-by: Julien Roy <julien@jroy.ca>
17 lines
413 B
Bash
17 lines
413 B
Bash
# Copyright 1999-2024 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
DISTUTILS_USE_PEP517=setuptools
|
|
PYTHON_COMPAT=( python3_{10..13} )
|
|
|
|
inherit distutils-r1 pypi
|
|
|
|
DESCRIPTION="Convert string cases between camel case, pascal case, snake case etc."
|
|
HOMEPAGE="https://github.com/okunishinishi/python-stringcase"
|
|
|
|
LICENSE="MIT"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~hppa ~ia64 ~x86"
|