dev-python/epicstore-api: new package, add 0.1.7
Closes: #3260 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
fb751a3b3d
commit
7d9256cb50
@ -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|
|
||||
|
3
dev-python/epicstore-api/Manifest
Normal file
3
dev-python/epicstore-api/Manifest
Normal file
@ -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
|
23
dev-python/epicstore-api/epicstore-api-0.1.7.ebuild
Normal file
23
dev-python/epicstore-api/epicstore-api-0.1.7.ebuild
Normal file
@ -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
|
12
dev-python/epicstore-api/metadata.xml
Normal file
12
dev-python/epicstore-api/metadata.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">epicstore-api</remote-id>
|
||||
<remote-id type="github">SD4RK/epicstore_api</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user