masky: bump, qa

This commit is contained in:
Rick Farina (Zero_Chaos) 2023-06-29 12:40:13 -04:00
parent 19cce5982b
commit 65dd06f2f7
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 5 additions and 7 deletions

View file

@ -1 +1 @@
DIST masky-0.1.1.tar.gz 273714 BLAKE2B 8c05882afa40493fb435fb2489f02e8e4afc20c1fd591fa4f0a27986cb94f1d9eb05725bb89ca3e51646c1a9cb484e98d6447f80bf287cf3e06262c23dc94b2d SHA512 9c3d9bbb15f24342a7c76196b88c97670e6dc592e79a49667f4941eafb012da277ff4aadefc6d0a6e23223473d21fa0db36fd446db5a5d477a7fca6651822f95
DIST masky-0.2.0.tar.gz 283931 BLAKE2B be1d273f05da863599c98a2f14d0d2e8bed34e3028573029beaa06aab079caec342499c013935d8c835cd2e23f2c1ecf11bafecb8de0b9d6f00d2231cbc60bae SHA512 d7baba9d1def07b6fc7fde5626deceee5e81dd3712e5da7560b2e29985b2bc3811ca486ada7f900d2070b4fad93de2f7df505126ac99cbbd686628280db9191e

View file

@ -1,19 +1,17 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# https://projects.gentoo.org/python/guide/distutils.html#pep-517-build-systems
#DISTUTILS_USE_PEP517=poetry
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
inherit distutils-r1 pypi
DESCRIPTION="CLI allowing to remotely dump domain user credentials via an ADCS"
HOMEPAGE="https://pypi.org/project/masky/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE=""
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
IUSE="test"