diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-05-15 17:56:31 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-05-15 17:56:31 +0000 |
| commit | fb68706e7161fae6137a53948cc5db6fe889ba7b (patch) | |
| tree | db4b2612ffa04bba448b82ad63c3cc27197dd6f5 /dev-python/iOSbackup | |
| parent | 3d4c60ab67ab34063f83de57ca650a2093caa6e5 (diff) | |
| download | baldeagleos-repo-fb68706e7161fae6137a53948cc5db6fe889ba7b.tar.gz baldeagleos-repo-fb68706e7161fae6137a53948cc5db6fe889ba7b.tar.xz baldeagleos-repo-fb68706e7161fae6137a53948cc5db6fe889ba7b.zip | |
Adding metadata
Diffstat (limited to 'dev-python/iOSbackup')
| -rw-r--r-- | dev-python/iOSbackup/iOSbackup-0.9.925.ebuild | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/dev-python/iOSbackup/iOSbackup-0.9.925.ebuild b/dev-python/iOSbackup/iOSbackup-0.9.925.ebuild index dfcefc56cdce..9158f432963a 100644 --- a/dev-python/iOSbackup/iOSbackup-0.9.925.ebuild +++ b/dev-python/iOSbackup/iOSbackup-0.9.925.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,10 @@ PYTHON_COMPAT=( python3_{8,9,10,11,12} ) inherit distutils-r1 pypi DESCRIPTION="Reads and extracts files from a password-encrypted iOS backup" -HOMEPAGE="https://pypi.org/project/iOSbackup/ https://github.com/avibrazil/iOSbackup" +HOMEPAGE=" + https://pypi.org/project/iOSbackup/ + https://github.com/avibrazil/iOSbackup +" LICENSE="GPL-2" SLOT="0" @@ -18,6 +21,8 @@ KEYWORDS="~amd64 ~x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RDEPEND="dev-python/biplist[${PYTHON_USEDEP}] -dev-python/pycryptodome[${PYTHON_USEDEP}] -dev-python/NSKeyedUnArchiver[${PYTHON_USEDEP}]" +RDEPEND=" + dev-python/biplist[${PYTHON_USEDEP}] + dev-python/pycryptodome[${PYTHON_USEDEP}] + dev-python/NSKeyedUnArchiver[${PYTHON_USEDEP}] +" |
