mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-26 00:31:09 +02:00
dev-python/fastkml: drop 0.11
This commit is contained in:
parent
908b68ec17
commit
2c8d00f0c5
2 changed files with 0 additions and 25 deletions
|
|
@ -1,2 +1 @@
|
|||
DIST fastkml-0.11.tar.gz 66199 BLAKE2B 27bdfd7a34340b4cdb56e8e30a3daa89b2408b0a54981243fef85926cea64a93f205b7c64916abb0932420f5f27572d39004bd07d81d45f3fe81ed07fe390523 SHA512 b9564bb7c8d33a77010a226c9d506f818b55db867a475802d84d20ce7969b8a6a67d0f9407c553f98325f00fb7cd5e7175fcbb5b239658bb73135ad9a185c5f2
|
||||
DIST fastkml-1.4.0.gh.tar.gz 4308037 BLAKE2B 5d13282f94ccc799cef4b5b2e1081400386ea0094589210a68df6671d5777f7de4347e39610e3e67f366b3565000a32563c03a480b7d2ecd66e35045549cd3f2 SHA512 8f1e6e5921820559b4ae03c1a717e9087061ab63f4e3eae4323d46ff1f9b350c6baeebde968d7d48f9d76eba8d25b6dfa1f459eb281bf114e5df41ce63036344
|
||||
|
|
|
|||
|
|
@ -1,24 +0,0 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{12..14} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Fast KML processing in python"
|
||||
HOMEPAGE="https://pypi.org/project/fastkml/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/pygeoif[${PYTHON_USEDEP}]
|
||||
dev-python/python-dateutil[${PYTHON_USEDEP}]
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
Loading…
Reference in a new issue