Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0d3d03f249751b9733534be0f6965fc0a247d986)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0d3d03f249751b9733534be0f6965fc0a247d986)
  • Date: Fri, 19 May 2017 01:50:36 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 4 ++++
python-pypi/peewee/DEPENDS | 8 ++++++++
python-pypi/peewee/DETAILS | 26 ++++++++++++++++++++++++++
python-pypi/peewee/HISTORY | 2 ++
python-pypi/pymysql/DEPENDS | 1 +
python-pypi/pymysql/DETAILS | 15 +++++++++++++++
python-pypi/pymysql/HISTORY | 2 ++
7 files changed, 58 insertions(+)

New commits:
commit 0d3d03f249751b9733534be0f6965fc0a247d986
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

peewee: new spell, little ORM

commit 1a2651be10a1247decddf8b837ae06e329905eb6
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

pymysql: new spell, pure Python MySQL client

diff --git a/ChangeLog b/ChangeLog
index a852ad2..8f41124 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-05-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/pymysql: new spell, pure Python MySQL client
+ * python-pypi/peewee: new spell, little ORM
+
2017-05-16 Thomas Orgis <sobukus AT sourcemage.org>
* audio-creation/ardour5: new spell, current release of Ardour

diff --git a/python-pypi/peewee/DEPENDS b/python-pypi/peewee/DEPENDS
new file mode 100755
index 0000000..70274d4
--- /dev/null
+++ b/python-pypi/peewee/DEPENDS
@@ -0,0 +1,8 @@
+. "${SECTION_DIRECTORY}/PY_DEPENDS" &&
+
+optional_depends cython "" "" "for Cython C extensions" &&
+optional_depends -sub SQLITE $(get_spell_provider $SPELL PYTHON) "" "" "for
SQLite support via built-in Python extension" &&
+optional_depends pysqlite "" "" "for SQLite support via pysqlite library" &&
+optional_depends psycopg2 "" "" "for PostgreSQL support" &&
+optional_depends pymysql "" "" "for MySQL support via pymysql" &&
+optional_depends mysql-python "" "" "for MySQL support via MySQLdb"
diff --git a/python-pypi/peewee/DETAILS b/python-pypi/peewee/DETAILS
new file mode 100755
index 0000000..edfa67c
--- /dev/null
+++ b/python-pypi/peewee/DETAILS
@@ -0,0 +1,26 @@
+ SPELL=peewee
+ VERSION=2.10.1
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=https://pypi.io/packages/source/p/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:97a42bf82c3a5232b47ec9cfbd2d7ddd1560427ca6113ecd025f99b58b5db3a691770f0fa23814848bf9953e75272e5da14569db8a91c91b5bbdcf6207ccf160
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=http://peewee-orm.com/
+ LICENSE[0]=MIT
+ ENTERED=20170518
+ KEYWORDS="sql database"
+ SHORT="little ORM"
+cat << EOF
+Peewee is a simple and small ORM. It has few (but expressive) concepts,
making
+it easy to learn and intuitive to use.
+
+- A small, expressive ORM
+- Written in python with support for versions 2.6+ and 3.2+.
+- built-in support for sqlite, mysql and postgresql
+- tons of extensions available in the playhouse
+- Postgresql HStore, JSON, arrays and more
+- SQLite full-text search, user-defined functions, virtual tables and more
+- Schema migrations and model code generator
+- Connection pool
+- Encryption
+- and much, much moreā€¦
+EOF
diff --git a/python-pypi/peewee/HISTORY b/python-pypi/peewee/HISTORY
new file mode 100644
index 0000000..d177332
--- /dev/null
+++ b/python-pypi/peewee/HISTORY
@@ -0,0 +1,2 @@
+2017-05-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: created spell, version 2.10.1
diff --git a/python-pypi/pymysql/DEPENDS b/python-pypi/pymysql/DEPENDS
new file mode 100755
index 0000000..6de4242
--- /dev/null
+++ b/python-pypi/pymysql/DEPENDS
@@ -0,0 +1 @@
+. "${SECTION_DIRECTORY}/PY_DEPENDS"
diff --git a/python-pypi/pymysql/DETAILS b/python-pypi/pymysql/DETAILS
new file mode 100755
index 0000000..59b0e92
--- /dev/null
+++ b/python-pypi/pymysql/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=pymysql
+ SPELLX=PyMySQL
+ VERSION=0.7.11
+ SOURCE="${SPELLX}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=https://pypi.io/packages/source/P/${SPELLX}/${SOURCE}
+
SOURCE_HASH=sha512:23a9bf79a8c19c769399354986c4eec90fa1d1a4dd09be6055c6da28b1c45e96900957f697b7335afbe5651d8127f6c85082b0bd817f49a94d3321f8a34c88aa
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
+ WEB_SITE=https://github.com/PyMySQL/PyMySQL/
+ LICENSE[0]=MIT
+ ENTERED=20170518
+ KEYWORDS="python mysql"
+ SHORT="pure Python MySQL client"
+cat << EOF
+pymysql is a pure-Python MySQL client library.
+EOF
diff --git a/python-pypi/pymysql/HISTORY b/python-pypi/pymysql/HISTORY
new file mode 100644
index 0000000..7fb9fe7
--- /dev/null
+++ b/python-pypi/pymysql/HISTORY
@@ -0,0 +1,2 @@
+2017-05-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: created spell, version 0.7.11



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0d3d03f249751b9733534be0f6965fc0a247d986), Vlad Glagolev, 05/18/2017

Archive powered by MHonArc 2.6.24.

Top of Page