mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-25 00:01:15 +02:00
hbctool-0.1.5.ebuild
This commit is contained in:
parent
a0137de493
commit
7ce6d26eff
6 changed files with 38 additions and 3 deletions
1
dev-util/hbctool/Manifest
Normal file
1
dev-util/hbctool/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST hbctool-0.1.5.tar.gz 9374151 BLAKE2B 45db153aac75edb7a9f1b361d52adcf492c0db4b5dfce3af9193b995bebe418bd74f54216b1924fe58a90eb6a212b2d3a9edf3eeef5b75dcc2ae68cd06c45f7b SHA512 5eb21588feccd69c47589c8c172c02ef9da699576e4de9c1e53b151f28aa58aaf94a2807a3ed290548da36fbf3394fd978fef2c2cbff65ec063b9474356c3450
|
||||
25
dev-util/hbctool/hbctool-0.1.5.ebuild
Normal file
25
dev-util/hbctool/hbctool-0.1.5.ebuild
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Disassembling and assembling the Hermes Bytecode"
|
||||
HOMEPAGE="https://github.com/bongtrop/hbctool"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 ~x86"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/docopt[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
RESTRICT="test"
|
||||
#distutils_enable_tests pytest
|
||||
12
dev-util/hbctool/metadata.xml
Normal file
12
dev-util/hbctool/metadata.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>unknown@pentoo.ch</email>
|
||||
<name>Author Unknown</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">hbctool</remote-id>
|
||||
<remote-id type="github">bongtrop/hbctool</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
|
@ -1 +0,0 @@
|
|||
../burpsuite/burpsuite-9999.ebuild
|
||||
|
|
@ -1 +0,0 @@
|
|||
../burpsuite/burpsuite-9999.ebuild
|
||||
|
|
@ -1 +0,0 @@
|
|||
burpsuite-9999.ebuild
|
||||
Loading…
Reference in a new issue