dev-python/anytree: New package
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
9b4ac1c68f
commit
0b1e696aac
1
dev-python/anytree/Manifest
Normal file
1
dev-python/anytree/Manifest
Normal file
|
@ -0,0 +1 @@
|
||||||
|
DIST anytree-2.8.0.tar.gz 189484 BLAKE2B b93a72433d2dc858240e7a8c32bfb34132a5249e516fabe900feb9a109c568e4fd8cf39f8205f958c1fe22ddf61d9b596c35a93d9195c4bc75041591824a387a SHA512 907fe690965b143b51b61dda837625d882f83268eb25d8e59b63b129681922c76e61616de9c030ef1fb42c23b502942584e99736432393f4c7b5e1dadb8f7eea
|
24
dev-python/anytree/anytree-2.8.0.ebuild
Normal file
24
dev-python/anytree/anytree-2.8.0.ebuild
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# Copyright 2021 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
PYTHON_COMPAT=( python3_{6..8} )
|
||||||
|
inherit distutils-r1
|
||||||
|
|
||||||
|
DESCRIPTION="Powerful and Lightweight Python Tree Data Structure"
|
||||||
|
HOMEPAGE="https://github.com/c0fec0de/anytree/"
|
||||||
|
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="Apache-2.0"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
|
||||||
|
DEPEND=">=dev-python/six-1.9.0"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
BDEPEND=""
|
||||||
|
|
||||||
|
python_install_all() {
|
||||||
|
distutils-r1_python_install_all
|
||||||
|
rm "${ED}"/usr/LICENSE || die 'Can’t remove LICENSE file'
|
||||||
|
}
|
8
dev-python/anytree/metadata.xml
Normal file
8
dev-python/anytree/metadata.xml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>alarig@swordarmor.fr</email>
|
||||||
|
<name>Alarig Le Lay</name>
|
||||||
|
</maintainer>
|
||||||
|
</pkgmetadata>
|
Loading…
Reference in a new issue