mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 01:23:23 -04:00
dev-python/Pyro5: add new v5.13
dependency of net-misc/maestral Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Viorel Munteanu <ceamac.paragon@gmail.com>
This commit is contained in:
1
dev-python/Pyro5/Manifest
Normal file
1
dev-python/Pyro5/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST Pyro5-5.13.tar.gz 430458 BLAKE2B 0f5aba470f7532e34b881b89736f3f56ec2aa856c26be0b1071dad32e1b8e00d7c907105572aa6aac89807211e1178bf7004e5d4dfaa8a5a978a86db8379d975 SHA512 42ba1c36ddc3075b5b9c5210c8e6f7a3e8b7680bdb53295ed74e985c0df7d66a2450b3f7fdea942e8f996cd78b14e7e09f012702ccf4a932d9e305719a406791
|
||||
29
dev-python/Pyro5/Pyro5-5.13.ebuild
Normal file
29
dev-python/Pyro5/Pyro5-5.13.ebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Distributed object middleware for Python (RPC)"
|
||||
HOMEPAGE="https://pyro5.readthedocs.io/"
|
||||
SRC_URI="https://github.com/irmen/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="
|
||||
>=dev-python/serpent-1.40[${PYTHON_USEDEP}]
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
test? ( dev-python/pytest[${PYTHON_USEDEP}] )
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
PROPERTIES="test_network"
|
||||
RESTRICT="test"
|
||||
12
dev-python/Pyro5/metadata.xml
Normal file
12
dev-python/Pyro5/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>ceamac.paragon@gmail.com</email>
|
||||
<description>Primary maintainer</description>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">irmen/Pyro5</remote-id>
|
||||
<remote-id type="pypi">Pyro5</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user