add fivem-api-0.1.2
This commit is contained in:
parent
d306dbe8f3
commit
47f4725d02
3
dev-python/fivem-api/Manifest
Normal file
3
dev-python/fivem-api/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST fivem-api-0.1.2.tar.gz 3590 BLAKE2B 62e372b0bf76cf6534662f41360fb77fbc0b2ce3c9f8c4e49734fe510097edb589ab7630c90781f6b85af57db162a6c25f890461ee7ecc795c32a5054f4c4743 SHA512 2dd3ef509d8d91d72dd3e994a28f64b0b9f5d0b02acbf6bb1e80fb6d5eb127e45ddb31e9a0ba7f4ac73836b331f368c8315904320ef017c3c10a5da5bf094630
|
||||
EBUILD fivem-api-0.1.2.ebuild 767 BLAKE2B 63bee55151ca0ca635621ad6ff049e385021d71f22d814154fc21a227f15fa32ae180b34cb9b6accfe52be1cc5989afe65c8011af254a5fd1fb454080976b2d9 SHA512 ab53453e2c9906de5db5efc0f1261629933067e665a58dfd786a0b3c7b195f2028972c8afacd5707bb7324a4605d6da4256aec57427062bce9cec5cdf6e26a3c
|
||||
MISC metadata.xml 461 BLAKE2B d2703c4cb7dae7b608fc6f6f156303e0441f3490c79362f67837cea130a2fd1b54878890854749c00c2f265fd46aafd9cea2939c7c781ad0e27e7c4b40bf4431 SHA512 e886af3384d875a158441821298dd4c6b51175d4023b7c2e24d33d3f313112988acaa52edbfc9aa00e9b91bfe78937923723ef29069c52220677358e5471d9c1
|
||||
32
dev-python/fivem-api/fivem-api-0.1.2.ebuild
Normal file
32
dev-python/fivem-api/fivem-api-0.1.2.ebuild
Normal file
@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A library to query info, players and resources from FiveM server"
|
||||
HOMEPAGE="https://github.com/Sander0542/fivem-api https://pypi.org/project/fivem-api/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/aiohttp-3.8.1[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools_scm[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
15
dev-python/fivem-api/metadata.xml
Normal file
15
dev-python/fivem-api/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?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">fivem-api</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>contact@sanderjochems.com</email>
|
||||
<name>Sander Jochems</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
x
Reference in New Issue
Block a user