mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
developer-disk-image-0.2.0.ebuild
This commit is contained in:
parent
6151b872a9
commit
753b7af672
7 changed files with 9 additions and 6 deletions
|
|
@ -55,7 +55,7 @@ RDEPEND="
|
|||
dev-python/hyperframe[${PYTHON_USEDEP}]
|
||||
dev-python/srptools[${PYTHON_USEDEP}]
|
||||
>=dev-python/qh3-0.11.5[${PYTHON_USEDEP}]
|
||||
>=dev-python/developer_disk_image-0.0.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/developer-disk-image-0.0.2[${PYTHON_USEDEP}]
|
||||
dev-python/opack2[${PYTHON_USEDEP}]
|
||||
dev-python/psutil[${PYTHON_USEDEP}]
|
||||
$(python_gen_cond_dep 'dev-python/sslpsk-pmd3[${PYTHON_USEDEP}]' 3.{11..12})
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ RDEPEND="
|
|||
dev-python/hyperframe[${PYTHON_USEDEP}]
|
||||
dev-python/srptools[${PYTHON_USEDEP}]
|
||||
>=dev-python/qh3-0.11.5[${PYTHON_USEDEP}]
|
||||
>=dev-python/developer_disk_image-0.0.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/developer-disk-image-0.0.2[${PYTHON_USEDEP}]
|
||||
dev-python/opack2[${PYTHON_USEDEP}]
|
||||
dev-python/psutil[${PYTHON_USEDEP}]
|
||||
>=dev-python/pytun-pmd3-2.0.9[${PYTHON_USEDEP}]
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
DIST developer_disk_image-0.0.2.tar.gz 3186 BLAKE2B 2e6a2fec0e3ce05d92f3f34fa05107991cbd39811af2226425081dde89d983e3cde38cf9cb01659319bf01056b2d034a3f522cb53dcd1d769b09766b87c99f67 SHA512 af11c5fee9b986f5502cba8684d49e5577f7ad4c80d2cb71b3ad9e9e5610152a5888743ded5e129883fa7b128631e05dfb1371e2a1d093accf4a98846e679a08
|
||||
DIST developer_disk_image-0.0.4.tar.gz 6108 BLAKE2B 5df11a36345d96f06fc16cc862a441af1634bdf6ce916d89505004cb8727e5bc3e3646e9084166469d93fa7672bfe2afe0c8ff7662b5ad16e11dc55a7125cf5c SHA512 cc0ae6066f14daf733a339676e1264af4e6beaeeaedbbbb0bed583d7f65fa3e029da4ab2b6a75fa6441d2927dc4cd1504d0bd56ac20ea410ea9333168bbcea67
|
||||
DIST developer_disk_image-0.2.0.tar.gz 6563 BLAKE2B c68e22334b8f0abe72bf6f07bbcdda9ff3aa8653e52660b48b5cb88d2cec651cc4f95f222b98f5480e2aa444b22f100175910e26f60932b093e54277388096d7 SHA512 ef29cce609bf502bcc6cfbcc4855166a0f0c055f710b0a7867073d5007883fdef4040a3a1a840d9c19b3a81fba165a99876bedd03732d53fe416f27111c6b406
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
|
@ -13,7 +13,9 @@ HOMEPAGE="https://github.com/doronz88/DeveloperDiskImage"
|
|||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
KEYWORDS="amd64 ~arm64 ~x86"
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
|
@ -7,6 +7,6 @@
|
|||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">doronz88/DeveloperDiskImage</remote-id>
|
||||
<remote-id type="pypi">developer_disk_image</remote-id>
|
||||
<remote-id type="pypi">developer-disk-image</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
1
profiles/updates/3Q-2025
Normal file
1
profiles/updates/3Q-2025
Normal file
|
|
@ -0,0 +1 @@
|
|||
move dev-python/developer-disk-image dev-python/developer-disk-image
|
||||
Loading…
Reference in a new issue