Skip to Content.
Sympa Menu

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

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 (d5f4b90cc14c55d33fd921411cf6f61d0aa43361)
  • Date: Thu, 18 Aug 2022 15:38:59 +0000

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

ChangeLog | 5 +++++
python-pypi/python-icalendar/DEPENDS | 3 +++
python-pypi/python-icalendar/DETAILS | 15 +++++++++++++++
python-pypi/python-icalendar/HISTORY | 2 ++
ruby-raa/ruby-bundler/BUILD | 2 ++
ruby-raa/ruby-bundler/DEPENDS | 1 +
ruby-raa/ruby-bundler/DETAILS | 19 +++++++++++++++++++
ruby-raa/ruby-bundler/HISTORY | 2 ++
ruby-raa/ruby-bundler/INSTALL | 1 +
9 files changed, 50 insertions(+)

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

python-icalendar: new spell, icalendar parser library for Python

commit eb56766501bd2bd3b0859f09e251bc1380e806b6
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

ruby-bundler: new spell, dependency manager for Ruby

diff --git a/ChangeLog b/ChangeLog
index c5f2958..63c0818 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-08-18 Ismael Luceno <ismael AT sourcemage.org>
+ * ruby-raa/ruby-bundler: new spell, dependency manager for Ruby
+ * python-pypi/python-icalendar: new spell, icalendar parser library
+ for Python
+
2022-08-18 Treeve Jelbert <treeve AT sourcemage.org>
* kde.gpg: update "Albert Astals Cid <aacid AT kde.org>"

diff --git a/python-pypi/python-icalendar/DEPENDS
b/python-pypi/python-icalendar/DEPENDS
new file mode 100755
index 0000000..8a4cdd6
--- /dev/null
+++ b/python-pypi/python-icalendar/DEPENDS
@@ -0,0 +1,3 @@
+depends python-dateutil &&
+depends python3 &&
+depends pytz
diff --git a/python-pypi/python-icalendar/DETAILS
b/python-pypi/python-icalendar/DETAILS
new file mode 100755
index 0000000..01e05ae
--- /dev/null
+++ b/python-pypi/python-icalendar/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=python-icalendar
+ VERSION=4.1.0
+ SOURCE="${SPELL#python-}-${VERSION}.tar.gz"
+
SOURCE_URL[0]=https://github.com/collective/icalendar/archive/refs/tags/${VERSION}.tar.gz
+
SOURCE_HASH=sha512:a59c84f1376749d06d42a66f49af9ad7521cb8a0751c86fc3bffbda0bc2932936d1ebc44d73498156f702d92279b3c5e085a0ab2f528799116da6e2b4c40ebff
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SOURCE%.tar.gz}"
+ WEB_SITE="https://icalendar.readthedocs.io/";
+ LICENSE[0]="BSD-2-Clause"
+ ENTERED=20220818
+ KEYWORDS=""
+ SHORT="icalendar parser library for Python"
+cat << EOF
+The icalendar package is a RFC 5545 compatible parser/generator for iCalendar
+files.
+EOF
diff --git a/python-pypi/python-icalendar/HISTORY
b/python-pypi/python-icalendar/HISTORY
new file mode 100644
index 0000000..cf01626
--- /dev/null
+++ b/python-pypi/python-icalendar/HISTORY
@@ -0,0 +1,2 @@
+2022-08-18 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
diff --git a/ruby-raa/ruby-bundler/BUILD b/ruby-raa/ruby-bundler/BUILD
new file mode 100755
index 0000000..a4e4af9
--- /dev/null
+++ b/ruby-raa/ruby-bundler/BUILD
@@ -0,0 +1,2 @@
+rake build_metadata
+gem build bundler.gemspec
diff --git a/ruby-raa/ruby-bundler/DEPENDS b/ruby-raa/ruby-bundler/DEPENDS
new file mode 100755
index 0000000..257635e
--- /dev/null
+++ b/ruby-raa/ruby-bundler/DEPENDS
@@ -0,0 +1 @@
+depends RUBY
diff --git a/ruby-raa/ruby-bundler/DETAILS b/ruby-raa/ruby-bundler/DETAILS
new file mode 100755
index 0000000..dd1fffc
--- /dev/null
+++ b/ruby-raa/ruby-bundler/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=ruby-bundler
+ VERSION=2.2.27
+ SHORT="dependency manager for Ruby"
+ WEB_SITE="https://bundler.io/";
+ LICENSE[0]="MIT"
+ SOURCE=rubygems-bundler-v$VERSION.tar.gz
+
SOURCE_URL[0]=https://github.com/rubygems/rubygems/archive/${SOURCE#rubygems-}
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SOURCE%.tar.gz}/bundler"
+
SOURCE_HASH=sha512:7660c8900c61385e9b1194118c7db187a5f657270bfd00c4701f89f86a08b5f85f6b6caf6d9510f4642e054e139608077c23375da44d112ec91d50c4043170ff
+ ENTERED=20220818
+ KEYWORDS=""
+cat << EOF
+Bundler provides a consistent environment for Ruby projects by tracking and
+installing the exact gems and versions that are needed.
+
+Bundler is an exit from dependency hell, and ensures that the gems you need
are
+present in development, staging, and production. Starting work on a project
is
+as simple as bundle install.
+EOF
diff --git a/ruby-raa/ruby-bundler/HISTORY b/ruby-raa/ruby-bundler/HISTORY
new file mode 100644
index 0000000..0641e08
--- /dev/null
+++ b/ruby-raa/ruby-bundler/HISTORY
@@ -0,0 +1,2 @@
+2022-08-18 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
diff --git a/ruby-raa/ruby-bundler/INSTALL b/ruby-raa/ruby-bundler/INSTALL
new file mode 100755
index 0000000..a7e55b4
--- /dev/null
+++ b/ruby-raa/ruby-bundler/INSTALL
@@ -0,0 +1 @@
+gem install --local --ignore-dependencies --no-document --verbose bundler



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (d5f4b90cc14c55d33fd921411cf6f61d0aa43361), Ismael Luceno, 08/18/2022

Archive powered by MHonArc 2.6.24.

Top of Page