Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (3da334c0d01a573bac4616e56bba17d05a0c37bc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (3da334c0d01a573bac4616e56bba17d05a0c37bc)
  • Date: Wed, 29 May 2013 10:55:54 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
python-pypi/inflect/DEPENDS | 1 +
python-pypi/inflect/DETAILS | 15 +++++++++++++++
python-pypi/inflect/HISTORY | 4 ++++
4 files changed, 23 insertions(+)

New commits:
commit 3da334c0d01a573bac4616e56bba17d05a0c37bc
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

new spell: inflect-0.2.3

diff --git a/ChangeLog b/ChangeLog
index 133f9ac..8b771cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2013-05-29 Treeve Jelbert <treeve AT sourcemage.org>
+ * python-pypi/inflect: new spell: orrectly generate plurals
+
2013-05-29 Ladislav Hagara <hgr AT vabo.cz>
* devel/rust: new spell, a safe, concurrent, practical language

diff --git a/python-pypi/inflect/DEPENDS b/python-pypi/inflect/DEPENDS
new file mode 100755
index 0000000..48d8ddc
--- /dev/null
+++ b/python-pypi/inflect/DEPENDS
@@ -0,0 +1 @@
+. $SECTION_DIRECTORY/PY_DEPENDS
diff --git a/python-pypi/inflect/DETAILS b/python-pypi/inflect/DETAILS
new file mode 100755
index 0000000..20cc8d5
--- /dev/null
+++ b/python-pypi/inflect/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=inflect
+ VERSION=0.2.3
+
SOURCE_HASH=sha512:f8cf56da3b3c66f0c005124ba791ba97e5b05a98083a96928b2fa980a7fb93a24bbd56a024887d06acda3509a781f9da8834bb70ac6ca0a20bd435ec1783daaa
+ SOURCE=$SPELL-$VERSION.zip
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://pypi.python.org/pypi/$SPELL
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/i/$SPELL/$SOURCE
+ LICENSE[0]=MIT
+ ENTERED=20130529
+ KEYWORDS="python"
+ SHORT="Correctly generate plurals"
+cat << EOF
+Correctly generate plurals, singular nouns, ordinals, indefinite articles;
convert
+numbers to words
+EOF
diff --git a/python-pypi/inflect/HISTORY b/python-pypi/inflect/HISTORY
new file mode 100644
index 0000000..3173a25
--- /dev/null
+++ b/python-pypi/inflect/HISTORY
@@ -0,0 +1,4 @@
+2013-05-29 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.2.3
+ spell created
+



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (3da334c0d01a573bac4616e56bba17d05a0c37bc), Treeve Jelbert, 05/29/2013

Archive powered by MHonArc 2.6.24.

Top of Page