agent-python icon indicating copy to clipboard operation
agent-python copied to clipboard

Create setup.py

Open necrose99 opened this issue 4 years ago • 1 comments

setup.py would make life easier for putting this into @pentoo

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# "stolen template of https://gpo.zugaina.org/dev-python/yara-python### 

EAPI=7

PYTHON_COMPAT=( python3_{6,7,8} )

inherit distutils-r1 eutils

DESCRIPTION="Hashtopolis Python Agent  used with Hashtopolis, / for distributing hashcat cracking tasks."
HOMEPAGE="https://github.com/s3inlc/hashtopolis-agent-python"
SRC_URI="https://github.com/s3inlc/hashtopolis-agent-python/archive/v${PV}.tar.gz -> ${P}.tar.gz"

necrose99 avatar Sep 03 '20 22:09 necrose99

Would pyproject.toml work? I think that's the new way of doing packages.

fossum avatar Dec 12 '23 20:12 fossum