mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 11:00:48 +02:00
dev-python/altgraph: bump to 0.17
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Yury Martynov <email@linxon.ru>
This commit is contained in:
parent
d8e0f694f1
commit
7844947c1e
3 changed files with 34 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST altgraph-0.16.1.tar.gz 499316 BLAKE2B 1c06a75f0a1c852d153a08c1ce768122ea5a498557cf14c7765bf2d2df2cf7880384319af9442c192af2348a789022b420569db5b6d71541f64156f99d1d926e SHA512 9c605a9f84d262fe2c83244091203d89491de0b3043e3c14a356e2c0e6e16a8b943a660c1dde9397b5ff9d2342a4e81aabee61e7833cb0eaa6188410408463be
|
||||
DIST altgraph-0.17.tar.gz 534109 BLAKE2B 52261a0051195c7ac9cb6cd74a8269a31d894f476cd830dd6d3f748c92c91cf5c783dfefb17e21cc2ef4b429095abf3776693ed90ec916e59a976ae013cd5bdd SHA512 1f6c17f4539bc0793c24bce22dabb597aef4ad0269f755ada8a7fb472d67fe1ea8f7fc510e2f1540c28bc2717ddbd2465be7a7d5703ac285be347ed670cb1dd7
|
||||
|
|
|
|||
25
dev-python/altgraph/altgraph-0.17.ebuild
Normal file
25
dev-python/altgraph/altgraph-0.17.ebuild
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A constructing graphs, BFS and DFS traversals, etc"
|
||||
HOMEPAGE="https://altgraph.readthedocs.io/en/latest/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
distutils_enable_tests unittest
|
||||
8
dev-python/altgraph/metadata.xml
Normal file
8
dev-python/altgraph/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="project">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Loading…
Reference in a new issue