summaryrefslogtreecommitdiffstats
path: root/libs/python-ant/DETAILS
blob: afb8a5fbc529500eb72a82d05157d4aeaed1b5c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
           SPELL=python-ant
         VERSION=40b559e
if [[ "$PYTHON_ANT_AUTOUPDATE" == "y" ]]; then
         VERSION=$(date +%Y%m%d)
else
         VERSION=git
fi
          SOURCE="${SPELL}-scm.tar.bz2"
   SOURCE_URL[0]=git://github.com/mvillalba/python-ant.git:python-ant-scm
   SOURCE_IGNORE=volatile
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
        WEB_SITE="https://github.com/mvillalba/python-ant"
      LICENSE[0]=BSD
         ENTERED=20120602
           SHORT="a python implementation of the ANT, ANT+, and ANT-FS protocols"
cat << EOF
Python implementation of the ANT, ANT+, and ANT-FS protocols. For more
information about ANT, see http://www.thisisant.com/.
EOF