mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/parver: Bump to 1.0.1_p0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +1,3 @@
|
||||
DIST parver-1.0.1.post0.tar.gz 105980 BLAKE2B 318eb4d6d2d7b09d650995111dc099834948291e8e6f99d675a0a3d1b6a7e241fa5e731b092eaa64d69a78e135fc85733c69e926a201a63cfee6a99df66c6821 SHA512 be62768239893cbce5d510d9e3f830490cdc697afd44fe896ba2f22336845b49b6562423fb1e1fecd15554038292af7ece9a57392d6a9128d81979e4f622d6f6
|
||||
DIST parver-1.0.1.post0.tar.gz.provenance 9880 BLAKE2B 13db08e3facaae3cd07bc4fe4084619d2846ef26ff3f356f75481f6e272c946114a59a612ce1ec2e147ea71a9bf2df5ccd6ee720f2e77ea43f5abe34c586f882 SHA512 c2d13b8e4d4da60d834cae5eda3598267577106c5f4e24887d5fa10e8a99c1d830f1bfff496cebdeb0c3d8af2c360c78f4f1b2f08a7a2884ff1199a4fd31eab2
|
||||
DIST parver-1.0.gh.tar.gz 105724 BLAKE2B 8fd53a7dbd0e2c906226cb96429b0642a2418cca0589fcd0ccd03491d7dbdfee5b82b64aa51b692a35037742932882d3dccd884308fe5599edb968f3633e86da SHA512 6d25f54f9c55c96d6bece378fa1d0e16abdbf6a1819512331469ad6339e34c8bd00a2cca9a39df2e3d496fd5727de69da9977d64172663efb3dccce79e186648
|
||||
|
||||
33
dev-python/parver/parver-1.0.1_p0.ebuild
Normal file
33
dev-python/parver/parver-1.0.1_p0.ebuild
Normal file
@@ -0,0 +1,33 @@
|
||||
# Copyright 2019-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=hatchling
|
||||
PYPI_VERIFY_REPO=https://github.com/RazerM/parver
|
||||
PYTHON_COMPAT=( python3_{12..15} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Parse and manipulate version numbers"
|
||||
HOMEPAGE="
|
||||
https://github.com/RazerM/parver/
|
||||
https://pypi.org/project/parver/
|
||||
"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
|
||||
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pretend[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
EPYTEST_PLUGINS=( hypothesis )
|
||||
distutils_enable_tests pytest
|
||||
|
||||
python_test() {
|
||||
epytest -o addopts=
|
||||
}
|
||||
Reference in New Issue
Block a user