mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/zipstream-ng: New package, v1.7.1
Now required by dev-python/magic-wormhole. Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
1
dev-python/zipstream-ng/Manifest
Normal file
1
dev-python/zipstream-ng/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST zipstream-ng-1.7.1.tar.gz 35488 BLAKE2B e255f01945eb654d2cac9e90bb7e06e5b93d6098ff7d79de765c2c6e69dc29932c909ed9b5b3737b6fbd2050165596d78e4e4602e9f63c032e6bc087596638c8 SHA512 4e39aeb47222a7e790ee8d7281f6f41f54568eef92e26467ff249c3dec9987b766943290f6b1554cd0d5d5e7908e06a2b862e5555694c6a4a433c80264a22c9a
|
||||
12
dev-python/zipstream-ng/metadata.xml
Normal file
12
dev-python/zipstream-ng/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>python@gentoo.org</email>
|
||||
</maintainer>
|
||||
<stabilize-allarches/>
|
||||
<upstream>
|
||||
<remote-id type="github">pR0Ps/zipstream-ng</remote-id>
|
||||
<remote-id type="pypi">zipstream-ng</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
22
dev-python/zipstream-ng/zipstream-ng-1.7.1.ebuild
Normal file
22
dev-python/zipstream-ng/zipstream-ng-1.7.1.ebuild
Normal file
@@ -0,0 +1,22 @@
|
||||
# Copyright 2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_NO_NORMALIZE=1
|
||||
PYTHON_COMPAT=( pypy3 python3_{10..13} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A modern and easy to use streamable zip file generator"
|
||||
HOMEPAGE="
|
||||
https://github.com/pR0Ps/zipstream-ng/
|
||||
https://pypi.org/project/zipstream-ng/
|
||||
"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user