summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dave Woodfall <dave@slackbuilds.org>2021-05-14 21:34:36 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-05-19 18:39:59 +0700
commitd8fb155c35bce39f90136fb22486f6d98be6b5ec (patch)
treeddfe82bbe077e4f4063bb9a671be795e57141a3e
parent44190459819d2ab2adacb7be38eca4fe6d15a333 (diff)
downloadslackbuilds-d8fb155c35bce39f90136fb22486f6d98be6b5ec.tar.gz
slackbuilds-d8fb155c35bce39f90136fb22486f6d98be6b5ec.tar.xz
python/python-django-tagging: Renamed python2-django-tagging.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--python/python-django-tagging/slack-desc19
-rw-r--r--python/python2-django-tagging/README (renamed from python/python-django-tagging/README)0
-rw-r--r--python/python2-django-tagging/python2-django-tagging.SlackBuild (renamed from python/python-django-tagging/python-django-tagging.SlackBuild)8
-rw-r--r--python/python2-django-tagging/python2-django-tagging.info (renamed from python/python-django-tagging/python-django-tagging.info)2
-rw-r--r--python/python2-django-tagging/slack-desc19
5 files changed, 24 insertions, 24 deletions
diff --git a/python/python-django-tagging/slack-desc b/python/python-django-tagging/slack-desc
deleted file mode 100644
index 5e75147768..0000000000
--- a/python/python-django-tagging/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description.
-# Line up the first '|' above the ':' following the base package name, and
-# the '|' on the right side marks the last column you can put a character in.
-# You must make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':' except on otherwise blank lines.
-
- |-----handy-ruler------------------------------------------------------|
-python-django-tagging: python-django-tagging (Generic tagging application for Django)
-python-django-tagging:
-python-django-tagging: This is a generic tagging application for Django projects, which
-python-django-tagging: allows association of a number of tags with any Model instance and
-python-django-tagging: makes retrieval of tags simple.
-python-django-tagging:
-python-django-tagging: Homepage: https://pypi.python.org/pypi/django-tagging/
-python-django-tagging:
-python-django-tagging:
-python-django-tagging:
-python-django-tagging:
diff --git a/python/python-django-tagging/README b/python/python2-django-tagging/README
index c1373ede9a..c1373ede9a 100644
--- a/python/python-django-tagging/README
+++ b/python/python2-django-tagging/README
diff --git a/python/python-django-tagging/python-django-tagging.SlackBuild b/python/python2-django-tagging/python2-django-tagging.SlackBuild
index 6326e43a45..bcef413711 100644
--- a/python/python-django-tagging/python-django-tagging.SlackBuild
+++ b/python/python2-django-tagging/python2-django-tagging.SlackBuild
@@ -22,7 +22,7 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-PRGNAM=python-django-tagging
+PRGNAM=python2-django-tagging
SRCNAM=django-tagging
VERSION=${VERSION:-0.4.3}
BUILD=${BUILD:-1}
@@ -30,7 +30,7 @@ TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i586 ;;
+ i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -41,8 +41,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i586" ]; then
- SLKCFLAGS="-O2 -march=i586 -mtune=i686"
+if [ "$ARCH" = "i486" ]; then
+ SLKCFLAGS="-O2 -march=i486 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
diff --git a/python/python-django-tagging/python-django-tagging.info b/python/python2-django-tagging/python2-django-tagging.info
index bf28274230..badb7583d7 100644
--- a/python/python-django-tagging/python-django-tagging.info
+++ b/python/python2-django-tagging/python2-django-tagging.info
@@ -1,4 +1,4 @@
-PRGNAM="python-django-tagging"
+PRGNAM="python2-django-tagging"
VERSION="0.4.3"
HOMEPAGE="https://pypi.python.org/pypi/django-tagging"
DOWNLOAD="https://pypi.debian.net/django-tagging/django-tagging-0.4.3.tar.gz"
diff --git a/python/python2-django-tagging/slack-desc b/python/python2-django-tagging/slack-desc
new file mode 100644
index 0000000000..46d7a91307
--- /dev/null
+++ b/python/python2-django-tagging/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+python2-django-tagging: python2-django-tagging (Generic tagging application for Django)
+python2-django-tagging:
+python2-django-tagging: This is a generic tagging application for Django projects, which
+python2-django-tagging: allows association of a number of tags with any Model instance and
+python2-django-tagging: makes retrieval of tags simple.
+python2-django-tagging:
+python2-django-tagging: Homepage: https://pypi.python.org/pypi/django-tagging/
+python2-django-tagging:
+python2-django-tagging:
+python2-django-tagging:
+python2-django-tagging: