mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
Merge updates from master
This commit is contained in:
@@ -15,7 +15,7 @@ S="${WORKDIR}/${P}"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ppc64"
|
||||
KEYWORDS="amd64 arm64 ppc64"
|
||||
|
||||
DEPEND="
|
||||
>=virtual/jdk-1.8:*
|
||||
|
||||
@@ -15,7 +15,7 @@ S="${WORKDIR}/${P/jetbrains/java}"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ppc64"
|
||||
KEYWORDS="amd64 arm64 ppc64"
|
||||
|
||||
DEPEND=">=virtual/jdk-11:*" # module-info
|
||||
RDEPEND=">=virtual/jre-1.8:*"
|
||||
|
||||
@@ -30,7 +30,7 @@ S="${WORKDIR}/${P}"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ppc64"
|
||||
KEYWORDS="amd64 arm64 ppc64"
|
||||
|
||||
BDEPEND="app-arch/unzip"
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ S="${WORKDIR}/xmlunit-${PV}/xmlunit-core"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ppc64"
|
||||
KEYWORDS="amd64 arm64 ppc64"
|
||||
|
||||
DEPEND="
|
||||
>=dev-java/jaxb-api-2.3.3-r2:2
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
DIST orderly_set-5.4.1.tar.gz 20943 BLAKE2B 4828cca61ca512de5cb4818515bc3c9eaab24a1e4df5187c4c3deee145cf0bef1123c719276e369bd4a6faaed7a309559a991515a741ed97929139ef3a5e5fb1 SHA512 3806247f3893dcb7a532e95ba8ccca85b3d478e393868de126fefff83514725449c9ecffebc781815e70c0e94ee641dad1d10a1d13e548b28035d5b6c24de4e7
|
||||
DIST orderly_set-5.5.0.tar.gz 27414 BLAKE2B 84b6164189db1c1830616869ab46667a0c2106cad12ed1b1005ea0c4bad24ec843451e40defb4a72410a16df22597ae4e9c374a50d36d46ccd7bd1c1d6441670 SHA512 3fc85cc0e84329aa85e797c0b1fbd909cb2a4f482134eec4e4ada680a9e0d1a3fdf67ecd3521c67c10b9988358ebceddb060e2da0e18f0d2fd59d81227f94190
|
||||
|
||||
@@ -1,29 +0,0 @@
|
||||
# Copyright 2024-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A package containing multiple implementations of Ordered Set"
|
||||
HOMEPAGE="
|
||||
https://github.com/seperman/orderly-set/
|
||||
https://pypi.org/project/orderly-set/
|
||||
"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 ~x86"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
src_prepare() {
|
||||
distutils-r1_src_prepare
|
||||
|
||||
# unconditional mypy dep for a test that is not even run
|
||||
# https://github.com/seperman/orderly-set/pull/5
|
||||
sed -i -e '/mypy\.api/d' tests/*.py || die
|
||||
}
|
||||
@@ -1,3 +1 @@
|
||||
DIST os_service_types-1.8.0.tar.gz 27279 BLAKE2B 5a310fdcedaed7ef91526b12497fd2ffbaf544b563ef1d775dcb1fde52feb3aa7d6112b3ae1ce91b7a5db2bd4768a016b33a5f49ec713c95cdac77f1d68eb006 SHA512 b25512268c8f66e555acedf8481830163aec63d06c8438ecee1b5ab1ed18136406c74fb1e6661791959d5cb21ef278603b5f49a2d89dddd73c76c445206bd6f2
|
||||
DIST os_service_types-1.8.1.tar.gz 27348 BLAKE2B 7efa63dd92f5aa7830a9b823f0c14c6e264658b60905d76d8daa3e3b86f21b83927ed96c591350202b7f2d9628fceb52099e6fc1fc70ae2de534de4ebde5b111 SHA512 bca76791c32f54acc81b4aa478850313ff3cdef02ad349b62810f1fdfed18dc9097657a4f9069c9fc97529e819dcf2c8d526fde05801fda7beb919a04f553f62
|
||||
DIST os_service_types-1.8.2.tar.gz 27476 BLAKE2B 17084545aa6183822a81a5dfb1bf543dc0457dabb66c54c14038a13e834a7d018eda16833828e16de15cb4daaf4d700979fad6d7a10871effa1ea52ec8ee7e7b SHA512 a7e62855848496b31c784b2e8cb025c4ae4ea4cb47ed55f4ab1a05d5c654e93975ad2334ee8e1a9c12683ebbb224319aa10fd4bb6be0f709e7753e9fa322ef7c
|
||||
|
||||
@@ -1,35 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=pbr
|
||||
PYTHON_COMPAT=( python3_{12..14} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A library to handle official service types for OpenStack and it's aliases"
|
||||
HOMEPAGE="
|
||||
https://opendev.org/openstack/os-service-types/
|
||||
https://github.com/openstack/os-service-types/
|
||||
https://pypi.org/project/os-service-types/
|
||||
"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm arm64 ~riscv x86"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/pbr-6.1.1[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="
|
||||
${RDEPEND}
|
||||
test? (
|
||||
>=dev-python/keystoneauth1-3.4.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/oslotest-3.8.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests unittest
|
||||
@@ -1,36 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=pbr
|
||||
PYTHON_COMPAT=( python3_{12..14} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A library to handle official service types for OpenStack and it's aliases"
|
||||
HOMEPAGE="
|
||||
https://opendev.org/openstack/os-service-types/
|
||||
https://github.com/openstack/os-service-types/
|
||||
https://pypi.org/project/os-service-types/
|
||||
"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm arm64 ~riscv x86"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/pbr-6.1.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/typing-extensions-4.1.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="
|
||||
${RDEPEND}
|
||||
test? (
|
||||
>=dev-python/keystoneauth1-3.4.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/oslotest-3.8.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests unittest
|
||||
@@ -1,2 +1 @@
|
||||
DIST oslo_context-6.1.0.tar.gz 34665 BLAKE2B 895defe1c3e069fed06c0f6109850258bdb36f74bbef1a7eaf6e8a05c776b7ab03c97a641091a914a3b706928f210f1471bc5fdc87b766d4e027776305e0e820 SHA512 8cdaa209514e673a3fbe316388f6ff14300bc4aa00fb52337dd648031e15eaccec26dd23b5ed955ce664dfc6bf90b11004489d6327fdbd46b8f156b96b149dd1
|
||||
DIST oslo_context-6.2.0.tar.gz 34983 BLAKE2B 5433de70d7342dc5106c5a842fb5a96362aa0b2f81ac834e662fcae5fb0302ea544232114707eeb231e57c5dc8ecce4eedf52d0592580fc0c20365bc300508d1 SHA512 ed28670e68a05fcf163f9cf47b6e0df659073a2de50271d7ef22685aa54802d01801d33482b734f52d795d90c6570a23275d7065195085ba4df9c8d61b71788d
|
||||
|
||||
@@ -1,36 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=pbr
|
||||
PYPI_PN=${PN/-/.}
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Helpers to maintain useful information about a request context"
|
||||
HOMEPAGE="
|
||||
https://opendev.org/openstack/oslo.context/
|
||||
https://github.com/openstack/oslo.context/
|
||||
https://pypi.org/project/oslo.context/
|
||||
"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm arm64 ~riscv x86"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/typing-extensions-4.12.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="
|
||||
test? (
|
||||
>=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests unittest
|
||||
distutils_enable_sphinx doc/source \
|
||||
dev-python/openstackdocstheme
|
||||
@@ -1,3 +1 @@
|
||||
DIST oslo_i18n-6.6.0.tar.gz 48149 BLAKE2B 06338331d78896884c05d615d5c53c0e5b24ccb46de1d7d03638b8e951817bc62c305e202436f5ac5375fe0314c8aea5b61c78f07c688a30c33525b43fbed5d9 SHA512 a3539ffe9bdf3cd9d429df3d8d9bb7aa5c59aa067df09ae057ce84377db31c22ad6293462c46d6c47cafc5ada1185665aca0ce710c9859db4bbf70d48479ae83
|
||||
DIST oslo_i18n-6.7.0.tar.gz 49669 BLAKE2B 5a96426232c5d7955c349a797fa861a6b4ba5215bb53fe3c715018b7d56a7eb660accdfe4294d7a29525b46e0be734daa3be57c0f1a87b5eaa0cdc9ad8b27465 SHA512 f2effdd334f47158f241d9b25c88acb7e3890e846786011da80a64a2e3f4b7017d9924521fdf7bebcc6bebe970706fd78acb45e20f3114489420d943b760e570
|
||||
DIST oslo_i18n-6.7.1.tar.gz 49721 BLAKE2B 7e67605d1faed6f36ed0639d82b6bf0e99cafb7cf2e4db25a37042ab25773e8ae5c3d226f7db2614b4ad485ebdfd1e7688eb9b48c8c069b8d929917525192784 SHA512 ad340ea02997654e97d23de7a662e6f2e92bb19e20979a7a815cb0a2013fd40ef7342c75a256966bb5b6c4ebc70903de2cfa1478c051d759af0ea0a91df8f26a
|
||||
|
||||
@@ -1,33 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=pbr
|
||||
PYPI_PN=${PN/-/.}
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Oslo i18n library"
|
||||
HOMEPAGE="
|
||||
https://opendev.org/openstack/oslo.i18n/
|
||||
https://github.com/openstack/oslo.i18n/
|
||||
https://pypi.org/project/oslo.i18n/
|
||||
"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm arm64 ~riscv x86"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="
|
||||
test? (
|
||||
>=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests unittest
|
||||
@@ -1,33 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=pbr
|
||||
PYPI_PN=${PN/-/.}
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Oslo i18n library"
|
||||
HOMEPAGE="
|
||||
https://opendev.org/openstack/oslo.i18n/
|
||||
https://github.com/openstack/oslo.i18n/
|
||||
https://pypi.org/project/oslo.i18n/
|
||||
"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="
|
||||
test? (
|
||||
>=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests unittest
|
||||
@@ -1,2 +1 @@
|
||||
DIST oslo_serialization-5.8.0.tar.gz 35227 BLAKE2B f7d0bb8eb5c8f73193f66a595993f509bab3bb02dc65574f64c0656969fc69caf2f8abeea70326f965e932d70f05ddf400818ca56acdef625649e0460191aec4 SHA512 16e441e7966b77ca304462300a3d6d61b3e7040de4dfb521da991d74ce755457121a417def5f4087ec8db8c9525009c7b0cdc68d15a0ef9b57025549180e820e
|
||||
DIST oslo_serialization-5.9.0.tar.gz 36949 BLAKE2B ed1bc228b4f370efb37eb893b64db1ceca58518fb3fedb3c1989c1c552d578e8d950211f5321fc337f00f3d90ab0f133ef5dc913bb32ddfd017f2aaadbabb686 SHA512 0d16a91f9d32ee8083cb50e850ed691f1d5045c3fb3cdced49174bf48fdf1c5b7ba47c6e326177e0a2ab565698a7efb2285f36dc89eb043c3c3b5dfeae3e0da9
|
||||
|
||||
@@ -1,38 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=pbr
|
||||
PYPI_PN=${PN/-/.}
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Oslo Serialization library"
|
||||
HOMEPAGE="
|
||||
https://opendev.org/openstack/oslo.serialization/
|
||||
https://github.com/openstack/oslo.serialization/
|
||||
https://pypi.org/project/oslo.serialization/
|
||||
"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm arm64 ~riscv x86"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/msgpack-0.5.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
|
||||
dev-python/tzdata[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="
|
||||
test? (
|
||||
>=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
|
||||
>=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests unittest
|
||||
distutils_enable_sphinx doc/source \
|
||||
dev-python/openstackdocstheme
|
||||
@@ -1,2 +1 @@
|
||||
DIST oslo_utils-9.1.0.tar.gz 138207 BLAKE2B 2cea136fe949b16daf98b7f3ec92a73c86923d9bf101c215d572a7aa40502577fe5369b56e4d18fa1a58ebaa829f8241fc1e9add398f40fe8d67e834ca479e2a SHA512 8c654c363980470f2c25bc462370019c717a59152af57d366dbf73306542a0513a007bda48d36b27f3edeb6aafd19a8cc3cbd79d50d8eab7fd0a01b197d58835
|
||||
DIST oslo_utils-9.2.0.tar.gz 142524 BLAKE2B 6eab7fadbbb69c99e1c64b9442d28c6ced17f867d31bee72dda11fbdb180a19c1e648427b8d7560b600bcb834c1850cb3963548903ff19e3fcf8a11b3aa6a954 SHA512 ed6def990d94026637bc3143c881537b5a04d38e1e13f798a2e32d106a3056f110f147fd547a18d64bdd22f44a8de5f31a38e2f5d75dfb1fbe18ec33f5258533
|
||||
|
||||
@@ -1,66 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=pbr
|
||||
PYPI_PN=${PN/-/.}
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
|
||||
inherit check-reqs distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Oslo Utility library"
|
||||
HOMEPAGE="
|
||||
https://opendev.org/openstack/oslo.utils/
|
||||
https://github.com/openstack/oslo.utils/
|
||||
https://pypi.org/project/oslo.utils/
|
||||
"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm arm64 ~riscv x86"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
|
||||
>=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/netaddr-0.10.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/packaging-20.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/pbr-6.1.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/psutil-3.2.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]
|
||||
dev-python/tzdata[${PYTHON_USEDEP}]
|
||||
"
|
||||
# qemu needed for qemu-img
|
||||
BDEPEND="
|
||||
test? (
|
||||
app-cdr/cdrtools
|
||||
app-emulation/qemu
|
||||
>=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests unittest
|
||||
|
||||
# note this only applies to USE=test
|
||||
CHECKREQS_DISK_BUILD=8G
|
||||
|
||||
pkg_pretend() {
|
||||
use test && check-reqs_pkg_pretend
|
||||
}
|
||||
|
||||
pkg_setup() {
|
||||
use test && check-reqs_pkg_setup
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
distutils-r1_src_prepare
|
||||
|
||||
# require eventlet
|
||||
rm oslo_utils/tests/test_eventletutils.py || die
|
||||
}
|
||||
@@ -1,2 +1 @@
|
||||
DIST oslotest-5.0.1.tar.gz 37507 BLAKE2B 5674a209718db844c93447870890ad1cca60423e82f1db82b058a34ee90429cc9397ca1fbfbfa601a826db98fc3df522f36ec35fe4c1839cf66df667ea76e473 SHA512 08e11bc945a6e032a4262d566fa7903d0507b286c26257e63863558c32690be78d684942e90130fdabdfcfebca1ec0c3d491de310c7b05ac025cc9572cb5c7cc
|
||||
DIST oslotest-6.0.0.tar.gz 32997 BLAKE2B 5943f211d1a1d6c0f1b9700be935792c7f83a6db4dc7604afe1f4645939d2e113960c2fd258fe46e08e6f7f653f76bcbc5cb1b5c2e9a30524be7a8f81c50063f SHA512 4541f4fd4cb5ed4e903076fbcb58514709bbf3a9400964a8d54a5708ef8015b75023ef1442eb50980b78e0e794c6c4f95ae6cd75e8c8555fe897862f3d77fbdc
|
||||
|
||||
@@ -1,35 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Oslo test framework"
|
||||
HOMEPAGE="
|
||||
https://opendev.org/openstack/oslotest/
|
||||
https://github.com/openstack/oslotest/
|
||||
https://pypi.org/project/oslotest/
|
||||
"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~riscv ~s390 x86"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="
|
||||
>=dev-python/pbr-1.8[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
distutils_enable_tests unittest
|
||||
|
||||
src_prepare() {
|
||||
sed -i -e '/subunit/d' requirements.txt || die
|
||||
distutils-r1_src_prepare
|
||||
}
|
||||
@@ -1,2 +1,4 @@
|
||||
DIST ytmusicapi-1.11.1.tar.gz 317409 BLAKE2B 6047a8aa58a8dbc1320775a13e2fe410d0a4994fe7ffc7e7210183e736fd203c6a70207c3f4244526150cea1079f0203a594416b0e28d82c5d8584c89535d679 SHA512 eefaba7204fc1346e03a5e7c08ec48e17c2edf23db7cd2270ad7f380d9d49927a77fe7796fb1e9e38fb2b89d21da8d89b78a895e870082770a76833878e2355b
|
||||
DIST ytmusicapi-1.11.2.tar.gz 319542 BLAKE2B 3c8e9c9eb55a1fd4e9493238190fbf6e4b565b16d201e352de41d120d29539ec9b8c72cf19515291c8214659ea7cf85790a43a9c9032c36dbd141b3f9733aa7d SHA512 0394fa9010ab624c4a1044fc2a492e5e146f115d7111ea3c9d82be286b233e8ebeb42c67cd6e4d95a82edbd73aade21a5b73c49e03df583e1f0bfa06a32d2b20
|
||||
DIST ytmusicapi-1.11.3.tar.gz 319690 BLAKE2B ff07b28c6c2171f1da4131f2717c2f368ddf8db9f8bb9afdf623e0d64269d96c4a77532ddaf5a5b0f86794423b2e11d672be377fc26ffa6936b41497badcb57f SHA512 36820edfbbf8e4f2a81b619aed85ae9d3f02650d07c56e97c0a11ecc5ecaa04a07edb19db41a3f141447d351676242a8d1014f4e5e4a1f2411331eebcd89c294
|
||||
DIST ytmusicapi-1.11.4.tar.gz 412987 BLAKE2B 7fa6f10ed7da0261d4717c3ec0b58cb2d58f0eb0eafcb3bee0a7c09b9a1698561c760524c66d23563848a994e4487e1b8622e3e1989a55adb3da139bedde5b7f SHA512 2f3926daa35b9d2425a64f0fab1fe96259e24e0e8b10ef93b1992b594c5e05b788e5a32f8649c07e3ea29fa7c21e8193bb7b9adada777e9e56c8484e6005464c
|
||||
|
||||
24
dev-python/ytmusicapi/ytmusicapi-1.11.1.ebuild
Normal file
24
dev-python/ytmusicapi/ytmusicapi-1.11.1.ebuild
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517="setuptools"
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Unofficial API for YouTube Music"
|
||||
HOMEPAGE="https://ytmusicapi.readthedocs.io/
|
||||
https://github.com/sigma67/ytmusicapi/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~x86"
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
distutils_enable_sphinx docs/source dev-python/sphinx-rtd-theme
|
||||
24
dev-python/ytmusicapi/ytmusicapi-1.11.2.ebuild
Normal file
24
dev-python/ytmusicapi/ytmusicapi-1.11.2.ebuild
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517="setuptools"
|
||||
PYTHON_COMPAT=( python3_{12..14} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Unofficial API for YouTube Music"
|
||||
HOMEPAGE="https://ytmusicapi.readthedocs.io/
|
||||
https://github.com/sigma67/ytmusicapi/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~x86"
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
distutils_enable_sphinx docs/source dev-python/sphinx-rtd-theme
|
||||
Reference in New Issue
Block a user