Skip to Content.
Sympa Menu

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

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 (37b48ecf32d457a18a650abbb36024c1262692d0)
  • Date: Mon, 21 Aug 2017 14:51:01 +0000

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

ChangeLog | 4 ++++
python-pypi/djangorestframework/DEPENDS | 2 ++
python-pypi/djangorestframework/DETAILS | 26 ++++++++++++++++++++++++++
python-pypi/djangorestframework/HISTORY | 2 ++
4 files changed, 34 insertions(+)

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

djangorestframework: new spell, Web APIs for Django, made easy

diff --git a/ChangeLog b/ChangeLog
index a450ef1..3f37aa0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-08-21 Ismael Luceno <ismael AT sourcemage.org>
+ * python-pypi/djangorestframework: new spell, Web APIs for Django,
+ made easy
+
2017-08-18 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* python-pypi/diffoscope: new spell, in-depth comparison of files,
archives,
and directories
diff --git a/python-pypi/djangorestframework/DEPENDS
b/python-pypi/djangorestframework/DEPENDS
new file mode 100755
index 0000000..2b65250
--- /dev/null
+++ b/python-pypi/djangorestframework/DEPENDS
@@ -0,0 +1,2 @@
+depends PYTHON &&
+depends django
diff --git a/python-pypi/djangorestframework/DETAILS
b/python-pypi/djangorestframework/DETAILS
new file mode 100755
index 0000000..de558b3
--- /dev/null
+++ b/python-pypi/djangorestframework/DETAILS
@@ -0,0 +1,26 @@
+ SPELL=djangorestframework
+ VERSION=3.6.3
+
VX=41/07/7425c7167e6870eabbea8e0aece0738a45bbe52d38fd455c6fe089783c8e
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]="https://pypi.python.org/packages/$VX/$SOURCE";
+
SOURCE_HASH=sha512:839c1cae48673d65fb245b618b61549fd2ee1af4015f1915581f37353825eda99a717b15ea297948817efbf537bdd0563dca9ba679b6b93a3345ec00eac23c4b
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="http://www.django-rest-framework.org/";
+ LICENSE[0]="BSD"
+ ENTERED=20170821
+ KEYWORDS=""
+ SHORT="Web APIs for Django, made easy"
+cat << EOF
+Django REST framework is a powerful and flexible toolkit for building Web
APIs.
+
+Some reasons you might want to use REST framework:
+
+* The Web browsable API is a huge usability win for your developers.
+* Authentication policies including packages for OAuth1a and OAuth2.
+* Serialization that supports both ORM and non-ORM data sources.
+* Customizable all the way down - just use regular function-based views if
you
+ don't need the more powerful features.
+* Extensive documentation, and great community support. Used and trusted
+ by internationally recognised companies including Mozilla, Red Hat, Heroku,
+ and Eventbrite.
+EOF
diff --git a/python-pypi/djangorestframework/HISTORY
b/python-pypi/djangorestframework/HISTORY
new file mode 100644
index 0000000..d9f5f36
--- /dev/null
+++ b/python-pypi/djangorestframework/HISTORY
@@ -0,0 +1,2 @@
+2017-08-21 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (37b48ecf32d457a18a650abbb36024c1262692d0), Ismael Luceno, 08/21/2017

Archive powered by MHonArc 2.6.24.

Top of Page