summaryrefslogtreecommitdiff
path: root/dev-python/inflection
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-25 12:41:44 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-25 12:41:44 +0000
commit689a865f2e1044a4bf1c8fdceab47c4d87a282c0 (patch)
tree14cd1aab233010630750ccb86d90e3741a83fa82 /dev-python/inflection
parent4fdeebf08b9afa9ef1e1e0f79862aa4e1e2471f3 (diff)
downloadbaldeagleos-repo-689a865f2e1044a4bf1c8fdceab47c4d87a282c0.tar.gz
baldeagleos-repo-689a865f2e1044a4bf1c8fdceab47c4d87a282c0.tar.xz
baldeagleos-repo-689a865f2e1044a4bf1c8fdceab47c4d87a282c0.zip
Adding metadata
Diffstat (limited to 'dev-python/inflection')
-rw-r--r--dev-python/inflection/inflection-0.5.1-r1.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/inflection/inflection-0.5.1-r1.ebuild b/dev-python/inflection/inflection-0.5.1-r1.ebuild
new file mode 100644
index 000000000000..eb03c79f9a4f
--- /dev/null
+++ b/dev-python/inflection/inflection-0.5.1-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="A port of Ruby on Rails' inflector to Python"
+HOMEPAGE="https://github.com/jpvanhal/inflection"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest