From 62882fc0471895bc1a47c13e22daf35dcaafecd0 Mon Sep 17 00:00:00 2001 From: Jay Freeman Date: Thu, 14 Feb 2008 11:04:20 +0000 Subject: Got PyObjC working. git-svn-id: http://svn.telesphoreo.org/trunk@74 514c082c-b64e-11dc-b46d-3d985efe055d --- data/pyobjc/_metadata/description | 1 + data/pyobjc/_metadata/license | 9 +++++++++ data/pyobjc/_metadata/maintainer | 1 + data/pyobjc/_metadata/name | 1 + data/pyobjc/_metadata/priority | 1 + data/pyobjc/_metadata/section | 1 + data/pyobjc/_metadata/version | 1 + 7 files changed, 15 insertions(+) create mode 100644 data/pyobjc/_metadata/description create mode 100644 data/pyobjc/_metadata/license create mode 120000 data/pyobjc/_metadata/maintainer create mode 100644 data/pyobjc/_metadata/name create mode 100644 data/pyobjc/_metadata/priority create mode 100644 data/pyobjc/_metadata/section create mode 100644 data/pyobjc/_metadata/version (limited to 'data/pyobjc/_metadata') diff --git a/data/pyobjc/_metadata/description b/data/pyobjc/_metadata/description new file mode 100644 index 000000000..59b35c863 --- /dev/null +++ b/data/pyobjc/_metadata/description @@ -0,0 +1 @@ +Python/Objective-C connection library diff --git a/data/pyobjc/_metadata/license b/data/pyobjc/_metadata/license new file mode 100644 index 000000000..b550eba6c --- /dev/null +++ b/data/pyobjc/_metadata/license @@ -0,0 +1,9 @@ +(This is the MIT license) + +Copyright 2002, 2003 - Bill Bumgarner, Ronald Oussoren, Steve Majewski, Lele Gaifax, et.al. + + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/data/pyobjc/_metadata/maintainer b/data/pyobjc/_metadata/maintainer new file mode 120000 index 000000000..0fa66e077 --- /dev/null +++ b/data/pyobjc/_metadata/maintainer @@ -0,0 +1 @@ +../../../people/saurik \ No newline at end of file diff --git a/data/pyobjc/_metadata/name b/data/pyobjc/_metadata/name new file mode 100644 index 000000000..64145f73a --- /dev/null +++ b/data/pyobjc/_metadata/name @@ -0,0 +1 @@ +PyObjC diff --git a/data/pyobjc/_metadata/priority b/data/pyobjc/_metadata/priority new file mode 100644 index 000000000..134d9bc32 --- /dev/null +++ b/data/pyobjc/_metadata/priority @@ -0,0 +1 @@ +optional diff --git a/data/pyobjc/_metadata/section b/data/pyobjc/_metadata/section new file mode 100644 index 000000000..46c5d2cde --- /dev/null +++ b/data/pyobjc/_metadata/section @@ -0,0 +1 @@ +Python diff --git a/data/pyobjc/_metadata/version b/data/pyobjc/_metadata/version new file mode 100644 index 000000000..8114c7796 --- /dev/null +++ b/data/pyobjc/_metadata/version @@ -0,0 +1 @@ +1946 -- cgit v1.2.3