dev-python/kasa-crypt: new package, add 0.3.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-10-11 21:26:14 +02:00 committed by Andreas Billmeier
parent b2422cf631
commit 89420b1077
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST kasa_crypt-0.3.0.tar.gz 9254 BLAKE2B 3a85b6718f80b7954f7c008997d5f778f7cbf73cf8a7afd9a4f9f06bef3119aab0af1db45fe0d677561a2d390e8b22dd495b13c4e0cb894f2a8c5fc4b9d42345 SHA512 9b9286f55f1a1f178225b001a4b96f8b2141f4ecf337c6e409b58c847e6d02442628a6c1cfc4896566fbe36f7b3a6b9164e791c0df9017d9dec4bb9039ecc022
EBUILD kasa-crypt-0.3.0.ebuild 613 BLAKE2B e1089295f4f825101e61637f5567644be16fc1df04da7b1b3979487c4acfabdc0c9ee6877a3ad421c1c47862035d909e89b82203a6dd46541af22a13db681d84 SHA512 82df40f57502595bda97385c681e6a32d4b0074b160b0582181dc77cff2eaf34ea93b540de01a608a2171e0ca6b1f4c721a1b8815947db9ce7cefbe03941ee1b
MISC metadata.xml 511 BLAKE2B 5c669fff7aff8011a78115e91e82f3f2c437952e1ecea457b7034600c49346745291c33a9d16d036b0dd7549e8f23bd81c8e1762c86d2bc1a4a824f11300d5c9 SHA512 1f6233183d0d4ef56c20c3109317e91cb2b55d3639ef029da62f9b2d82b1ad22fd5ee243a9f7531813fe2e0d97dda708b2fcce525719c2b9667a2a265875dcfd

View 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=poetry
inherit distutils-r1 pypi
DESCRIPTION="Fast kasa crypt"
HOMEPAGE="https://github.com/bdraco/kasa-crypt https://pypi.org/project/kasa-crypt/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View 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">kasa-crypt</remote-id>
<remote-id type="github">bdraco/kasa-crypt</remote-id>
<maintainer status="unknown">
<email>nick@koston.org</email>
<name>J. Nick Koston</name>
</maintainer>
</upstream>
</pkgmetadata>