Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (acae878a89d8b0cadfc87fff698d309a773b0df2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (acae878a89d8b0cadfc87fff698d309a773b0df2)
  • Date: Mon, 30 Aug 2021 00:13:21 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
python-pypi/rmtoo/DEPENDS | 1 +
python-pypi/rmtoo/DETAILS | 28 ++++++++++++++++++++++++++++
python-pypi/rmtoo/HISTORY | 2 ++
4 files changed, 34 insertions(+)

New commits:
commit acae878a89d8b0cadfc87fff698d309a773b0df2
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

rmtoo: new spell, Requirements Management Tool

diff --git a/ChangeLog b/ChangeLog
index 7476271..8349534 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2021-08-30 Ismael Luceno <ismael AT sourcemage.org>
+ * python-pypi/rmtoo: new spell, Requirements Management Tool
+
2021-08-29 Ismael Luceno <ismael AT sourcemage.org>
* libs/libexecinfo: new spell, Library for backtracing

diff --git a/python-pypi/rmtoo/DEPENDS b/python-pypi/rmtoo/DEPENDS
new file mode 100755
index 0000000..8c09196
--- /dev/null
+++ b/python-pypi/rmtoo/DEPENDS
@@ -0,0 +1 @@
+depends python3
diff --git a/python-pypi/rmtoo/DETAILS b/python-pypi/rmtoo/DETAILS
new file mode 100755
index 0000000..a97473c
--- /dev/null
+++ b/python-pypi/rmtoo/DETAILS
@@ -0,0 +1,28 @@
+ SPELL=rmtoo
+ VERSION=25.0.1
+ SOURCE="$SPELL-$VERSION.tar.gz"
+
SOURCE_URL[0]="https://github.com/florath/$SPELL/archive/refs/tags/$VERSION.tar.gz";
+
SOURCE_HASH=sha512:5b6f7bc7fdb37553b9c1e25cd5d2f8c701e890be9f7f8ba2be7602a215d0c7f9a50426969dc078265ec60ce7617baa310dd1d96db14ce1998287cd3cb22d9b0b
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="http://rmtoo.florath.net/";
+ LICENSE[0]="GPL-3.0-only"
+ ENTERED=20210830
+ KEYWORDS=""
+ SHORT="Requirements Management Tool"
+cat << EOF
+rmtoo is a free and open source requirements management tool.
+
+rmtoo uses a different approach than most other requirements management
+tools: it comes as a command line tool which is optimized for handling
+requirements. The power of rmtoo lies in the fact that the development
+environment can handle the input and output files – there is no need for
+a special tool set environment.
+
+Example: if you need to handle baselines (and there often is), rmtoo can be
+configured using a revision control system (e.g. git). The revision control
+system can handle different revisions, baselining, tagging, branching and
+many other things extremely well – there is no reason to reinvent the
+wheel and making it less efficient.
+
+Let one thing do one thing.
+EOF
diff --git a/python-pypi/rmtoo/HISTORY b/python-pypi/rmtoo/HISTORY
new file mode 100644
index 0000000..2c27c99
--- /dev/null
+++ b/python-pypi/rmtoo/HISTORY
@@ -0,0 +1,2 @@
+2021-08-30 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (acae878a89d8b0cadfc87fff698d309a773b0df2), Ismael Luceno, 08/29/2021

Archive powered by MHonArc 2.6.24.

Top of Page