public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/emacs-ebuild-snippets:master commit in: /
Date: Wed, 25 Oct 2023 19:26:22 +0000 (UTC)	[thread overview]
Message-ID: <1698261893.cbec045dceae01e78e2d0fc2328750241f153675.xgqt@gentoo> (raw)

commit:     cbec045dceae01e78e2d0fc2328750241f153675
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 25 19:24:53 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Oct 25 19:24:53 2023 +0000
URL:        https://gitweb.gentoo.org/proj/emacs-ebuild-snippets.git/commit/?id=cbec045d

add pyproject.toml file

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 pyproject.toml | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..fe2a6e7
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,33 @@
+[tool.tbump.version]
+current = "2.1.0"
+regex = '''
+  (?P<major>\d+)
+  \.
+  (?P<minor>\d+)
+  \.
+  (?P<patch>\d+)
+  '''
+
+[tool.tbump.git]
+message_template = "bump to {new_version}"
+tag_template = "{new_version}"
+
+[[tool.tbump.file]]
+src = "./VERSION"
+search = "{current_version}"
+
+[[tool.tbump.file]]
+src = "./VERSION"
+search = "{current_version}"
+
+[[tool.tbump.file]]
+src = "./ebuild-snippets.el"
+search = ";; Version: {current_version}"
+
+[[tool.tbump.file]]
+src = "./ebuild-snippets.el"
+search = "defconst ebuild-snippets-version \"{current_version}\""
+
+[[tool.tbump.before_commit]]
+name = "execute make all"
+cmd = "make all"


             reply	other threads:[~2023-10-25 19:26 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-25 19:26 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-06 19:45 [gentoo-commits] proj/emacs-ebuild-snippets:master commit in: / Maciej Barć
2023-10-25 19:33 Maciej Barć
2023-10-25 19:26 Maciej Barć
2023-10-25 19:26 Maciej Barć
2023-06-13 22:01 Maciej Barć
2023-04-25 19:48 Maciej Barć
2023-04-25 15:22 Maciej Barć
2023-04-25 15:22 Maciej Barć
2023-03-26  0:27 Maciej Barć
2023-03-26  0:26 Maciej Barć
2023-03-26  0:24 Maciej Barć
2023-03-14 20:44 Maciej Barć
2023-03-14 20:41 Maciej Barć
2023-03-14 20:41 Maciej Barć

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1698261893.cbec045dceae01e78e2d0fc2328750241f153675.xgqt@gentoo \
    --to=xgqt@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox