Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'autopackage/@python.org/python/skeleton.1')
-rw-r--r--autopackage/@python.org/python/skeleton.120
1 files changed, 0 insertions, 20 deletions
diff --git a/autopackage/@python.org/python/skeleton.1 b/autopackage/@python.org/python/skeleton.1
deleted file mode 100644
index 7057f9495..000000000
--- a/autopackage/@python.org/python/skeleton.1
+++ /dev/null
@@ -1,20 +0,0 @@
-[Meta]
-RootName: @python.org/python
-DisplayName: Python language runtime
-ShortName: python
-Skeleton-Author: Mike Hearn <mike@theoretic.com>
-Skeleton-Version: 1
-
-[Notes]
-INTERFACE_VERSIONS are set to match the currently installed version using the "python" executable name.
-For instance, python 2.2 causes INTERFACE_VERSIONS to contain "2.2 2.1 2.0". This skeleton assumes python1 and python2 are not parallel installed.
-SOFTWARE_VERSIONS is set to the result of python -V
-
-[Test]
-SOFTWARE_VERSIONS=$( locateCommand python -V 2>&1 | cut -f2 -d' ' )
-if [[ "$?" != "0" ]]; then
- INTERFACE_VERSIONS=""
-else
- INTERFACE_VERSIONS=$( echo $SOFTWARE_VERSIONS | awk -F. '{print $1 "." $2}' )
-fi
-