Merge pull request #2175 from blshkv/master

developer_disk_image
This commit is contained in:
github-actions[bot] 2024-12-26 02:47:52 +00:00 committed by GitHub
commit c4dbc4d97f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 35 additions and 1 deletions

View file

@ -1 +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

View file

@ -14,7 +14,6 @@ HOMEPAGE="https://github.com/doronz88/DeveloperDiskImage"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
IUSE=""
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"

View file

@ -0,0 +1,22 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi
DESCRIPTION="Download DeveloperDiskImage ans Personalized images from GitHub"
HOMEPAGE="https://github.com/doronz88/DeveloperDiskImage"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
RESTRICT="test"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>unknown@pentoo.ch</email>
<name>Author Unknown</name>
</maintainer>
<upstream>
<remote-id type="github">doronz88/DeveloperDiskImage</remote-id>
<remote-id type="pypi">developer_disk_image</remote-id>
</upstream>
</pkgmetadata>