mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-portage/gpyutils: Bump to 0.15.6
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST gpyutils-0.15.5.tar.gz 30721 BLAKE2B b30e23593aa4e257252bb4c4a4a0370941104cac3af68754598f0d453c32aae19b7af1866f8069c9e3513f1c7642613f078d7409fbec1cc535e14eea8fe7fb8c SHA512 21e0b9e7dc351a49ef735db17880f641bc55782dbf913e30bc5a95f13ac73f18d16b097842a62170feb17a5ef25369963e1fc70c1e8560ecc1c10590a46b4fb4
|
||||
DIST gpyutils-0.15.6.tar.gz 30755 BLAKE2B 6dfc92a9e1593f2f700432d1d683d47554e6f8217c29bdfca3296c603cf73be650eaacb5b3a1d51e0050218a5bcec7875524d416e11d9a4917062decf05378cc SHA512 8e40d13c19bc0ba6234ecfaca3455659a8e91256fdbda69b787f391836565db94aac00bf682d4b91d6f584bd89f5aecf2bdd4f0f734416af4033e84752c068b5
|
||||
|
||||
28
app-portage/gpyutils/gpyutils-0.15.6.ebuild
Normal file
28
app-portage/gpyutils/gpyutils-0.15.6.ebuild
Normal file
@@ -0,0 +1,28 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=flit
|
||||
PYTHON_COMPAT=( python3_{12..14} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Utitilies for maintaining Python packages"
|
||||
HOMEPAGE="
|
||||
https://github.com/gentoo/gpyutils/
|
||||
https://pypi.org/project/gpyutils/
|
||||
"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
|
||||
|
||||
RDEPEND="
|
||||
>=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
|
||||
dev-python/lxml[${PYTHON_USEDEP}]
|
||||
dev-python/packaging[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
EPYTEST_PLUGINS=()
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user