* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/bump-my-version/
@ 2024-10-30 0:05 Anna Vyalkova
0 siblings, 0 replies; 3+ messages in thread
From: Anna Vyalkova @ 2024-10-30 0:05 UTC (permalink / raw
To: gentoo-commits
commit: d6b3f93a8812e8ca6d07bd7add5044c07b7258e0
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Oct 30 00:00:48 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Wed Oct 30 00:04:34 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d6b3f93a
dev-util/bump-my-version: new package, add 0.28.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-util/bump-my-version/Manifest | 1 +
.../bump-my-version/bump-my-version-0.28.0.ebuild | 54 ++++++++++++++++++++++
dev-util/bump-my-version/metadata.xml | 17 +++++++
3 files changed, 72 insertions(+)
diff --git a/dev-util/bump-my-version/Manifest b/dev-util/bump-my-version/Manifest
new file mode 100644
index 000000000..d6f2e72aa
--- /dev/null
+++ b/dev-util/bump-my-version/Manifest
@@ -0,0 +1 @@
+DIST bump_my_version-0.28.0.tar.gz 983361 BLAKE2B c77277af977d23b14dd64d0b86789e4f377b2dbb82cd240527f6e3d18d617036138385227be5288c4d0ab58aceece386ea2a9d50f35f0eb6d5b96e972688fa78 SHA512 31a57a0a8de6e18602cc2916021b001b2c1582f82b6d3b9c37851962edbb7b7b6c6a3bbf32c039e6543a81cdbe2a72984a9093323b12d25467e27c5bbee9594c
diff --git a/dev-util/bump-my-version/bump-my-version-0.28.0.ebuild b/dev-util/bump-my-version/bump-my-version-0.28.0.ebuild
new file mode 100644
index 000000000..22144dcb9
--- /dev/null
+++ b/dev-util/bump-my-version/bump-my-version-0.28.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{11..12} )
+inherit distutils-r1 pypi
+
+DESCRIPTION="Version bump your Python project"
+HOMEPAGE="
+ https://pypi.org/project/bump-my-version/
+ https://callowayproject.github.io/bump-my-version/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ dev-python/click[${PYTHON_USEDEP}]
+ >=dev-python/pydantic-2.0[${PYTHON_USEDEP}]
+ dev-python/pydantic-settings[${PYTHON_USEDEP}]
+ dev-python/questionary[${PYTHON_USEDEP}]
+ dev-python/rich[${PYTHON_USEDEP}]
+ dev-python/rich-click[${PYTHON_USEDEP}]
+ dev-python/tomlkit[${PYTHON_USEDEP}]
+ >=dev-python/wcmatch-8.5.1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-vcs/git
+ dev-vcs/mercurial
+ dev-python/freezegun[${PYTHON_USEDEP}]
+ dev-python/pytest-mock[${PYTHON_USEDEP}]
+ )
+"
+
+DOCS=( {CHANGELOG,CODE_OF_CONDUCT,CONTRIBUTING,README}.md )
+
+distutils_enable_tests pytest
+
+python_test() {
+ epytest -o "addopts="
+}
+
+src_test() {
+ local -x TZ="UTC"
+
+ git config --global user.email "you@example.com" || die
+ git config --global user.name "Your Name" || die
+
+ distutils-r1_src_test
+}
diff --git a/dev-util/bump-my-version/metadata.xml b/dev-util/bump-my-version/metadata.xml
new file mode 100644
index 000000000..679471158
--- /dev/null
+++ b/dev-util/bump-my-version/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>cyber+gentoo@sysrq.in</email>
+ <name>Anna</name>
+ </maintainer>
+ <upstream>
+ <maintainer>
+ <name>Corey Oordt</name>
+ <email>coreyoordt@gmail.com</email>
+ </maintainer>
+ <remote-id type="github">callowayproject/bump-my-version</remote-id>
+ <remote-id type="pypi">bump-my-version</remote-id>
+ <doc>https://callowayproject.github.io/bump-my-version/</doc>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/bump-my-version/
@ 2024-11-01 14:37 Anna Vyalkova
0 siblings, 0 replies; 3+ messages in thread
From: Anna Vyalkova @ 2024-11-01 14:37 UTC (permalink / raw
To: gentoo-commits
commit: 5f01da8056730d928df84312e02bb1ab3a8acad6
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Nov 1 14:23:52 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Nov 1 14:37:38 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f01da80
dev-util/bump-my-version: enable py3.13
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-util/bump-my-version/bump-my-version-0.28.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/bump-my-version/bump-my-version-0.28.0.ebuild b/dev-util/bump-my-version/bump-my-version-0.28.0.ebuild
index 22144dcb9..6d418372d 100644
--- a/dev-util/bump-my-version/bump-my-version-0.28.0.ebuild
+++ b/dev-util/bump-my-version/bump-my-version-0.28.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 pypi
DESCRIPTION="Version bump your Python project"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/bump-my-version/
@ 2024-11-04 15:41 Anna Vyalkova
0 siblings, 0 replies; 3+ messages in thread
From: Anna Vyalkova @ 2024-11-04 15:41 UTC (permalink / raw
To: gentoo-commits
commit: 280253ea58ad0dc2a15c05cd1776d43a6d505904
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Nov 4 15:39:54 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Nov 4 15:39:54 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=280253ea
dev-util/bump-my-version: add 0.28.1
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-util/bump-my-version/Manifest | 1 +
.../bump-my-version/bump-my-version-0.28.1.ebuild | 54 ++++++++++++++++++++++
2 files changed, 55 insertions(+)
diff --git a/dev-util/bump-my-version/Manifest b/dev-util/bump-my-version/Manifest
index d6f2e72aa..7ba6e5e08 100644
--- a/dev-util/bump-my-version/Manifest
+++ b/dev-util/bump-my-version/Manifest
@@ -1 +1,2 @@
DIST bump_my_version-0.28.0.tar.gz 983361 BLAKE2B c77277af977d23b14dd64d0b86789e4f377b2dbb82cd240527f6e3d18d617036138385227be5288c4d0ab58aceece386ea2a9d50f35f0eb6d5b96e972688fa78 SHA512 31a57a0a8de6e18602cc2916021b001b2c1582f82b6d3b9c37851962edbb7b7b6c6a3bbf32c039e6543a81cdbe2a72984a9093323b12d25467e27c5bbee9594c
+DIST bump_my_version-0.28.1.tar.gz 983509 BLAKE2B 0b802695198732d9dc8e447189d8c3fe6b5f27999d9ed72c1a8c6919e62ca93eda7c1c083db992da67f5607aa169dc6a2903691e1679481293633f66ebfc5dfe SHA512 9dd089fe1dc00a63d5b77984d90aa5ab045760ba5cc37dc36f5b1c3be02d73a0591dcf1496a366226086ab3bbf1cf76cc9abada457ce0e349108768dfb658bbb
diff --git a/dev-util/bump-my-version/bump-my-version-0.28.1.ebuild b/dev-util/bump-my-version/bump-my-version-0.28.1.ebuild
new file mode 100644
index 000000000..6d418372d
--- /dev/null
+++ b/dev-util/bump-my-version/bump-my-version-0.28.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{11..13} )
+inherit distutils-r1 pypi
+
+DESCRIPTION="Version bump your Python project"
+HOMEPAGE="
+ https://pypi.org/project/bump-my-version/
+ https://callowayproject.github.io/bump-my-version/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ dev-python/click[${PYTHON_USEDEP}]
+ >=dev-python/pydantic-2.0[${PYTHON_USEDEP}]
+ dev-python/pydantic-settings[${PYTHON_USEDEP}]
+ dev-python/questionary[${PYTHON_USEDEP}]
+ dev-python/rich[${PYTHON_USEDEP}]
+ dev-python/rich-click[${PYTHON_USEDEP}]
+ dev-python/tomlkit[${PYTHON_USEDEP}]
+ >=dev-python/wcmatch-8.5.1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-vcs/git
+ dev-vcs/mercurial
+ dev-python/freezegun[${PYTHON_USEDEP}]
+ dev-python/pytest-mock[${PYTHON_USEDEP}]
+ )
+"
+
+DOCS=( {CHANGELOG,CODE_OF_CONDUCT,CONTRIBUTING,README}.md )
+
+distutils_enable_tests pytest
+
+python_test() {
+ epytest -o "addopts="
+}
+
+src_test() {
+ local -x TZ="UTC"
+
+ git config --global user.email "you@example.com" || die
+ git config --global user.name "Your Name" || die
+
+ distutils-r1_src_test
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-11-04 15:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-04 15:41 [gentoo-commits] repo/proj/guru:dev commit in: dev-util/bump-my-version/ Anna Vyalkova
-- strict thread matches above, loose matches on Subject: below --
2024-11-01 14:37 Anna Vyalkova
2024-10-30 0:05 Anna Vyalkova
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox