dev-python/pyscroll: add 2.31
This commit is contained in:
parent
95233c4774
commit
d309d637e0
@ -1 +1,2 @@
|
||||
DIST pyscroll-2.30.gh.tar.gz 285706 BLAKE2B e9317db93a2e823b905ece6cdcb565d3997bdbb7d255184227ca20b0a890a2ccdf41bf75b57d8ba4b3eab1a2d098d442f65b0f2b11da6473f2bf7ba312f2a225 SHA512 813f6d54dd05bf9a18ef283ecd669df7a39ff05735c38dc8a5cdcd526638fed46971f9087b264d9be10d4c031f44e017abe8884091039345f7638bcb1a586bba
|
||||
DIST pyscroll-2.31.gh.tar.gz 285710 BLAKE2B 8c64728ffaba86a7e22bfff3c4cc1eadb6131719484a689199099b02e3c606076fe8bfd22578e08c4f3bfa42f8f27abe6e45870538db059f0b5573c07e928ae2 SHA512 5ba700e76e8ed142ab1e76fdc7aa53c7426a7eb848ff541d28d8203e44511760233f2dafb165107c04b4d2e2ef236531170f1e559ad704f4311008726b150fbc
|
||||
|
30
dev-python/pyscroll/pyscroll-2.31.ebuild
Normal file
30
dev-python/pyscroll/pyscroll-2.31.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# 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..12} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/bitcraft/pyscroll.git"
|
||||
else
|
||||
MY_PV="fc54553a79660c56465aa7b0561d150c21eea1a6"
|
||||
MY_P="${PN}-${MY_PV}"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
SRC_URI="https://github.com/bitcraft/pyscroll/archive/${MY_PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Animated scrolling maps for Pygame"
|
||||
HOMEPAGE="https://github.com/bitcraft/pyscroll"
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
RESTRICT="test"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="dev-python/pygame"
|
||||
BDEPEND=""
|
Loading…
Reference in New Issue
Block a user