diff options
| author | Michał Górny <mgorny@gentoo.org> | 2023-03-15 18:44:27 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 04:42:10 +0100 |
| commit | faa9613984f3ec084717498d0ef48ece7c9f1de6 (patch) | |
| tree | 8a47183d4fb58478dc234af28c1590ee982e98b1 /dev-python | |
| parent | d57773eb943ffb9ca311d0dc0026bc59c50f6daa (diff) | |
| download | gentoo-faa9613984f3ec084717498d0ef48ece7c9f1de6.tar.gz gentoo-faa9613984f3ec084717498d0ef48ece7c9f1de6.tar.bz2 gentoo-faa9613984f3ec084717498d0ef48ece7c9f1de6.zip | |
dev-python/ajsonrpc: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/ajsonrpc/ajsonrpc-1.2.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/ajsonrpc/ajsonrpc-1.2.0.ebuild b/dev-python/ajsonrpc/ajsonrpc-1.2.0.ebuild index bfa852e6ab9d..729fc3137419 100644 --- a/dev-python/ajsonrpc/ajsonrpc-1.2.0.ebuild +++ b/dev-python/ajsonrpc/ajsonrpc-1.2.0.ebuild @@ -5,12 +5,11 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Async JSON-RPC 2.0 protocol + server powered by asyncio" HOMEPAGE="https://github.com/pavlov99/ajsonrpc" # Don't use GH for now; seems to not have valid version set -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" |
