deathstar: migrate to DISTUTILS_USE_PEP517

This commit is contained in:
Anton Bolshakov 2022-10-08 16:17:59 +08:00
parent 1a5f1a57bc
commit e81abd80e8
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
2 changed files with 6 additions and 4 deletions

View file

@ -1,10 +1,11 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{9..10} )
inherit distutils-r1
DESCRIPTION="A tool to gain Domain Admin rights with a push of a button"

View file

@ -1,10 +1,11 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{9..10} )
inherit distutils-r1
DESCRIPTION="A tool to gain Domain Admin rights with a push of a button"