mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-python/ajsonrpc: initial import
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
1
dev-python/ajsonrpc/Manifest
Normal file
1
dev-python/ajsonrpc/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST ajsonrpc-1.2.0.tar.gz 22108 BLAKE2B 1ba7ebd68713c0951bbd309638a3de71a64877bdcac82f53228f6fea7189239d6bab643343b8d2ddb8978e276ddc8205b81190a00f85a0e169ca7552e75ed30c SHA512 958300ff858f1997012591cfb47d2ee1b7ba2f0a9577cb8568817ce7b490e13a5b757ea79153b4e6cf3aaf54e58e4ff925e25513f46b06e483b04b882f626b49
|
||||
18
dev-python/ajsonrpc/ajsonrpc-1.2.0.ebuild
Normal file
18
dev-python/ajsonrpc/ajsonrpc-1.2.0.ebuild
Normal file
@@ -0,0 +1,18 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8,9,10} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Async JSON-RPC 2.0 protocol + server powered by asyncio"
|
||||
HOMEPAGE="https://github.com/pavlov99/ajsonrpc"
|
||||
#SRC_URI="https://github.com/pavlov99/ajsonrpc/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
11
dev-python/ajsonrpc/metadata.xml
Normal file
11
dev-python/ajsonrpc/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>python@gentoo.org</email>
|
||||
</maintainer>
|
||||
<stabilize-allarches/>
|
||||
<upstream>
|
||||
<remote-id type="github">encode/starlette</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user