summaryrefslogtreecommitdiff
path: root/dev-python/pgzero
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-07-02 17:50:08 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-07-02 17:50:08 +0000
commit0c48f2d6d7cdcb7ac8d20ea518b911d8c6ffe231 (patch)
treeb2b3e63ac34b0d5b22fe75d1e860e3e113795539 /dev-python/pgzero
parent92f138c6c660a6a68a843c8c394a93999455bee7 (diff)
downloadbaldeagleos-repo-0c48f2d6d7cdcb7ac8d20ea518b911d8c6ffe231.tar.gz
baldeagleos-repo-0c48f2d6d7cdcb7ac8d20ea518b911d8c6ffe231.tar.xz
baldeagleos-repo-0c48f2d6d7cdcb7ac8d20ea518b911d8c6ffe231.zip
Adding metadata
Diffstat (limited to 'dev-python/pgzero')
-rw-r--r--dev-python/pgzero/pgzero-1.2.1-r2.ebuild15
1 files changed, 11 insertions, 4 deletions
diff --git a/dev-python/pgzero/pgzero-1.2.1-r2.ebuild b/dev-python/pgzero/pgzero-1.2.1-r2.ebuild
index 3d4ab98eb08a..557cf5f85d16 100644
--- a/dev-python/pgzero/pgzero-1.2.1-r2.ebuild
+++ b/dev-python/pgzero/pgzero-1.2.1-r2.ebuild
@@ -1,18 +1,25 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8,9,10,11,12} )
+
inherit distutils-r1
MY_PV="${PV/_p/.post}"
MY_P="${PN}-${MY_PV}"
-
DESCRIPTION="A zero-boilerplate games programming framework based on Pygame"
-HOMEPAGE="https://pygame-zero.readthedocs.io/"
-SRC_URI="https://github.com/lordmauve/${PN}/archive/${MY_PV}.tar.gz -> ${MY_P}.gh.tar.gz"
+HOMEPAGE="
+ https://pygame-zero.readthedocs.io/
+ https://github.com/lordmauve/pgzero/
+ https://pypi.org/project/pgzero/
+"
+SRC_URI="
+ https://github.com/lordmauve/pgzero/archive/${MY_PV}.tar.gz
+ -> ${MY_P}.gh.tar.gz
+"
S="${WORKDIR}/${MY_P}"
LICENSE="LGPL-3"