diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-08-22 00:48:23 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-08-22 00:48:23 +0000 |
| commit | b4f3164e9da74a85cc735b2f53304ea514466774 (patch) | |
| tree | 430b0d2baa8054c45153683dbde081d1ff9d325b /dev-python/rsa | |
| parent | fc62d93f5da84d70736ceb421bd8718918ba6ba4 (diff) | |
| download | baldeagleos-repo-b4f3164e9da74a85cc735b2f53304ea514466774.tar.gz baldeagleos-repo-b4f3164e9da74a85cc735b2f53304ea514466774.tar.xz baldeagleos-repo-b4f3164e9da74a85cc735b2f53304ea514466774.zip | |
Adding metadata
Diffstat (limited to 'dev-python/rsa')
| -rw-r--r-- | dev-python/rsa/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/rsa/files/rsa-4.8-includes.patch | 28 | ||||
| -rw-r--r-- | dev-python/rsa/rsa-4.8-r2.ebuild | 39 | ||||
| -rw-r--r-- | dev-python/rsa/rsa-4.9.ebuild | 2 |
4 files changed, 1 insertions, 69 deletions
diff --git a/dev-python/rsa/Manifest b/dev-python/rsa/Manifest index b59318b0d575..deec8885fcd7 100644 --- a/dev-python/rsa/Manifest +++ b/dev-python/rsa/Manifest @@ -1,2 +1 @@ -DIST python-rsa-version-4.8.gh.tar.gz 73634 BLAKE2B 55f25b6747f4f0bad12cbbb75c6e6fdbe6f913265866f11430644b46f9d3a2f615e6ed460d04cc732cfe29f0a4e47b14f2581f29d523b3018272ef976a6a04aa SHA512 d65e5d3c902508f4ea7424099471cd68568b052b9647a87ceb155ecc444ba6a8bd0ebef6fe1bf38720a19193cd494a8b64f744cca5812d1a3bec28f3fa3a9a3d DIST python-rsa-version-4.9.gh.tar.gz 59238 BLAKE2B 077679131fcd29a0f396ad9db45db9a6891be45afe96a328f66191d747f10d36a3248b0929d5c8270ff32a39d08a9c15d80973ba3af83f7368e792cf003f186a SHA512 0b49c1e5ffb6235ccb9e34c81ad717276c04956e21dd54c08b5cae7dd28ecc115235b2793c8bfc2fbb46a260e574d35cab23729567efeee108b79544793e60ad diff --git a/dev-python/rsa/files/rsa-4.8-includes.patch b/dev-python/rsa/files/rsa-4.8-includes.patch deleted file mode 100644 index 181fd638d0de..000000000000 --- a/dev-python/rsa/files/rsa-4.8-includes.patch +++ /dev/null @@ -1,28 +0,0 @@ -https://github.com/sybrenstuvel/python-rsa/commit/3031bf5c6ae64083431e849903b0104d2cfae893 -https://bugs.gentoo.org/859175 - -From 3031bf5c6ae64083431e849903b0104d2cfae893 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org> -Date: Thu, 27 Jan 2022 10:26:23 +0100 -Subject: [PATCH] Do not include arbitrary files in wheel - -Fix the include key to apply to sdist format only. Otherwise, the -listed files are added to the top directory of wheel as well and end up -being installed in top-level site-packages directory, e.g.: - - * FILES:+usr/lib/python3.9/site-packages/CHANGELOG.md - * FILES:+usr/lib/python3.9/site-packages/LICENSE - * FILES:+usr/lib/python3.9/site-packages/README.md ---- a/pyproject.toml -+++ b/pyproject.toml -@@ -26,7 +26,9 @@ classifiers = [ - "Topic :: Security :: Cryptography", - ] - include = [ -- "LICENSE", "README.md", "CHANGELOG.md", -+ { path = "LICENSE", format = "sdist" }, -+ { path = "README.md", format = "sdist" }, -+ { path = "CHANGELOG.md", format = "sdist" }, - ] - - [tool.poetry.dependencies] diff --git a/dev-python/rsa/rsa-4.8-r2.ebuild b/dev-python/rsa/rsa-4.8-r2.ebuild deleted file mode 100644 index cda6d65b1350..000000000000 --- a/dev-python/rsa/rsa-4.8-r2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{7,8,9,10} ) - -inherit distutils-r1 - -MY_P=python-rsa-version-${PV} -DESCRIPTION="Pure-Python RSA implementation" -HOMEPAGE=" - https://stuvel.eu/rsa/ - https://github.com/sybrenstuvel/python-rsa/ - https://pypi.org/project/rsa/ -" -SRC_URI=" - https://github.com/sybrenstuvel/python-rsa/archive/version-${PV}.tar.gz - -> ${MY_P}.gh.tar.gz -" -S=${WORKDIR}/${MY_P} - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~riscv sparc x86" - -RDEPEND=" - >=dev-python/pyasn1-0.1.3[${PYTHON_USEDEP}] -" - -PATCHES=( "${FILESDIR}/${P}-includes.patch" ) - -distutils_enable_tests unittest - -src_prepare() { - rm tests/test_mypy.py || die - distutils-r1_src_prepare -} diff --git a/dev-python/rsa/rsa-4.9.ebuild b/dev-python/rsa/rsa-4.9.ebuild index 4d085592e977..8a16103a109b 100644 --- a/dev-python/rsa/rsa-4.9.ebuild +++ b/dev-python/rsa/rsa-4.9.ebuild @@ -23,7 +23,7 @@ S=${WORKDIR}/${MY_P} LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~riscv sparc x86" RDEPEND=" >=dev-python/pyasn1-0.1.3[${PYTHON_USEDEP}] |
