Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (e28550cdc341491c4318362b95ccecbe67d1c2a7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (e28550cdc341491c4318362b95ccecbe67d1c2a7)
  • Date: Sat, 11 Feb 2012 21:06:58 -0600

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

ChangeLog | 2 ++
python-pypi/polygon/DEPENDS | 1 +
python-pypi/polygon/DETAILS | 13 +++++++++++++
python-pypi/polygon/HISTORY | 3 +++
4 files changed, 19 insertions(+)

New commits:
commit e28550cdc341491c4318362b95ccecbe67d1c2a7
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

python-pypi/polygon: new spell, python package that handles polygonal
shapes in 2D

diff --git a/ChangeLog b/ChangeLog
index d2ab377..7e1927d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@
tool for manipulating TrueType and OpenType fonts
* python-pypi/ttfquery: new spell,
FontTools-based package for querying system fonts
+ * python-pypi/polygon: new spell,
+ python package that handles polygonal shapes in 2D

2012-02-11 Bor Kraljič <pyrobor AT ver.si>
* kde4/kactivities: new spell, API for using and interacting with
Activities
diff --git a/python-pypi/polygon/DEPENDS b/python-pypi/polygon/DEPENDS
new file mode 100755
index 0000000..a86d429
--- /dev/null
+++ b/python-pypi/polygon/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/python-pypi/polygon/DETAILS b/python-pypi/polygon/DETAILS
new file mode 100755
index 0000000..98d1614
--- /dev/null
+++ b/python-pypi/polygon/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=polygon
+ VERSION=2.0.4
+ SOURCE=Polygon-$VERSION.zip
+ SOURCE_URL[0]=https://github.com/downloads/jraedler/Polygon2/$SOURCE
+
SOURCE_HASH=sha512:1d1b6a6f601298fc2a05f2fa30ff7ed81feb3e3651f4579524a3f2bb6403ceb404ab7a41545fc742ee8be626d034fd32d5e3554fec56811b1631f8c5b8352dd5
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/Polygon-$VERSION
+ WEB_SITE=http://www.j-raedler.de/projects/polygon/
+ LICENSE[0]=LGPL
+ ENTERED=20120212
+ SHORT="python package that handles polygonal shapes in 2D"
+cat << EOF
+Polygon is a python package that handles polygonal shapes in 2D.
+EOF
diff --git a/python-pypi/polygon/HISTORY b/python-pypi/polygon/HISTORY
new file mode 100644
index 0000000..abaaedc
--- /dev/null
+++ b/python-pypi/polygon/HISTORY
@@ -0,0 +1,3 @@
+2012-02-12 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, DEPENDS: spell created, version 2.0.4
+



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (e28550cdc341491c4318362b95ccecbe67d1c2a7), Ladislav Hagara, 02/11/2012

Archive powered by MHonArc 2.6.24.

Top of Page