Skip to Content.
Sympa Menu

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

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 (dac4c40e5911472940147c49cf79617be4e509dd)
  • Date: Mon, 27 Jan 2020 23:28:37 +0000

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

ChangeLog | 3 +++
python-pypi/python-colcon-core/DETAILS | 19 +++++++++++++++++++
python-pypi/python-colcon-core/HISTORY | 2 ++
3 files changed, 24 insertions(+)

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

python-colcon-core: new spell, collective construction

diff --git a/ChangeLog b/ChangeLog
index 7809e84..33262e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2020-01-27 Ismael Luceno <ismael AT sourcemage.org>
+ * python-pypi/python-colcon-core: new spell, collective construction
+
2020-01-23 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* libs/heatshrink: new spell, a compression library for real-time
systems
diff --git a/python-pypi/python-colcon-core/DETAILS
b/python-pypi/python-colcon-core/DETAILS
new file mode 100755
index 0000000..4677092
--- /dev/null
+++ b/python-pypi/python-colcon-core/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=python-colcon-core
+ SPELLX=${SPELL#python-}
+ VERSION=0.5.2
+ SOURCE=$SPELLX-$VERSION.tar.gz
+ WEB_SITE=https://github.com/colcon/colcon-core
+ SOURCE_URL[0]=$WEB_SITE/archive/$VERSION.tar.gz
+
SOURCE_HASH=sha512:01bc91f9180907b15d5eaffd7deb87bcf798ff5e9b1ac1f9b8d35d6ec6a5fe8c61e78ed9203abdb91dc0f186955e4ad0b12473f9d6cb965cc7d6d13a5b594ecc
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
+ ENTERED=20200127
+ LICENSE=Apache-2.0
+ KEYWORDS="python devel"
+ SHORT="collective construction"
+cat << EOF
+colcon is a command line tool to improve the workflow of building, testing
and
+using multiple software packages. It automates the process, handles the
ordering
+and sets up the environment to use the packages.
+
+For more information see <https://colcon.readthedocs.io>.
+EOF
diff --git a/python-pypi/python-colcon-core/HISTORY
b/python-pypi/python-colcon-core/HISTORY
new file mode 100644
index 0000000..c3976a3
--- /dev/null
+++ b/python-pypi/python-colcon-core/HISTORY
@@ -0,0 +1,2 @@
+2020-01-27 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (dac4c40e5911472940147c49cf79617be4e509dd), Ismael Luceno, 01/27/2020

Archive powered by MHonArc 2.6.24.

Top of Page