summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dave Woodfall2021-05-06 18:11:14 +0200
committer Willy Sudiarto Raharjo2021-05-07 20:41:47 +0200
commitcf8d82970a13a176a5e90a6a3bdcb15e9dca06cf (patch)
tree3a0b1fe1d7d28fdeac487434b3a403b97eeb4162
parent43525e329ee83100ce1e3d86e0eefd30b43e4c9a (diff)
downloadslackbuilds-cf8d82970a13a176a5e90a6a3bdcb15e9dca06cf.tar.gz
python/python-django-legacy: Renamed python2-django-legacy.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python-django-legacy/README10
-rw-r--r--python/python-django-legacy/slack-desc19
-rw-r--r--python/python2-django-legacy/README11
-rw-r--r--python/python2-django-legacy/python2-django-legacy.SlackBuild (renamed from python/python-django-legacy/python-django-legacy.SlackBuild)4
-rw-r--r--python/python2-django-legacy/python2-django-legacy.info (renamed from python/python-django-legacy/python-django-legacy.info)2
-rw-r--r--python/python2-django-legacy/slack-desc19
6 files changed, 33 insertions, 32 deletions
diff --git a/python/python-django-legacy/README b/python/python-django-legacy/README
deleted file mode 100644
index 3bb9d16c4c..0000000000
--- a/python/python-django-legacy/README
+++ /dev/null
@@ -1,10 +0,0 @@
-python-django-legacy (The Web framework for perfectionists with deadlines)
-
-Django is a high-level Python Web framework that encourages rapid development
-and clean, pragmatic design.
-
-
-IMPORTANT
-
-This package conflicts with python-django. python-django-legacy and
-python-django cannot both be installed at the same time.
diff --git a/python/python-django-legacy/slack-desc b/python/python-django-legacy/slack-desc
deleted file mode 100644
index 5414158186..0000000000
--- a/python/python-django-legacy/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-legacy: python-django-legacy (Web framework)
-python-django-legacy:
-python-django-legacy: Django is a high-level Python Web framework that encourages
-python-django-legacy: rapid development and clean, pragmatic design.
-python-django-legacy:
-python-django-legacy: Homepage: https://github.com/django/
-python-django-legacy:
-python-django-legacy:
-python-django-legacy:
-python-django-legacy:
-python-django-legacy:
diff --git a/python/python2-django-legacy/README b/python/python2-django-legacy/README
new file mode 100644
index 0000000000..86124a087f
--- /dev/null
+++ b/python/python2-django-legacy/README
@@ -0,0 +1,11 @@
+python-django-legacy (The Web framework for perfectionists with
+deadlines)
+
+Django is a high-level Python Web framework that encourages rapid
+development and clean, pragmatic design.
+
+
+IMPORTANT
+
+This package conflicts with python-django. python-django-legacy and
+python-django cannot both be installed at the same time.
diff --git a/python/python-django-legacy/python-django-legacy.SlackBuild b/python/python2-django-legacy/python2-django-legacy.SlackBuild
index 1c20814f23..5c677b773f 100644
--- a/python/python-django-legacy/python-django-legacy.SlackBuild
+++ b/python/python2-django-legacy/python2-django-legacy.SlackBuild
@@ -26,7 +26,7 @@
#
# Maintained by David Melik <dchmelik@gmail.com>
-PRGNAM=python-django-legacy
+PRGNAM=python2-django-legacy
SRCNAM=django
VERSION=${VERSION:-1.8.17}
BUILD=${BUILD:-1}
@@ -74,7 +74,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-python setup.py install --root=$PKG --prefix=/usr
+python2 setup.py install --root=$PKG --prefix=/usr
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS CONTRIBUTING.rst INSTALL LICENSE README.rst \
diff --git a/python/python-django-legacy/python-django-legacy.info b/python/python2-django-legacy/python2-django-legacy.info
index 00a3de75ce..b27be3694d 100644
--- a/python/python-django-legacy/python-django-legacy.info
+++ b/python/python2-django-legacy/python2-django-legacy.info
@@ -1,4 +1,4 @@
-PRGNAM="python-django-legacy"
+PRGNAM="python2-django-legacy"
VERSION="1.8.17"
HOMEPAGE="https://github.com/django/"
DOWNLOAD="https://github.com/django/django/archive/1.8.17/django-1.8.17.tar.gz"
diff --git a/python/python2-django-legacy/slack-desc b/python/python2-django-legacy/slack-desc
new file mode 100644
index 0000000000..cc4ecf708e
--- /dev/null
+++ b/python/python2-django-legacy/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-legacy: python2-django-legacy (Web framework)
+python2-django-legacy:
+python2-django-legacy: Django is a high-level Python Web framework that encourages
+python2-django-legacy: rapid development and clean, pragmatic design.
+python2-django-legacy:
+python2-django-legacy: Homepage: https://github.com/django/
+python2-django-legacy:
+python2-django-legacy:
+python2-django-legacy:
+python2-django-legacy:
+python2-django-legacy: