mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
gpxpy-1.5.0.ebuild
This commit is contained in:
parent
bf6d342090
commit
df122a0857
2 changed files with 23 additions and 0 deletions
2
dev-python/gpxpy/Manifest
Normal file
2
dev-python/gpxpy/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST gpxpy-1.5.0.gh.tar.gz 113446 BLAKE2B 0ed256a3eb869a610027ffea1706c4a3465cc8c7f9ec67cbeebe93a643b03d2ff1cb24442122928624f37d11115f9bfb8f8e83d0e0f1d3a89d132b4f07b71456 SHA512 08705fa0f78e0539d4b6b84723b01fa6b62a13de0ec25d034da2c14e6cabea14debe92e2a9c4120476bd21f6ea502da8e68217043ad9a401c365895bb69698b0
|
||||
EBUILD gpxpy-1.5.0.ebuild 499 BLAKE2B 71922ed7a68ccb80c29682e190b3e265bf7a8ee0bfa93eb4963c92011e1ceda530f37b90a392fe2fcc923b40795acef91eda200be0191e7e0c2bbef1b007131b SHA512 68c80f14c3d8fbda16ca9dbc3aabed1cdfb189d95108a1a47e90e516c35215221f96626455373a754f57bfa56acc28ea1e9c1493a4a5b0251bc22e61742133e4
|
||||
21
dev-python/gpxpy/gpxpy-1.5.0.ebuild
Normal file
21
dev-python/gpxpy/gpxpy-1.5.0.ebuild
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Copyright 2020-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..11} pypy3 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="GPX file parser and GPS track manipulation library"
|
||||
HOMEPAGE="
|
||||
https://github.com/tkrajina/gpxpy
|
||||
https://pypi.org/project/gpxpy/
|
||||
"
|
||||
SRC_URI="https://github.com/tkrajina/gpxpy/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
|
||||
KEYWORDS="amd64 ~arm64 ~x86"
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
||||
distutils_enable_tests unittest
|
||||
Loading…
Reference in a new issue