Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
blshkv committed Feb 29, 2024
1 parent 46124b7 commit ea6e206
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 31 deletions.
1 change: 0 additions & 1 deletion dev-python/semver/Manifest

This file was deleted.

25 changes: 0 additions & 25 deletions dev-python/semver/semver-2.13.0-r1.ebuild

This file was deleted.

3 changes: 3 additions & 0 deletions dev-util/objection/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@
<use>
<flag name="patchapk">Add support to patch APKs</flag>
</use>
<upstream>
<remote-id type="github">sensepost/objection</remote-id>
</upstream>
</pkgmetadata>
6 changes: 3 additions & 3 deletions dev-util/objection/objection-1.10.2.ebuild
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1

DESCRIPTION="Runtime mobile exploration"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1

Expand All @@ -22,7 +23,7 @@ RDEPEND=">=dev-util/frida-tools-7.0.0[${PYTHON_USEDEP}]
>=dev-python/prompt-toolkit-3.0.3[${PYTHON_USEDEP}] <dev-python/prompt-toolkit-4.0.0[${PYTHON_USEDEP}]
dev-python/click[${PYTHON_USEDEP}]
dev-python/tabulate[${PYTHON_USEDEP}]
=dev-python/semver-2*[${PYTHON_USEDEP}]
>=dev-python/semver-2[${PYTHON_USEDEP}]
dev-python/delegator[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/flask[${PYTHON_USEDEP}]
Expand All @@ -45,6 +46,8 @@ DEPEND="${RDEPEND}

src_prepare() {
rm -r tests
# https://github.com/sensepost/objection/issues/652
sed -i "s|semver>=2,<3|semver>=2|" requirements.txt || die
mv "${WORKDIR}/node_modules" "${S}/agent/" || die "unable to move node_modules"
eapply_user
}
Expand Down

0 comments on commit ea6e206

Please sign in to comment.