mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-09 00:07:57 +03:00
dev-util/tbump: new package; add 6.11.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
parent
51bfb45b0f
commit
3d3e48c2c6
1
dev-util/tbump/Manifest
Normal file
1
dev-util/tbump/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST tbump-6.11.0.tar.gz 28642 BLAKE2B 2e45fbf1d3e824b0f63f79db0928895488fb06a657c85335235d9aede8576f12bc2e8be58006e2883fb8d639d63029decdc7377dfaeda5d87475e505a4a22fe2 SHA512 3bcd6d34dab2f323dba45dd29053da5a75b5ec9f88aad1d50a2dd1a1d43fe7200bc58742c56249dd167b12e9dc599783eba93adac52e7d87aaa2e7e74f43a532
|
||||
18
dev-util/tbump/metadata.xml
Normal file
18
dev-util/tbump/metadata.xml
Normal file
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>xgqt@gentoo.org</email>
|
||||
<name>Maciej Barć</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>python@gentoo.org</email>
|
||||
<name>Python</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/your-tools/tbump/issues/</bugs-to>
|
||||
<remote-id type="github">your-tools/tbump</remote-id>
|
||||
<remote-id type="pypi">tbump</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
45
dev-util/tbump/tbump-6.11.0.ebuild
Normal file
45
dev-util/tbump/tbump-6.11.0.ebuild
Normal file
@ -0,0 +1,45 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517="poetry"
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="tbump helps you bump the version of your project easily"
|
||||
HOMEPAGE="https://github.com/your-tools/tbump/"
|
||||
|
||||
if [[ "${PV}" == *9999* ]]; then
|
||||
inherit git-r3
|
||||
|
||||
EGIT_REPO_URI="https://github.com/your-tools/tbump.git"
|
||||
else
|
||||
inherit pypi
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/docopt[${PYTHON_USEDEP}]
|
||||
dev-python/cli-ui[${PYTHON_USEDEP}]
|
||||
dev-python/schema[${PYTHON_USEDEP}]
|
||||
dev-python/tomlkit[${PYTHON_USEDEP}]
|
||||
dev-python/packaging[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
EPYTEST_DESELECT=(
|
||||
"tbump/test/test_api.py"
|
||||
"tbump/test/test_cli.py"
|
||||
"tbump/test/test_file_bumper.py::test_file_bumper_preserve_endings"
|
||||
"tbump/test/test_file_bumper.py::test_file_bumper_simple"
|
||||
"tbump/test/test_git_bumper.py"
|
||||
"tbump/test/test_hooks.py"
|
||||
"tbump/test/test_init.py"
|
||||
)
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Loading…
x
Reference in New Issue
Block a user