summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/ajsonrpc/Manifest1
-rw-r--r--dev-python/ajsonrpc/ajsonrpc-1.2.0.ebuild18
-rw-r--r--dev-python/ajsonrpc/metadata.xml11
3 files changed, 30 insertions, 0 deletions
diff --git a/dev-python/ajsonrpc/Manifest b/dev-python/ajsonrpc/Manifest
new file mode 100644
index 000000000000..c4a4804c2c02
--- /dev/null
+++ b/dev-python/ajsonrpc/Manifest
@@ -0,0 +1 @@
+DIST ajsonrpc-1.2.0.tar.gz 22108 BLAKE2B 1ba7ebd68713c0951bbd309638a3de71a64877bdcac82f53228f6fea7189239d6bab643343b8d2ddb8978e276ddc8205b81190a00f85a0e169ca7552e75ed30c SHA512 958300ff858f1997012591cfb47d2ee1b7ba2f0a9577cb8568817ce7b490e13a5b757ea79153b4e6cf3aaf54e58e4ff925e25513f46b06e483b04b882f626b49
diff --git a/dev-python/ajsonrpc/ajsonrpc-1.2.0.ebuild b/dev-python/ajsonrpc/ajsonrpc-1.2.0.ebuild
new file mode 100644
index 000000000000..678c3293bdb8
--- /dev/null
+++ b/dev-python/ajsonrpc/ajsonrpc-1.2.0.ebuild
@@ -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
diff --git a/dev-python/ajsonrpc/metadata.xml b/dev-python/ajsonrpc/metadata.xml
new file mode 100644
index 000000000000..55eaddf99b38
--- /dev/null
+++ b/dev-python/ajsonrpc/metadata.xml
@@ -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>