summaryrefslogtreecommitdiffstats
path: root/python/pyasn1
diff options
context:
space:
mode:
author Markus Reichelt <slackbuilds@mareichelt.de>2018-01-01 10:44:28 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-01-06 06:55:16 +0700
commitd3c51b1825d6e09098f49c94f09ca4b140a58f18 (patch)
tree62f8a27b79461a1ea0a8d41fa08332b6f3b490f3 /python/pyasn1
parentfdb6691df1fd117c36e054197481668aed332a2c (diff)
downloadslackbuilds-d3c51b1825d6e09098f49c94f09ca4b140a58f18.tar.gz
slackbuilds-d3c51b1825d6e09098f49c94f09ca4b140a58f18.tar.xz
python/pyasn1: Updated for version 0.4.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/pyasn1')
-rw-r--r--python/pyasn1/pyasn1.SlackBuild8
-rw-r--r--python/pyasn1/pyasn1.info8
-rw-r--r--python/pyasn1/slack-desc2
3 files changed, 8 insertions, 10 deletions
diff --git a/python/pyasn1/pyasn1.SlackBuild b/python/pyasn1/pyasn1.SlackBuild
index 27e739d550..04937b6c32 100644
--- a/python/pyasn1/pyasn1.SlackBuild
+++ b/python/pyasn1/pyasn1.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pyasn1
-# Copyright 2011-2016 Markus Reichelt, Aachen, DE
+# Copyright 2011-2018 Markus Reichelt, Aachen, DE
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
# Markus Reichelt, slackbuilds@mareichelt.de, 0xCCEEF115
PRGNAM=pyasn1
-VERSION=${VERSION:-0.1.9}
+VERSION=${VERSION:-0.4.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -77,9 +77,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a \
- README* THANKS* TODO* CHANGES* LICENSE* \
- $PKG/usr/doc/$PRGNAM-$VERSION
+cp -ar *.rst *.md docs/ $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/python/pyasn1/pyasn1.info b/python/pyasn1/pyasn1.info
index 974f4e93e4..caa2e7e45d 100644
--- a/python/pyasn1/pyasn1.info
+++ b/python/pyasn1/pyasn1.info
@@ -1,8 +1,8 @@
PRGNAM="pyasn1"
-VERSION="0.1.9"
-HOMEPAGE="https://sourceforge.net/projects/pyasn1/"
-DOWNLOAD="https://downloads.sourceforge.net/pyasn1/pyasn1-0.1.9.tar.gz"
-MD5SUM="f00a02a631d4016818659d1cc38d229a"
+VERSION="0.4.2"
+HOMEPAGE="https://github.com/etingof/pyasn1"
+DOWNLOAD="https://pypi.python.org/packages/eb/3d/b7d0fdf4a882e26674c68c20f40682491377c4db1439870f5b6f862f76ed/pyasn1-0.4.2.tar.gz"
+MD5SUM="cb5883ddc6a9f405600429f37cf0759c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/python/pyasn1/slack-desc b/python/pyasn1/slack-desc
index 37d56037a7..9be1ee3f13 100644
--- a/python/pyasn1/slack-desc
+++ b/python/pyasn1/slack-desc
@@ -15,5 +15,5 @@ pyasn1: - Generic implementation of ASN.1 types (X.208)
pyasn1: - Fully standard compliant BER/CER/DER codecs
pyasn1: - 100% Python, works with Python 2.2 and later
pyasn1:
-pyasn1: Homepage: https://sourceforge.net/projects/pyasn1/
+pyasn1: Homepage: https://github.com/etingof/pyasn1
pyasn1: