mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 06:10:56 +02:00
altgraph: rm py2 as all reverse deps are already on py3
This commit is contained in:
parent
fc542a8648
commit
198cf49676
2 changed files with 0 additions and 24 deletions
|
|
@ -1,2 +1 @@
|
|||
DIST altgraph-0.16.1.tar.gz 499316 BLAKE2B 1c06a75f0a1c852d153a08c1ce768122ea5a498557cf14c7765bf2d2df2cf7880384319af9442c192af2348a789022b420569db5b6d71541f64156f99d1d926e SHA512 9c605a9f84d262fe2c83244091203d89491de0b3043e3c14a356e2c0e6e16a8b943a660c1dde9397b5ff9d2342a4e81aabee61e7833cb0eaa6188410408463be
|
||||
DIST altgraph-0.17.tar.gz 534109 BLAKE2B 52261a0051195c7ac9cb6cd74a8269a31d894f476cd830dd6d3f748c92c91cf5c783dfefb17e21cc2ef4b429095abf3776693ed90ec916e59a976ae013cd5bdd SHA512 1f6c17f4539bc0793c24bce22dabb597aef4ad0269f755ada8a7fb472d67fe1ea8f7fc510e2f1540c28bc2717ddbd2465be7a7d5703ac285be347ed670cb1dd7
|
||||
|
|
|
|||
|
|
@ -1,23 +0,0 @@
|
|||
# Copyright 1999-2018 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
|
||||
|
||||
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"
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
Loading…
Reference in a new issue