dev-python/gpxpy: New package
Dependency for Osmapy Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Ryan Fox <flewkey@2a03.party>
This commit is contained in:
parent
a0d8399f82
commit
2b4811a4cf
3
dev-python/gpxpy/Manifest
Normal file
3
dev-python/gpxpy/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST gpxpy-1.4.2.tar.gz 109735 BLAKE2B ff7dd9ef9179de60693f683a68e4068e632f795ccba0b0047abdd8775902a8528d0fefb8532ea69d9d1f591cd5b72be555339fd8b500e7a4fcc0f6b87056ed95 SHA512 34c851be1cd8dd243b11ed69588a254f932b79e7db0106142bd1dedbad6c3693be8ba65495b631e2cc149f39bd2af0a0347f1471a850799e91e215a35ffa5adb
|
||||
EBUILD gpxpy-1.4.2.ebuild 560 BLAKE2B ad0309376ad57a9c20cb56f0ad88f77bca0476e90239f21023e3e964084143435394463cc000c3fa0bcdc0840e8c826ad08505963bfd71be5691372e88905843 SHA512 810b2dd7a170c536e382487d4af4a1ff60a25f4f726f12cbea950bbfeb75fe505cf06ebafa5cf1e2a519652f41a0b2d769c470c2355d21585894253a8c4f4a37
|
||||
MISC metadata.xml 236 BLAKE2B fdb34c66e3059efc0efb2328ffedb24c495be95dfeb68b7adcdf5ab1a88eee6788294d07ec032238de7d9127cffd50a1598b42aa8f99d3d11f54a761c79a9482 SHA512 43add4c2db3d06110521dea982cfcbddc98d63bb1e1b89952511654d54f09746e0d76ac1e0f0e70d2832357f44fe11fc4653500b856c7b29d05a55bb70535e80
|
25
dev-python/gpxpy/gpxpy-1.4.2.ebuild
Normal file
25
dev-python/gpxpy/gpxpy-1.4.2.ebuild
Normal file
@ -0,0 +1,25 @@
|
||||
# Copyright 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
|
||||
|
||||
if [[ ${PV} != *9999* ]]; then
|
||||
SRC_URI="https://github.com/tkrajina/gpxpy/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
else
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/tkrajina/gpxpy.git"
|
||||
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=""
|
8
dev-python/gpxpy/metadata.xml
Normal file
8
dev-python/gpxpy/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="person">
|
||||
<email>flewkey@2a03.party</email>
|
||||
<name>Ryan Fox</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
Loading…
Reference in New Issue
Block a user