dev-python/pyzipper: new package, add 0.3.6
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
3
dev-python/pyzipper/Manifest
Normal file
3
dev-python/pyzipper/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST pyzipper-0.3.6.tar.gz 31377 BLAKE2B 718577597566ef9f7e5a8165faadd04c2e0f1bae224a19cbe538afe091e32ad3db08226e3946b7786b4d3aaa936af14ead222121531eaa885d29967783f54c1c SHA512 5c778e7d7589abc52fa035b708457d72e6deece7f943e6391b6f28a934e618c724d8dd7b0db06de46e85801bffc56b87af0506424c1ecffaebe14e5d6f8f1192
|
||||
EBUILD pyzipper-0.3.6.ebuild 631 BLAKE2B d220b4985b85b5ad8e55a7940d9683871e01966733ad686c0d6731d3a5d8162ae6cc9823571327843c2c4645477c7c5f35b800daca2e41a232bd5b57bcf4aa8a SHA512 280020f565ad0e1e7e73d742ea106faccdbd5936ca6aaca45e49558896ab9e4578e777ee5018364016c0101d6661bd67a22878752586c37ccc08594c1f26f3f1
|
||||
MISC metadata.xml 517 BLAKE2B 1d2566651877b42f6a8915f54ae7465dff1d5e0a6a826ad0201be81fec4b2652b184f2eeeb2b97db9b08037018c5fd1cc8dee2c3d7a7157474ab2a83d8c0462a SHA512 fdacc27c93f545993cd4c68e9bd24904f004c5d18405bd586aad08818abcafc89d905597545020e837ff8f93780acd7871b3026f7f04c9b67f1e796ad72d4d3a
|
||||
16
dev-python/pyzipper/metadata.xml
Normal file
16
dev-python/pyzipper/metadata.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">pyzipper</remote-id>
|
||||
<remote-id type="github">danifus/pyzipper</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>daniel.hillier@gmail.com</email>
|
||||
<name>Daniel Hillier</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
31
dev-python/pyzipper/pyzipper-0.3.6.ebuild
Normal file
31
dev-python/pyzipper/pyzipper-0.3.6.ebuild
Normal file
@@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="AES encryption for zipfile."
|
||||
HOMEPAGE="https://github.com/danifus/pyzipper https://pypi.org/project/pyzipper/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.rst"
|
||||
|
||||
RDEPEND="dev-python/pycryptodomex[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user