Skip to content

Commit

Permalink
python-setuptools: upgraded to 14.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
conraid committed Mar 22, 2015
1 parent 2d09867 commit 71006bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions python-setuptools/python-setuptools.SlackBuild
Expand Up @@ -32,7 +32,7 @@ CWD=$(pwd)

PRGNAME=${PRGNAME:-setuptools}
PKGNAME=${PKGNAME:-python-setuptools}
VERSION=${VERSION:-14.1.1}
VERSION=${VERSION:-14.3.1}
PKGVERSION=${VERSION//-/_}
BUILD=${BUILD:-1}
TAG=${TAG:-cf}
Expand Down Expand Up @@ -101,7 +101,7 @@ fi

# Add a documentation directory:
mkdir -p ${DOCDIR}
cp -a ${DOCFILES} ${DOCDIR} || true
install -m644 ${DOCFILES} ${DOCDIR} || true

# Add a slackbuild script:
install -Dm644 ${CWD}/${PKGNAME}.SlackBuild ${DOCDIR}/${PKGNAME}.SlackBuild
Expand Down
10 changes: 5 additions & 5 deletions python-setuptools/python-setuptools.info
@@ -1,7 +1,7 @@
NAME="python-setuptools"
VERSION="14.1.1"
VERSION="14.3.1"
HOMEPAGE="https://pypi.python.org/pypi/setuptools"
DOWNLOAD="https://pypi.python.org/packages/source/s/setuptools/setuptools-14.1.1.tar.gz"
FILENAME="setuptools-14.1.1.tar.gz"
MD5SUM="babf06056ce4314cd4c51259582982b7"
SHASUM="f52a435d0d6ba7c1ed65ed0ae3bc9a4b50a47a51"
DOWNLOAD="https://pypi.python.org/packages/source/s/setuptools/setuptools-14.3.1.tar.gz"
FILENAME="setuptools-14.3.1.tar.gz"
MD5SUM="cdba2741b16acaa3ed06c2252623f6b9"
SHASUM="d23be9d55032c7986ec7bb68f909862e19febf54"

0 comments on commit 71006bf

Please sign in to comment.