|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
#!/bin/bash |
|
|
|
|
# Build script for Slackware |
|
|
|
|
# Copyright (C) 2012 Damien Goutte-Gattat |
|
|
|
|
# Copyright (C) 2012,2016 Damien Goutte-Gattat |
|
|
|
|
# |
|
|
|
|
# Redistribution and use of this script, with or without modifications, |
|
|
|
|
# is permitted provided that the following conditions are met: |
|
|
|
@ -24,14 +24,12 @@
|
|
|
|
|
# |
|
|
|
|
# Latest python-dateutil sourcecode is available at: |
|
|
|
|
# <http://labix.org/python-dateutil>. |
|
|
|
|
# |
|
|
|
|
# Depends: d/pysetuptools |
|
|
|
|
|
|
|
|
|
# Source package infos |
|
|
|
|
NAMESRC=${NAMESRC:-python-dateutil} |
|
|
|
|
VERSION=${VERSION:-1.5} |
|
|
|
|
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz} |
|
|
|
|
WGET=${WGET:-http://pypi.python.org/packages/source/p/python-dateutil/$ARCHIVE} |
|
|
|
|
WGET=${WGET:-http://labix.org/download/python-dateutil/$ARCHIVE} |
|
|
|
|
|
|
|
|
|
# Build infos |
|
|
|
|
NAMEPKG=${NAMEPKG:-python-dateutil} |
|
|
|
|