dev-python/ajsonrpc: treeclean

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-03-24 10:22:02 +01:00
parent f4cc82a702
commit a85e4e1d1a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 2 additions and 50 deletions

View File

@ -621,10 +621,10 @@ There are 1941 Ebuilds in total, 1930 of them have in total 1949 (42 different)
|License| Ebuilds using it|
|-------|-----|
|MIT|1090|
|MIT|1089|
|Apache-2.0|449|
|GPL-3|130|
|BSD|109|
|BSD|110|
|LGPL-3|25|
|GPL-2|21|
|BSD-2|15|

View File

@ -1,3 +0,0 @@
DIST ajsonrpc-1.2.0.tar.gz 22108 BLAKE2B 1ba7ebd68713c0951bbd309638a3de71a64877bdcac82f53228f6fea7189239d6bab643343b8d2ddb8978e276ddc8205b81190a00f85a0e169ca7552e75ed30c SHA512 958300ff858f1997012591cfb47d2ee1b7ba2f0a9577cb8568817ce7b490e13a5b757ea79153b4e6cf3aaf54e58e4ff925e25513f46b06e483b04b882f626b49
EBUILD ajsonrpc-1.2.0.ebuild 605 BLAKE2B a3a29518611fc81c642f03833645e0ab878d31b5cd064c6fbde24a57badaccb2d14a099ea21751faaedbb97952a22dcc66e8c0eb6dd2323295bc5d43d8d4d0bf SHA512 4dab44e791ae5632c04069199571fc2dd95d8149ebb4fbfbccf468fccf5795a20fe45438782d88ccf6a384fef5537a11640d70a4b1ba3cc6082c295c3e9220b7
MISC metadata.xml 501 BLAKE2B 3eee7d92cad5745ff8ad722cedbd73f9ebd8345822d57a94e582cc1504a52b84ae91fda09d0660aced8f2b50a57ef914d2d72b3ef98d14f3f65913b8ba2f36e0 SHA512 bc2579717c8d9d3bbce74f3f1aee5f1c2a546044030607c2797642f426ca4d9f4f6f6101c213b07c796d3003a28934f5ac7f0624222390dba8470ecc356e5acd

View File

@ -1,29 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Async JSON-RPC 2.0 protocol + server powered by asyncio"
HOMEPAGE="https://github.com/pavlov99/ajsonrpc https://pypi.org/project/ajsonrpc/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -1,16 +0,0 @@
<?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">ajsonrpc</remote-id>
<remote-id type="github">pavlov99/ajsonrpc</remote-id>
<maintainer status="unknown">
<email>k@p99.io</email>
<name>Kirill Pavlov</name>
</maintainer>
</upstream>
</pkgmetadata>