diff options
Diffstat (limited to 'dev-python/appi/appi-0.2.5.ebuild')
| -rw-r--r-- | dev-python/appi/appi-0.2.5.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-python/appi/appi-0.2.5.ebuild b/dev-python/appi/appi-0.2.5.ebuild new file mode 100644 index 000000000000..c7ec6b95a8e4 --- /dev/null +++ b/dev-python/appi/appi-0.2.5.ebuild @@ -0,0 +1,16 @@ +# Copyright 2020-2021 LiGurOs Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) + +inherit distutils-r1 + +DESCRIPTION="Another Portage Python Interface" +HOMEPAGE="https://pypi.org/project/appi/" +SRC_URI="https://files.pythonhosted.org/packages/80/db/7d6b5559ac5c9ce0ab453666dabd633b1b294e41f147cd270a271c2c8f81/appi-0.2.5.tar.gz" + +LICENSE="GPL-2" +SLOT="0/0" +KEYWORDS="*" +IUSE="" |
