dev-python/pytmx: add 3.32
This commit is contained in:
parent
71217a0464
commit
56f47a6a78
@ -1 +1,2 @@
|
||||
DIST pytmx-3.31.gh.tar.gz 7114118 BLAKE2B 708f9f779102a56c7427278bc472df85ca73afa0dc632603113405b45b1e0a0f97d930c4cbc98fa720ca29b44da3f7eba12e5a592f1809f4925e5a7ddc41f7d3 SHA512 d90124112dca496c5e4119780e2f9e383b413bc0df50f14d3bbb7ff88fe8dc0fe9f50ffbad594698f11031f7b5637c3dc6953f8acdbd3cb52df888d29dd57f11
|
||||
DIST pytmx-3.32.gh.tar.gz 7113929 BLAKE2B e2e0c63ae5c45292ef2add1671b96a9925f3d0a425b8774fd512c74aabfda463f28522674ede630bf52eea94face71d18f85caf2762bb1f71f0366714bbe7cca SHA512 26fdf2cd7ac6956673638e0122c73f2f2997e575babe04d519fde5dabf45e2ba58c2c3f6420070009d8bb16b5103f8bca148d2f895eeda5c048dfa6b6f664511
|
||||
|
31
dev-python/pytmx/pytmx-3.32.ebuild
Normal file
31
dev-python/pytmx/pytmx-3.32.ebuild
Normal file
@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/bitcraft/pytmx.git"
|
||||
else
|
||||
MY_PV="5a3a39a2902868401569c6a36aa8e68209fb5a8b"
|
||||
MY_P="${PN}-${MY_PV}"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
SRC_URI="https://github.com/bitcraft/pytmx/archive/${MY_PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Python library to read Tiled Map Editor's TMX maps"
|
||||
HOMEPAGE="https://github.com/bitcraft/pytmx"
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
distutils_enable_tests unittest
|
Loading…
x
Reference in New Issue
Block a user