Rename dev-python/{pyro → Pyro4}

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2021-09-14 08:39:48 +02:00
parent 6eeb1f7c10
commit a310b68a88
6 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,6 @@ IUSE="doc examples test"
RESTRICT="!test? ( test )"
RDEPEND="
!dev-python/pyro:0
>=dev-python/serpent-1.27[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
test? (

View File

@@ -29,7 +29,7 @@ BDEPEND="
>=dev-python/msgpack-0.3.0[${PYTHON_USEDEP}]
dev-python/pycurl[${PYTHON_USEDEP}]
>=dev-python/pymongo-3.3.0[${PYTHON_USEDEP}]
dev-python/pyro:4[${PYTHON_USEDEP}]
dev-python/Pyro4[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
>=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
>=dev-python/redis-py-3.3.11[${PYTHON_USEDEP}]
@@ -66,7 +66,7 @@ pkg_postinst() {
optfeature "Amazon SQS backend" "dev-python/boto3 dev-python/pycurl"
optfeature "Etcd backend" dev-python/python-etcd
optfeature "MongoDB backend" dev-python/pymongo
optfeature "Pyro 4 backend" dev-python/pyro:4
optfeature "Pyro 4 backend" dev-python/Pyro4
optfeature "Redis backend" dev-python/redis-py
optfeature "sqlalchemy backend" dev-python/sqlalchemy
optfeature "yaml backend" dev-python/pyyaml

View File

@@ -25,5 +25,5 @@ distutils_enable_tests setup.py
pkg_postinst() {
optfeature "Gui support" dev-python/wxpython
optfeature "Support of remote readers with Pyro" dev-python/pyro
optfeature "Support of remote readers with Pyro" dev-python/Pyro4
}

View File

@@ -11,3 +11,4 @@ move dev-python/u-msgpack dev-python/u-msgpack-python
move sci-physics/geant-vmc sci-physics/geant4_vmc
move dev-python/beautifulsoup dev-python/beautifulsoup4
slotmove dev-python/beautifulsoup4 4 0
move dev-python/pyro dev-python/Pyro4