dev-python/gpxpy: add 1.6.1
This commit is contained in:
parent
7d65a99b92
commit
bb0ce318d8
@ -1 +1,2 @@
|
||||
DIST gpxpy-1.5.0.gh.tar.gz 113446 BLAKE2B 0ed256a3eb869a610027ffea1706c4a3465cc8c7f9ec67cbeebe93a643b03d2ff1cb24442122928624f37d11115f9bfb8f8e83d0e0f1d3a89d132b4f07b71456 SHA512 08705fa0f78e0539d4b6b84723b01fa6b62a13de0ec25d034da2c14e6cabea14debe92e2a9c4120476bd21f6ea502da8e68217043ad9a401c365895bb69698b0
|
||||
DIST gpxpy-1.6.1.gh.tar.gz 113942 BLAKE2B 9376719fe9fb4b716475a21efc420b1cbff7f495e9f5f93b3b95fe27a122a69b35500dd2662a51aa9ef5ba36d7a8aa62157a10cd8c9ed8502214aa95e23151ed SHA512 bd4dcbd512906dc050eb623577767bb406ce1db28f7be07fc7140503cf91503eac34727871e3b090424a5b19848fb12577637c08799d7e50bfe302cca966ef1a
|
||||
|
26
dev-python/gpxpy/gpxpy-1.6.1.ebuild
Normal file
26
dev-python/gpxpy/gpxpy-1.6.1.ebuild
Normal file
@ -0,0 +1,26 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{9..12} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/tkrajina/gpxpy.git"
|
||||
else
|
||||
SRC_URI="https://github.com/tkrajina/gpxpy/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
DESCRIPTION="GPX file parser and GPS track manipulation library"
|
||||
HOMEPAGE="https://github.com/tkrajina/gpxpy"
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
@ -4,7 +4,7 @@
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
PYTHON_COMPAT=( python3_{9..12} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user