Skip to content

Commit 2a614f6

Browse files
authored
Merge pull request #900 from macaroni-os/merge/mark-31/bump-dev-python_zipp-3_22_0
mark-devkit: [mark-31] Bump dev-python/zipp-3.22.0
2 parents 1e15aeb + 1ba63a0 commit 2a614f6

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

dev-python/zipp/Manifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
DIST zipp-3.21.0.tar.gz 24545 BLAKE2B 3a21098768c54efb1bcb049f25a7b04a16d5f02eacc6e2107dfbc358ec3e595478b407e78fa0d831f5a8f2dadd92287812bc1259db925859aeedc1174378ab2d SHA512 f57489283d979dbeb3234f66f5b6b298876209ba79cf0d7a2562f0ce4747a87fd1494d26a35734c6729620d1edfa3bf8f56769de2ae9576ac9cff074caa39331
2+
DIST zipp-3.22.0.tar.gz 25257 BLAKE2B b4a6b67b428b696724354b3fcca57b6ecd7a4e65543016e3fbfe7def09fc6125245492edcd37d909c33869118017ec7875f18ef9befe459ead809629c17dae5a SHA512 fcdf53f5058a1036b5a637343d40528373147e480694f85b94d2ca030545169e8bc2271bbd2ad5779eb14841d5dd2630a829192b3ffcefddff956e81d44622a9

dev-python/zipp/zipp-3.22.0.ebuild

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Distributed under the terms of the GNU General Public License v2
2+
3+
EAPI=7
4+
5+
PYTHON_COMPAT=( python3+ pypy3 )
6+
DISTUTILS_USE_PEP517="setuptools"
7+
inherit distutils-r1
8+
9+
DESCRIPTION="Backport of pathlib-compatible object wrapper for zip files"
10+
HOMEPAGE="https://github.com/jaraco/zipp"
11+
SRC_URI="https://files.pythonhosted.org/packages/12/b6/7b3d16792fdf94f146bed92be90b4eb4563569eca91513c8609aebf0c167/zipp-3.22.0.tar.gz -> zipp-3.22.0.tar.gz"
12+
13+
DEPEND="
14+
dev-python/setuptools_scm[${PYTHON_USEDEP}]"
15+
RDEPEND="
16+
dev-python/toml[${PYTHON_USEDEP}]
17+
dev-python/setuptools_scm[${PYTHON_USEDEP}]"
18+
IUSE=""
19+
SLOT="0"
20+
LICENSE="MIT"
21+
KEYWORDS="*"
22+
S="${WORKDIR}/zipp-3.22.0"
23+
24+
src_prepare() {
25+
sed -i -e 's/license = "MIT"/license = { text = "MIT" }/' pyproject.toml || die
26+
distutils-r1_src_prepare
27+
}

0 commit comments

Comments
 (0)