-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
dev-python/developer_disk_image/developer_disk_image-0.0.4.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |