From 7d9256cb50f31360d5d0ad978c982736275d6e3f Mon Sep 17 00:00:00 2001 From: Andreas Billmeier Date: Sun, 12 May 2024 07:27:51 +0200 Subject: [PATCH] dev-python/epicstore-api: new package, add 0.1.7 Closes: https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/3260 Signed-off-by: Andreas Billmeier --- README.md | 4 ++-- dev-python/epicstore-api/Manifest | 3 +++ .../epicstore-api/epicstore-api-0.1.7.ebuild | 23 +++++++++++++++++++ dev-python/epicstore-api/metadata.xml | 12 ++++++++++ 4 files changed, 40 insertions(+), 2 deletions(-) create mode 100644 dev-python/epicstore-api/Manifest create mode 100644 dev-python/epicstore-api/epicstore-api-0.1.7.ebuild create mode 100644 dev-python/epicstore-api/metadata.xml diff --git a/README.md b/README.md index a718d9cc3..6badb134f 100644 --- a/README.md +++ b/README.md @@ -617,11 +617,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E ## Licenses This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted. -There are 1786 Ebuilds in total, 1775 of them have in total 1794 (42 different) licenses assigned. +There are 1787 Ebuilds in total, 1776 of them have in total 1795 (42 different) licenses assigned. |License| Ebuilds using it| |-------|-----| -|MIT|1018| +|MIT|1019| |Apache-2.0|394| |GPL-3|106| |BSD|106| diff --git a/dev-python/epicstore-api/Manifest b/dev-python/epicstore-api/Manifest new file mode 100644 index 000000000..9be5779e1 --- /dev/null +++ b/dev-python/epicstore-api/Manifest @@ -0,0 +1,3 @@ +DIST epicstore_api-0.1.7.tar.gz 12760 BLAKE2B 04719eb18d4d108f83dcad38f5efbac45296c81ed528117f7e0ce2dd9c96bc34a7fb4dd778fd3d9c64521e81cc119ff6f7b18a44e2f9d61d2b3f906af723e983 SHA512 e91fab3b7e0c7ef95d1c358a4358e4de797aac5efb6229f55f2cd55433e5ddd48b0dbdaa358d469b6f49ff51c4dd08185bcf785434e9b868eacab97904f32d93 +EBUILD epicstore-api-0.1.7.ebuild 557 BLAKE2B 7645b7de278a2147d531d6844b71a146b5a47269e974a3386b2f09a1fe12711245bc05210cb02146b1d8828b052283559fadc322740c0aae3dd98c386404e843 SHA512 d124d7d51d855dac3797df5fe3086d50831433d7a56f171c8abc309e1843716396c727499c516d1efcd80719092976897b6e2913bc184758e8ebe1dbda882c40 +MISC metadata.xml 393 BLAKE2B 6a3c9f0dcada5219964e74888a3c14d5c20ce966d2d5053f0a96e9351e8a210d80a7a701c0ce8bb41b89232aa7c989a2aa842e971e0b54c6634b91cc767872c2 SHA512 8b3ec31fbf47361db4619b4ebc4ac3e6c036c91d06a445bea61451a96c00ce687f4756071c7daa860c896647bc2ab89a1f7f4c9c446faff54eca099bdb546486 diff --git a/dev-python/epicstore-api/epicstore-api-0.1.7.ebuild b/dev-python/epicstore-api/epicstore-api-0.1.7.ebuild new file mode 100644 index 000000000..84fe0f266 --- /dev/null +++ b/dev-python/epicstore-api/epicstore-api-0.1.7.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{11..13} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 pypi + +DESCRIPTION="An API wrapper for Epic Games Store written in Python" +HOMEPAGE="https://github.com/SD4RK/epicstore_api https://pypi.org/project/epicstore-api/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 arm arm64 x86" +IUSE="test" +RESTRICT="!test? ( test )" + +DOCS="README.md" + +RDEPEND="dev-python/requests[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest diff --git a/dev-python/epicstore-api/metadata.xml b/dev-python/epicstore-api/metadata.xml new file mode 100644 index 000000000..ff6eb3d36 --- /dev/null +++ b/dev-python/epicstore-api/metadata.xml @@ -0,0 +1,12 @@ + + + + + b@edevau.net + Andreas Billmeier + + + epicstore-api + SD4RK/epicstore_api + +