dev-python/pipdeptree: new package, add 2.3.1
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
0c4170b5ae
commit
9b3b838cd2
3
dev-python/pipdeptree/Manifest
Normal file
3
dev-python/pipdeptree/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST pipdeptree-2.3.1.tar.gz 118803 BLAKE2B 4eb04bf604d5bd3808a823240c90ebad93014cfe6c83780e690e027b98a3ec82f68c6a9232700619dbc293ce3adc4d38a3d75a91e811c648daf64bdbf88e86f5 SHA512 49e985eef4ead32034b6f72d629faba7e2cdad806eba692a82e816d7289f6ac1be7f3f8d719c72fd24e2e38ffd79450a4f0827e569b0ceab0dd38741a6937030
|
||||
EBUILD pipdeptree-2.3.1.ebuild 697 BLAKE2B cc90cb0433c3951ea92fb372b457c8663daeeed2f0b2f613013345fd8e33b42649029a36ea213376a0e3e2cbc30d75ad75247aee32d76044b41fc441c9b9b6a3 SHA512 8a71ce17b1d45487e009ce8743a772b04792e5a7bbc64ff36cbe3ba71cd595603ad7f5d99fa8efdb13c6fb2707f212e2c8c7992d8e70a5fef9f71ff0faf04d77
|
||||
MISC metadata.xml 639 BLAKE2B 7c0b3f3a1115330ecd3b9e4bc78453ff64c9b5581ed0fe92b2201022997680a2c781a8f0f2e5ac90ad7f519e1ed6eae0a49d92b5c8591546a894e9cd630c8c5f SHA512 afdbf15370910269999a93cfdc71320866cbf6e548775e0fba936e701f0bb18217fcf9732644e732a5d74e5bc8d47e7fb0ec8be72aa964a7a62b41cd106167ea
|
||||
20
dev-python/pipdeptree/metadata.xml
Normal file
20
dev-python/pipdeptree/metadata.xml
Normal file
@ -0,0 +1,20 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">pipdeptree</remote-id>
|
||||
<remote-id type="github">tox-dev/pipdeptree</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<name>Bernat Gabor</name>
|
||||
<email>gaborjbernat@gmail.com</email>
|
||||
</maintainer>
|
||||
<maintainer status="unknown">
|
||||
<name>Vineet Naik</name>
|
||||
<email>naikvin@gmail.com</email>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
33
dev-python/pipdeptree/pipdeptree-2.3.1.ebuild
Normal file
33
dev-python/pipdeptree/pipdeptree-2.3.1.ebuild
Normal file
@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
DISTUTILS_USE_PEP517=hatchling
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Command line utility to show dependency tree of packages."
|
||||
HOMEPAGE="https://github.com/tox-dev/pipdeptree https://pypi.org/project/pipdeptree/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Loading…
x
Reference in New Issue
Block a user