Skip to content

Commit

Permalink
androguard-4.0.2.ebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
blshkv committed Jan 4, 2024
1 parent 8c6a8fc commit 1ab831b
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 5 deletions.
1 change: 1 addition & 0 deletions dev-python/loguru/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST loguru-0.7.2.gh.tar.gz 443643 BLAKE2B 208c4ad989257e0e0d5cecf41c9722f398e5c73528f8a88c92e28490121723d5c19b4170ff246446e94237e8bb732f83e4b9fcc66c42aa7e3c1ba25aaa069e34 SHA512 e4d358f12ec33393bdac836206a15a3161653684b69839f58bbdc692155e4aee4b6ec700ab13b83f431a67df5ec86cacf2cb90fa052827e5e03c68c1f132e339
35 changes: 35 additions & 0 deletions dev-python/loguru/loguru-0.7.2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Copyright 2019-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..12} )

inherit distutils-r1

DESCRIPTION="Python logging made (stupidly) simple"
HOMEPAGE="
https://github.com/Delgan/loguru/
https://pypi.org/project/loguru/
"
SRC_URI="
https://github.com/Delgan/loguru/archive/${PV}.tar.gz
-> ${P}.gh.tar.gz
"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86"

BDEPEND="
test? (
>=dev-python/colorama-0.4.6[${PYTHON_USEDEP}]
>=dev-python/freezegun-1.2.2[${PYTHON_USEDEP}]
dev-python/mypy[${PYTHON_USEDEP}]
)
"

# filesystem buffering tests may fail
# on tmpfs with 64k PAGESZ, but pass fine on ext4
distutils_enable_tests pytest
16 changes: 16 additions & 0 deletions dev-python/loguru/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
<name>Georgy Yakovlev</name>
</maintainer>
<longdescription lang="en">
This library is intended to make Python logging less painful by adding a bunch of useful functionalities that solve caveats of the standard loggers.
Using logs in your application should be an automatism, Loguru tries to make it both pleasant and powerful.
</longdescription>
<upstream>
<remote-id type="github">Delgan/loguru</remote-id>
<remote-id type="pypi">loguru</remote-id>
</upstream>
</pkgmetadata>
2 changes: 1 addition & 1 deletion dev-util/androguard/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
DIST androguard-3.4.0_alpha1.gh.tar.gz 45678301 BLAKE2B e32e7cc081812e69815ca001e3ff385421486cbf6da070a28fb9746dbc6856194a312d9580458b49c5acf706938d387feb6977779a533aa13def47bdfbe307ca SHA512 6e51ea3f10923c5931815162097fcadd2a8bc1b7d4ff09e6f157ad76be0be00a2429d04c157275f144cd8ee0c86ebcf5b41d08e876a7fe8bc24c978a71b8b9cd
DIST androguard-4.0.1.tar.gz 874196 BLAKE2B 0baeef96573bdff7cecd264540d5620d58944928b1a12fd61af8dbcd73513c41b2b248b0327bac15e92e108db524166804b5aab52f9b946aae336a32375bf848 SHA512 869fe91f4ecd3dbc753f3883ab3eef9885d4c0b1bed098ce90757d614543aaa1399c86b58a0312de721cffa68fd3662dd26c7c6dff95bc040374983ed5a20e3b
DIST androguard-4.0.2.tar.gz 876950 BLAKE2B c4f851386abebd0a415cf714e42a6c982bc672f38357d40b70163ab0bf8d7f61f5bfbd4f84ad52e7833f7b7891e08cdf80f0f4700201be60cea67558d8af7184 SHA512 d23aab57fe0b240df775630dba4c7d0cd91f0933ff7124069fd30252150ffe786574e922981fc20d8b367ba6e59bb11e9978b2754ada8d080e4582a58b069cea
3 changes: 2 additions & 1 deletion dev-util/androguard/androguard-3.4.0_alpha1.ebuild
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=poetry
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Copyright 1999-2023 Gentoo Authors
# 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..11} )
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi

DESCRIPTION="Read Android's binary format for XML files (AXML) and a decompiler for DEX"
Expand All @@ -23,7 +23,7 @@ RDEPEND="
>=dev-python/asn1crypto-0.24.0[${PYTHON_USEDEP}]
dev-python/click[${PYTHON_USEDEP}]
>=dev-python/pydot-1.4.1[${PYTHON_USEDEP}]
>=dev-python/ipython-5.0[${PYTHON_USEDEP}]
>=dev-python/ipython-5.0.0[${PYTHON_USEDEP}]
dev-python/mutf8[${PYTHON_USEDEP}]
dev-python/dataset[${PYTHON_USEDEP}]
dev-python/frida-python[${PYTHON_USEDEP}]
Expand Down

0 comments on commit 1ab831b

Please sign in to comment.